passive_ssl_search: Get the SSL certificate associated with the SHA-1.

Description Usage Arguments Value Note References See Also Examples

Description

Get the SSL certificate associated with the SHA-1.

Usage

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

Arguments

query

Query value to use in your request.

field

Field to search against: issuerSurname, subjectOrganizationName, issuerCountry, issuerOrganizationUnitName, fingerprint, subjectOrganizationUnitName, serialNumber, subjectEmailAddress, subjectCountry, issuerGivenName, subjectCommonName, issuerCommonName, issuerStateOrProvinceName, issuerProvince, subjectStateOrProvinceName, sha1, sslVersion, subjectStreetAddress, subjectSerialNumber, issuerOrganizationName, subjectSurname, subjectLocalityName, issuerStreetAddress, issuerLocalityName, subjectGivenName, subjectProvince, issuerSerialNumber, issuerEmailAddress

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

References

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

See Also

Other SSL functions: passive_ssl_certificate, passive_ssl_history

Examples

1
2
3
4
## Not run: 
passive_ssl_search(query="www.passivetotal.org", field="subjectCommonName")

## End(Not run)

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