Hostname
ks.gov
Last fetched
ks.gov resolves to 1 IPv4 address operated by KANSAS - State of Kansas in US.
Nutrition Label
Resolution chain
ks.gov 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 |
|---|---|---|---|---|
| 165.201.63.67 | 165.201.0.0/16 | AS3446 | KANSAS - State of Kansas | US |
WHOIS identity
No WHOIS records are currently associated with ks.gov in WhisperGraph.
Subdomains
991 observed subdomains of ks.gov.
Showing 25 of 991. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ks.gov in the public web crawl.
51 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
23 SPF mechanisms authorising senders for ks.gov.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | imagetrend.net |
| SPF_INCLUDE | spf-us.appmail.granicusgovaccess.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 165.201.126.38 |
| SPF_IP | 165.201.142.85 |
| SPF_IP | 165.201.146.245 |
| SPF_IP | 165.201.175.16 |
| SPF_IP | 165.201.180.49 |
| SPF_IP | 165.201.192.16 |
| SPF_IP | 165.201.199.52 |
| SPF_IP | 165.201.22.64 |
| SPF_IP | 165.201.35.11 |
| SPF_IP | 165.201.42.56 |
| SPF_IP | 165.201.54.32/27 |
| SPF_IP | 165.201.59.160 |
| SPF_IP | 165.201.79.82 |
| SPF_IP | 165.201.82.83 |
| SPF_IP | 165.201.97.86 |
| SPF_IP | 205.237.127.0/24 |
| SPF_IP | 208.74.102.133 |
| SPF_IP | 208.80.200.0/21 |
| SPF_IP | 216.81.136.0/24 |
| SPF_IP | 52.176.160.125 |
Related pages
Pivot deeper into the graph from ks.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ks.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.