Skip to content

Hostname

dtag100.com

Last fetched

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

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
13.33.67.12013.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.67.4613.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.67.9113.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.67.9613.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.239.225.12218.239.224.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.239.225.3818.239.224.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.239.225.418.239.224.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.239.225.7618.239.224.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:113
Organization
- -
Contact emails

Subdomains

1 observed subdomain of dtag100.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for dtag100.com.

MechanismTarget
SPF_INCLUDEamazonses.com
SPF_INCLUDEspf.messagelabs.com
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from dtag100.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "dtag100.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.