Hostname
agnitas.eon.com
Last fetched
agnitas.eon.com resolves to 2 IPv4 addresses operated by NORIS-NETWORK IT Service Provider located in Nuernberg, Germany in DE.
Nutrition Label
Resolution chain
agnitas.eon.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 45.146.16.40 | 45.146.16.0/22 | AS12337 | NORIS-NETWORK IT Service Provider located in Nuernberg, Germany | DE |
| 45.146.16.41 | 45.146.16.0/22 | AS12337 | NORIS-NETWORK IT Service Provider located in Nuernberg, Germany | DE |
WHOIS identity
No WHOIS records are currently associated with agnitas.eon.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from agnitas.eon.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for agnitas.eon.com.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | rdir.de.hosted.spf-report.com |
Related pages
Pivot deeper into the graph from agnitas.eon.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "agnitas.eon.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.