Hostname
2fa.shadowserver.org
Last fetched
2fa.shadowserver.org resolves to 3 IPv4 addresses operated by IP-EEND-AS IP-EEND BV in NL.
Nutrition Label
Resolution chain
2fa.shadowserver.org resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 145.220.254.6 | 145.220.0.0/16 | AS1101 | IP-EEND-AS IP-EEND BV | NL |
| 154.9.2.60 | 154.9.2.0/23 | AS22168 | SHADOWSERVER-FOUNDATION - The Shadowserver Foundation, Inc. | US |
| 184.105.143.153 | 184.104.0.0/15 | AS6939 | HURRICANE - Hurricane Electric LLC | US |
WHOIS identity
No WHOIS records are currently associated with 2fa.shadowserver.org in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from 2fa.shadowserver.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "2fa.shadowserver.org"})-[: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.