Hostname
okc.gov
Last fetched
okc.gov resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US.
Nutrition Label
Resolution chain
okc.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 |
|---|---|---|---|---|
| 52.247.170.120 | 52.224.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
WHOIS identity
No WHOIS records are currently associated with okc.gov in WhisperGraph.
Subdomains
63 observed subdomains of okc.gov.
Showing 25 of 63. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from okc.gov in the public web crawl.
1,450 sites link to this hostname.
23 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
23 SPF mechanisms authorising senders for okc.gov.
| Mechanism | Target |
|---|---|
| SPF_A | okc.gov |
| SPF_INCLUDE | acadisonline.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf-us.appmail.granicusgovaccess.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf_c.oraclecloud.com |
| SPF_IP | 205.162.227.132 |
| SPF_IP | 205.162.227.138 |
| SPF_IP | 208.66.205.35 |
| SPF_IP | 208.66.205.36 |
| SPF_IP | 208.66.205.37 |
| SPF_IP | 208.66.205.38 |
| SPF_IP | 208.66.205.39 |
| SPF_IP | 208.66.207.220 |
| SPF_IP | 209.67.131.231/32 |
| SPF_IP | 216.177.90.7/32 |
| SPF_IP | 45.60.63.181 |
| SPF_IP | 52.4.102.94/32 |
| SPF_IP | 69.170.239.160 |
| SPF_IP | 69.170.239.170 |
| SPF_IP | 69.170.239.171 |
| SPF_IP | 69.170.239.172 |
| SPF_MX | okc.gov |
Related pages
Pivot deeper into the graph from okc.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "okc.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.