Hostname
test.enpa.s2o.dev
Last fetched
test.enpa.s2o.dev resolves to 5 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
test.enpa.s2o.dev resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 157.90.144.215 | 157.90.0.0/16 | AS24940 | — | DE |
| 159.69.113.249 | 159.69.0.0/16 | AS24940 | — | DE |
| 23.88.35.203 | 23.88.0.0/17 | AS24940 | — | DE |
| 49.12.41.70 | 49.12.0.0/16 | AS24940 | — | DE |
| 49.12.66.247 | 49.12.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with test.enpa.s2o.dev in WhisperGraph.
Subdomains
3 observed subdomains of test.enpa.s2o.dev.
Threat posture
History
Related pages
Pivot deeper into the graph from test.enpa.s2o.dev.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "test.enpa.s2o.dev"})-[: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.