Skip to content

Hostname

tagone.us

Last fetched

tagone.us resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.

Nutrition Label

WHISPER CANON · tagone.usRouting diversity2.4/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/tagone.us

Resolution chain

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

IPPrefixASNOperatorCountry
13.224.163.10113.224.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
13.224.163.1613.224.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
13.224.163.2913.224.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
13.224.163.6613.224.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
18.160.46.5318.160.46.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.46.6918.160.46.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.46.7018.160.46.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.46.8218.160.46.0/23AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with tagone.us in WhisperGraph.

Subdomains

6 observed subdomains of tagone.us.

Threat posture

History

Related pages

Pivot deeper into the graph from tagone.us.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "tagone.us"})-[: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.