ExTrails v0.2.0 ExTrails.V1.Domain View Source

Link to this section Summary

Functions

Wraper function for https://docs.securitytrails.com/v1.0/reference#find-associated-domains

Wrapper function for: https://api.securitytrails.com/v1/domain/(hostname)

Wrapper function for: https://api.securitytrails.com/v1/domain/(hostname)/subdomains

Wraper function for: https://api.securitytrails.com/v1/domain/(hostname)/tags

Link to this section Functions

Link to this function associated(client, hostname) View Source

Wraper function for https://docs.securitytrails.com/v1.0/reference#find-associated-domains

Returns the associated domains given a hostname with other associated data.

This feature works by finding the data with the help of WHOIS email. If the current WHOIS is protected, we fallback to the historical value.

Wrapper function for: https://api.securitytrails.com/v1/domain/(hostname)

Returns the DNS records associated with the hostname. See documentation at https://docs.securitytrails.com/v1.0/reference#get-domain

Link to this function subdomains(client, hostname) View Source

Wrapper function for: https://api.securitytrails.com/v1/domain/(hostname)/subdomains

Returns the first 2000 domains of a given hostname as a list. See documentation at https://docs.securitytrails.com/v1.0/reference#list-subdomains

Wraper function for: https://api.securitytrails.com/v1/domain/(hostname)/tags

Return the tags for a given hostname in a list. See documentation at https://docs.securitytrails.com/v1.0/reference#list-tags