Hostname
sammypg.com
Last fetched
sammypg.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in MY. WHOIS lists iana:625 as the registrar.
Nutrition Label
Resolution chain
sammypg.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.249.213.113 | 13.249.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 13.249.213.127 | 13.249.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 13.249.213.24 | 13.249.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 13.249.213.80 | 13.249.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 54.230.71.102 | 54.230.70.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 54.230.71.3 | 54.230.70.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 54.230.71.37 | 54.230.70.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 54.230.71.67 | 54.230.70.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
WHOIS identity
- Registrar
- iana:625
- Organization
- domain protection services,
- Contact emails
- —
Subdomains
1 observed subdomain of sammypg.com.
| Subdomain |
|---|
| www.sammypg.com |
Web-graph footprint
Distinct hostnames that link to or from sammypg.com in the public web crawl.
2 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from sammypg.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sammypg.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.