Skip to content

Hostname

1999.am

Last fetched

1999.am resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HK.

Nutrition Label

WHISPER CANON · 1999.amRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/1999.am

Resolution chain

1999.am resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.167.98.24618.166.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.HK
35.229.138.1035.229.128.0/17AS396982GOOGLE-CLOUD-PLATFORM - Google LLCTW

WHOIS identity

No WHOIS records are currently associated with 1999.am in WhisperGraph.

Subdomains

1 observed subdomain of 1999.am.

Subdomain
www.1999.am

Web-graph footprint

Distinct hostnames that link to or from 1999.am in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from 1999.am.

Cypher and MCP

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

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