Hostname
jandmf.com
Last fetched
jandmf.com resolves to 2 IPv4 addresses operated by AS1221 in AU. WHOIS lists iana:1327 as the registrar.
Nutrition Label
Resolution chain
jandmf.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 |
|---|---|---|---|---|
| 120.156.237.52 | 120.156.0.0/15 | AS1221 | — | AU |
| 124.189.229.126 | 124.176.0.0/12 | AS1221 | — | AU |
WHOIS identity
- Registrar
- iana:1327
- Organization
- forsyth, mark
- Contact emails
Subdomains
1 observed subdomain of jandmf.com.
| Subdomain |
|---|
| mail.jandmf.com |
Web-graph footprint
Distinct hostnames that link to or from jandmf.com in the public web crawl.
87 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for jandmf.com.
| Mechanism | Target |
|---|---|
| SPF_A | jandmf.com |
| SPF_MX | jandmf.com |
Related pages
Pivot deeper into the graph from jandmf.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jandmf.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.