Hostname
doa.wi.gov
Last fetched
doa.wi.gov resolves to 2 IPv4 addresses operated by STATE-OF-WISCONSIN-AS1 - State of WI Dept. of Administration in US.
Nutrition Label
Resolution chain
doa.wi.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 |
|---|---|---|---|---|
| 165.189.150.37 | 165.189.128.0/18 | AS3136 | STATE-OF-WISCONSIN-AS1 - State of WI Dept. of Administration | US |
| 165.189.241.190 | 165.189.240.0/21 | AS3136 | STATE-OF-WISCONSIN-AS1 - State of WI Dept. of Administration | US |
WHOIS identity
No WHOIS records are currently associated with doa.wi.gov in WhisperGraph.
Subdomains
2 observed subdomains of doa.wi.gov.
| Subdomain |
|---|
| eif.doa.wi.gov |
| www.doa.wi.gov |
Web-graph footprint
Distinct hostnames that link to or from doa.wi.gov in the public web crawl.
814 sites link to this hostname.
365 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for doa.wi.gov.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | service.govdelivery.com |
| SPF_MX | doa.wi.gov |
Related pages
Pivot deeper into the graph from doa.wi.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "doa.wi.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.