passive_whois_search: Get WHOIS records based on field matching queries.

Description Usage Arguments Value Note References See Also Examples

Description

Get WHOIS records based on field matching queries.

Usage

1
passive_whois_search(query, field, auth = passive_auth())

Arguments

query

Query value to use in your request.

field

WHOIS field to execute the search on: domain, email, name, organization, address, phone, nameserver

auth

list containing PassiveTotal user & key

Value

list

Note

All API function in the passivetotal pacake use memoise::memoise to cache results. Call forget(passive_whois_search) to invalidate the cache for this function.

References

https://api.passivetotal.org/api/docs/#api-WHOIS-GetV2WhoisQuery

See Also

Other WHOIS functions: passive_whois

Examples

1
2
3
4
## Not run: 
passive_whois_search(query="domains@riskiq.com", field="email")

## End(Not run)

hrbrmstr/passivetotal documentation built on May 17, 2019, 5:12 p.m.