Hostname
_spf.dmicorp.com
Last fetched
_spf.dmicorp.com resolves to 14 IPv4 addresses operated by COMCAST-7922 - Comcast Cable Communications, LLC in US.
Nutrition Label
Resolution chain
_spf.dmicorp.com resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 107.1.93.18 | 107.0.0.0/14 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
| 12.12.134.162 | 12.0.0.0/9 | AS7018 | ATT-INTERNET4 - AT&T Enterprises, LLC | US |
| 12.12.134.169 | 12.0.0.0/9 | AS7018 | ATT-INTERNET4 - AT&T Enterprises, LLC | US |
| 12.12.134.170 | 12.0.0.0/9 | AS7018 | ATT-INTERNET4 - AT&T Enterprises, LLC | US |
| 12.205.198.18 | 12.128.0.0/9 | AS7018 | ATT-INTERNET4 - AT&T Enterprises, LLC | US |
| 12.239.141.2 | 12.128.0.0/9 | AS7018 | ATT-INTERNET4 - AT&T Enterprises, LLC | US |
| 12.239.141.4 | 12.128.0.0/9 | AS7018 | ATT-INTERNET4 - AT&T Enterprises, LLC | US |
| 12.239.141.5 | 12.128.0.0/9 | AS7018 | ATT-INTERNET4 - AT&T Enterprises, LLC | US |
| 159.242.130.69 | 159.242.128.0/20 | AS13499 | CH-ENT-DC-IL - NEW CCH, LLC | US |
| 50.205.178.82 | 50.128.0.0/9 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
| 50.224.16.167 | 50.128.0.0/9 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
| 50.224.16.168 | 50.128.0.0/9 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
| 65.118.7.250 | 65.112.0.0/12 | AS209 | CENTURYLINK-US-LEGACY-QWEST - CenturyLink Communications, LLC | US |
| 69.164.122.37 | 69.164.112.0/20 | AS7381 | SRS-6-Z-7381 - BroadbandONE, LLC | US |
WHOIS identity
No WHOIS records are currently associated with _spf.dmicorp.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from _spf.dmicorp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "_spf.dmicorp.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.