Hostname
mx2.j-cook.pro
Last fetched
mx2.j-cook.pro resolves to 1 IPv4 address operated by AS63949 in AU.
Nutrition Label
Resolution chain
mx2.j-cook.pro 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 |
|---|---|---|---|---|
| 172.105.255.176 | 172.105.254.0/23 | AS63949 | — | AU |
WHOIS identity
No WHOIS records are currently associated with mx2.j-cook.pro in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- mx2.j-cook.pro
SPF policy
4 SPF mechanisms authorising senders for mx2.j-cook.pro.
| Mechanism | Target |
|---|---|
| SPF_IP | 172.105.255.176 |
| SPF_IP | 172.105.255.189 |
| SPF_IP | 2400:8907:0:0:f03c:94ff:f362:5220 |
| SPF_IP | 2400:8907:0:0:f03c:94ff:fe62:e526 |
Related pages
Pivot deeper into the graph from mx2.j-cook.pro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mx2.j-cook.pro"})-[: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.