enumerations

Get All Enumeration Contents

Get All enumeration content

get/v1/asset/enumerate/contents

Query parameters

offsetinteger

The number of items to skip before starting to collect the result set

time'last_day' | 'last_week' | 'last_month' | 'last_3_months' | 'last_6_months' | 'last_12_months' | 'all_time'

time filter to select

limitinteger

The numbers of items to return

is_techboolean

Return records that have technologies

is_faviconboolean

Return the records that have favicon

searchstring

Search on the content name

labelsstring

Filter by comma separated labels, e.g-> labels=p1,p2

is_newboolean

Filter by new content

hoststring

Filter by comma separated labels, e.g-> host=p1,p2

portstring

Filter by port separated labels, e.g-> port=p1,p2

status_codestring

Filter by status code separated labels, e.g-> status_code=p1,p2

titlestring

Filter by title separated labels, e.g-> title=p1,p2

content_lengthstring

Filter by content length separated labels, e.g-> content_length=p1,p2

domainstring

Filter by domain names separated labels, e.g-> domain=domain1.com,domain2.com

cnamestring

cname to filter

technologiesstring

technologies to filter

ipstring

ips to filter

sort_ascstring

comma separated ascending sorting e.g sort_asc=created_at,name

sort_descstring

comma separated descending sorting e.g sort_desc=created_at,name

custom_filterstring

custom query to filter. double encode the query string.

is_screenshotboolean

asset with screenshots

faviconstring

Filter by comma separated favicons, e.g-> favicon=p1,p2

only_dnsboolean

Query only dns FQDN records

only_ipboolean

Query only dns IP records

is_internalboolean

filter by is_internal (internal vs external hosts)

Headers

X-Team-Idstring

Response

Example response

current_pageinteger required
result_countinteger required
total_resultsinteger required
total_pagesinteger required
messagestring required

Changes