Hostname
dsps.wi.gov
Last fetched
dsps.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
dsps.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.146 | 165.189.128.0/18 | AS3136 | STATE-OF-WISCONSIN-AS1 - State of WI Dept. of Administration | US |
| 165.189.241.135 | 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 dsps.wi.gov in WhisperGraph.
Subdomains
13 observed subdomains of dsps.wi.gov.
Web-graph footprint
Distinct hostnames that link to or from dsps.wi.gov in the public web crawl.
1,963 sites link to this hostname.
224 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for dsps.wi.gov.
| Mechanism | Target |
|---|---|
| SPF_IP | 165.189.205.0/24 |
| SPF_IP | 165.189.213.0/25 |
| SPF_IP | 165.189.56.48/28 |
| SPF_IP | 165.189.88.0/24 |
Related pages
Pivot deeper into the graph from dsps.wi.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dsps.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.