Hostname
unoform.de.edgekey.net
Last fetched
unoform.de.edgekey.net resolves to 4 IPv4 addresses operated by AS20940 in NO.
Nutrition Label
Resolution chain
unoform.de.edgekey.net resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.33.119.96 | 23.33.119.0/24 | AS20940 | — | NO |
| 49.231.116.243 | 49.231.116.0/23 | AS20940 | — | TH |
| 49.231.117.163 | 49.231.116.0/23 | AS20940 | — | TH |
| 95.101.11.170 | 95.101.11.0/24 | AS20940 | — | NO |
WHOIS identity
No WHOIS records are currently associated with unoform.de.edgekey.net in WhisperGraph.
Subdomains
1 observed subdomain of unoform.de.edgekey.net.
| Subdomain |
|---|
| www.unoform.de.edgekey.net |
Threat posture
History
Related pages
Pivot deeper into the graph from unoform.de.edgekey.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "unoform.de.edgekey.net"})-[: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.