Hostname
mx02.pssnet.com
Last fetched
mx02.pssnet.com resolves to 1 IPv4 address operated by FRONTIER - Frontier Networks Inc in CA.
Nutrition Label
Resolution chain
mx02.pssnet.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 |
|---|---|---|---|---|
| 67.21.148.138 | 67.21.144.0/20 | AS7311 | FRONTIER - Frontier Networks Inc | CA |
WHOIS identity
No WHOIS records are currently associated with mx02.pssnet.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for mx02.pssnet.com.
| Mechanism | Target |
|---|---|
| SPF_A | mx02.pssnet.com |
| SPF_A | spamfilter.pssnet.com |
| SPF_IP | 15.222.189.1 |
| SPF_IP | 173.246.128.32/27 |
| SPF_IP | 192.171.59.224/27 |
| SPF_IP | 38.17.22.188 |
| SPF_IP | 64.26.145.190 |
| SPF_IP | 67.21.148.128/25 |
| SPF_IP | 72.142.135.146 |
| SPF_MX | mx02.pssnet.com |
Related pages
Pivot deeper into the graph from mx02.pssnet.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mx02.pssnet.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.