Hostname
support.prognet.com
Last fetched
support.prognet.com resolves to 1 IPv4 address operated by REALNETWORKS - REALNETWORKS LLC in US.
Nutrition Label
Resolution chain
support.prognet.com 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 |
|---|---|---|---|---|
| 66.203.120.25 | 66.203.120.0/22 | AS5054 | REALNETWORKS - REALNETWORKS LLC | US |
WHOIS identity
No WHOIS records are currently associated with support.prognet.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for support.prognet.com.
| Mechanism | Target |
|---|---|
| SPF_A | dispatch-us.ppe-hosted.com |
| SPF_A | spfsenders2.real.com |
| SPF_IP | 207.188.18.10/31 |
| SPF_IP | 207.188.25.200/30 |
| SPF_IP | 213.128.132.196/31 |
| SPF_IP | 216.190.76.1/24 |
| SPF_IP | 61.193.190.194/31 |
| SPF_IP | 74.122.201.192/26 |
| SPF_IP | 74.122.203.0/24 |
| SPF_MX | support.prognet.com |
Related pages
Pivot deeper into the graph from support.prognet.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "support.prognet.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.