Hostname
archivebot.com
Last fetched
archivebot.com resolves to 1 IPv4 address operated by GUG-IN Gondwana University, Gadchiroli in DE. WHOIS lists iana:469 as the registrar.
Nutrition Label
Resolution chain
archivebot.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.230.141.12 | 103.230.141.0/24 | AS204136 | GUG-IN Gondwana University, Gadchiroli | DE |
WHOIS identity
- Registrar
- iana:469
- Organization
- archive team
- Contact emails
Web-graph footprint
Distinct hostnames that link to or from archivebot.com in the public web crawl.
36 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from archivebot.com.
- IP · 103.230.141.12
- ASN · AS204136GUG-IN Gondwana University, Gadchiroli
- Registrar · iana:469
- Country · DE
- Email · spammyass@textfiles.com
- TLD · .com
- Browse hostnames · ar…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "archivebot.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.