Hostname
spf.colhost.com
Last fetched
spf.colhost.com resolves to 20 IPv4 addresses operated by WHG-DAL in CO.
Nutrition Label
Resolution chain
spf.colhost.com resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 190.8.176.103 | 190.8.176.0/22 | AS36454 | WHG-DAL | CO |
| 190.8.176.104 | 190.8.176.0/22 | AS36454 | WHG-DAL | CO |
| 190.8.176.106 | 190.8.176.0/22 | AS36454 | WHG-DAL | CO |
| 190.8.176.107 | 190.8.176.0/22 | AS36454 | WHG-DAL | CO |
| 190.8.176.114 | 190.8.176.0/22 | AS36454 | WHG-DAL | CO |
| 190.8.176.12 | 190.8.176.0/22 | AS36454 | WHG-DAL | CO |
| 190.8.176.122 | 190.8.176.0/22 | AS36454 | WHG-DAL | CO |
| 190.8.176.14 | 190.8.176.0/22 | AS36454 | WHG-DAL | CO |
| 190.8.176.16 | 190.8.176.0/22 | AS36454 | WHG-DAL | CO |
| 190.8.176.18 | 190.8.176.0/22 | AS36454 | WHG-DAL | CO |
| 190.8.176.2 | 190.8.176.0/22 | AS36454 | WHG-DAL | CO |
| 190.8.176.202 | 190.8.176.0/22 | AS36454 | WHG-DAL | CO |
| 190.8.176.21 | 190.8.176.0/22 | AS36454 | WHG-DAL | CO |
| 190.8.176.222 | 190.8.176.0/22 | AS36454 | WHG-DAL | CO |
| 190.8.176.244 | 190.8.176.0/22 | AS36454 | WHG-DAL | CO |
| 190.8.176.253 | 190.8.176.0/22 | AS36454 | WHG-DAL | CO |
| 190.8.176.3 | 190.8.176.0/22 | AS36454 | WHG-DAL | CO |
| 190.8.176.34 | 190.8.176.0/22 | AS36454 | WHG-DAL | CO |
| 190.8.176.41 | 190.8.176.0/22 | AS36454 | WHG-DAL | CO |
| 190.8.176.42 | 190.8.176.0/22 | AS36454 | WHG-DAL | CO |
WHOIS identity
No WHOIS records are currently associated with spf.colhost.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for spf.colhost.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 190.8.176.0/24 |
| SPF_IP | 190.8.177.0/24 |
| SPF_IP | 190.8.178.0/24 |
| SPF_IP | 190.8.179.0/24 |
| SPF_IP | 67.210.241.0/24 |
| SPF_IP | 67.210.244.0/24 |
| SPF_IP | 67.210.246.0/24 |
Related pages
Pivot deeper into the graph from spf.colhost.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spf.colhost.com"})-[: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.