passive_whois: Get WHOIS data for a domain or IP address

Description Usage Arguments Value Note References See Also Examples

Description

Get WHOIS data for a domain or IP address

Usage

1
passive_whois(query, compact = TRUE, auth = passive_auth())

Arguments

query

Query value to use in your request.

compact

Compress the WHOIS record into a deduplicated format.

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) to invalidate the cache for this function.

References

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

See Also

Other WHOIS functions: passive_whois_search

Examples

1
2
3
4
## Not run: 
passive_whois("passivetotal.org")

## End(Not run)

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