Hostname
pop.cdaheating.net
Last fetched
pop.cdaheating.net resolves to 2 IPv4 addresses operated by AS16276 in CA.
Nutrition Label
Resolution chain
pop.cdaheating.net 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 |
|---|---|---|---|---|
| 192.99.144.79 | 192.99.0.0/16 | AS16276 | — | CA |
| 47.221.255.164 | 47.221.128.0/17 | AS19108 | SUDDENLINK-COMMUNICATIONS - Optimum | US |
WHOIS identity
No WHOIS records are currently associated with pop.cdaheating.net in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for pop.cdaheating.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.mx.cloudflare.net |
| SPF_INCLUDE | mxlogin.com |
Related pages
Pivot deeper into the graph from pop.cdaheating.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pop.cdaheating.net"})-[: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.