Hostname
alertpd.com
Last fetched
alertpd.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
alertpd.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.227.173.110 | 13.227.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 13.227.173.41 | 13.227.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 13.227.173.69 | 13.227.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 13.227.173.73 | 13.227.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 13.32.164.105 | 13.32.164.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.164.3 | 13.32.164.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.164.4 | 13.32.164.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.164.44 | 13.32.164.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- vgntech l.l.c
- Contact emails
- falloge@gmail.com
- 15169416-f82f-45d2-963e-ade8dc58d3ff@identity-protect.org
- 58541c1a-e9c7-4c37-a38f-f71ec250b95a@identity-protect.org
- 7e266499-97d1-4d05-9695-13aae248ff17@identity-protect.org
- 906f1757-58b4-4165-866c-8c908b35a27e@identity-protect.org
- e38cba1c-111e-4a86-8304-29562f326936@identity-protect.org
Threat posture
History
Related pages
Pivot deeper into the graph from alertpd.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "alertpd.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.