Hostname
appleton.ja.org
Last fetched
appleton.ja.org resolves to 1 IPv4 address operated by HBS-AS - Heartland Business Systems in US.
Nutrition Label
Resolution chain
appleton.ja.org 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 |
|---|---|---|---|---|
| 64.25.122.97 | 64.25.112.0/20 | AS31785 | HBS-AS - Heartland Business Systems | US |
WHOIS identity
No WHOIS records are currently associated with appleton.ja.org in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for appleton.ja.org.
| Mechanism | Target |
|---|---|
| SPF_A | appleton.ja.org |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 67.52.195.98/29 |
| SPF_IP | 70.60.85.10/29 |
| SPF_MX | appleton.ja.org |
Related pages
Pivot deeper into the graph from appleton.ja.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "appleton.ja.org"})-[: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.