Hostname
arc.widoj.gov
Last fetched
arc.widoj.gov resolves to 2 IPv4 addresses operated by WIDOJ2 - Wisconsin Department of Justice in US.
Nutrition Label
Resolution chain
arc.widoj.gov 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 |
|---|---|---|---|---|
| 69.161.200.116 | 69.161.200.0/24 | AS401271 | WIDOJ2 - Wisconsin Department of Justice | US |
| 69.161.201.116 | 69.161.201.0/24 | AS53500 | WIDOJ - Wisconsin Department of Justice | US |
WHOIS identity
No WHOIS records are currently associated with arc.widoj.gov in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from arc.widoj.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "arc.widoj.gov"})-[: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.