Hostname
como.gov
Last fetched
como.gov resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
como.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 |
|---|---|---|---|---|
| 104.18.0.171 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.1.171 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with como.gov in WhisperGraph.
Subdomains
83 observed subdomains of como.gov.
Showing 25 of 83. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from como.gov in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for como.gov.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _netblocks.google.com |
| SPF_INCLUDE | _netblocks2.google.com |
| SPF_INCLUDE | _netblocks3.google.com |
| SPF_INCLUDE | res.cisco.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf_sendgrid.simpleviewinc.com |
| SPF_INCLUDE | spf_shopify.simpleviewinc.com |
| SPF_IP | 161.47.143.129 |
| SPF_IP | 162.218.1.150/32 |
| SPF_IP | 198.2.182.0/24 |
| SPF_IP | 198.54.11.0/24 |
| SPF_IP | 208.75.123.0/24 |
| SPF_IP | 216.106.33.8/29 |
| SPF_IP | 216.71.145.210 |
| SPF_IP | 216.71.148.94 |
| SPF_IP | 69.32.224.120/29 |
| SPF_MX | como.gov |
Related pages
Pivot deeper into the graph from como.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "como.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.