Hostname
dev.govworks.com
Last fetched
dev.govworks.com resolves to 8 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
dev.govworks.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 |
|---|---|---|---|---|
| 100.25.66.144 | 100.42.104.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 100.52.10.163 | 101.0.36.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.210.207.151 | 18.236.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.233.176.191 | 18.238.20.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.0.206.248 | 52.28.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.2.46.230 | 52.29.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.207.54.187 | 52.216.13.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 98.90.88.73 | 98.96.234.0/23 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with dev.govworks.com in WhisperGraph.
Subdomains
4 observed subdomains of dev.govworks.com.
Showing 3 of 4. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from dev.govworks.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev.govworks.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.