Hostname
dev5.perfectnet.com
Last fetched
dev5.perfectnet.com resolves to 2 IPv4 addresses operated by ASN-CXA-ALL-CCI-22773-RDC - Cox Communications Inc. in US.
Nutrition Label
Resolution chain
dev5.perfectnet.com 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 |
|---|---|---|---|---|
| 98.189.212.164 | 98.189.0.0/16 | AS22773 | ASN-CXA-ALL-CCI-22773-RDC - Cox Communications Inc. | US |
| 98.189.212.167 | 98.189.0.0/16 | AS22773 | ASN-CXA-ALL-CCI-22773-RDC - Cox Communications Inc. | US |
WHOIS identity
No WHOIS records are currently associated with dev5.perfectnet.com in WhisperGraph.
Subdomains
1 observed subdomain of dev5.perfectnet.com.
| Subdomain |
|---|
| mail.dev5.perfectnet.com |
Web-graph footprint
Distinct hostnames that link to or from dev5.perfectnet.com in the public web crawl.
10 sites link to this hostname.
4 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for dev5.perfectnet.com.
| Mechanism | Target |
|---|---|
| SPF_A | wsip-98-189-212-168.oc.oc.cox.net |
| SPF_MX | dev5.perfectnet.com |
Related pages
Pivot deeper into the graph from dev5.perfectnet.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev5.perfectnet.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.