passive_ssl_history: Get the SSL certificate history associated with an IP address...

Description Usage Arguments Value Note References See Also Examples

Description

Get the SSL certificate history associated with an IP address or SHA-1

Usage

1

Arguments

query

Query value to use in your request.

auth

list containing PassiveTotal user & key

Value

tbl_df

Note

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

References

https://api.passivetotal.org/api/docs/#api-SSL_Certificates-GetV2SslCertificateHistoryQuery

See Also

Other SSL functions: passive_ssl_certificate, passive_ssl_search

Examples

1
2
3
4
## Not run: 
passive_ssl_history("52.8.228.23")

## End(Not run)

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