Skip to content

Hostname

douglas.com

Last fetched

douglas.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · douglas.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/douglas.com

Resolution chain

douglas.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.238.136.12918.238.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.136.6318.238.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.136.7018.238.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.136.9718.238.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.165.136.283.165.136.0/24AS16509AMAZON-02 - Amazon.com, Inc.FR
3.165.136.393.165.136.0/24AS16509AMAZON-02 - Amazon.com, Inc.FR
3.165.136.603.165.136.0/24AS16509AMAZON-02 - Amazon.com, Inc.FR
3.165.136.713.165.136.0/24AS16509AMAZON-02 - Amazon.com, Inc.FR

WHOIS identity

Registrar
iana:146
Organization
contact privacy inc. customer 0159989732
Contact emails

Subdomains

1 observed subdomain of douglas.com.

Web-graph footprint

Distinct hostnames that link to or from douglas.com in the public web crawl.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for douglas.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEemail.freshdesk.com
SPF_INCLUDEspf.mandrillapp.com

Related pages

Pivot deeper into the graph from douglas.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "douglas.com"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.