Hostname
webdata.archive-it.org
Last fetched
webdata.archive-it.org resolves to 2 IPv4 addresses operated by INTERNET-ARCHIVE - Internet Archive in US.
Nutrition Label
Resolution chain
webdata.archive-it.org 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 |
|---|---|---|---|---|
| 207.241.225.8 | 207.241.224.0/20 | AS7941 | INTERNET-ARCHIVE - Internet Archive | US |
| 207.241.232.8 | 207.241.224.0/20 | AS7941 | INTERNET-ARCHIVE - Internet Archive | US |
WHOIS identity
No WHOIS records are currently associated with webdata.archive-it.org in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for webdata.archive-it.org.
| Mechanism | Target |
|---|---|
| SPF_A | mail.archive.org |
| SPF_IP | 207.241.224.6/32 |
Related pages
Pivot deeper into the graph from webdata.archive-it.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webdata.archive-it.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.