Hostname
jam3.japhar.com
Last fetched
jam3.japhar.com resolves to 1 IPv4 address operated by AS12322 in FR.
Nutrition Label
Resolution chain
jam3.japhar.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 |
|---|---|---|---|---|
| 83.159.100.229 | 83.152.0.0/13 | AS12322 | — | FR |
WHOIS identity
No WHOIS records are currently associated with jam3.japhar.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from jam3.japhar.com in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for jam3.japhar.com.
| Mechanism | Target |
|---|---|
| SPF_A | jam3.japhar.com |
| SPF_IP | 176.46.192.0/18 |
| SPF_IP | 192.104.41.0/24 |
| SPF_IP | 193.5.253.0/24 |
| SPF_IP | 194.209.108.0/24 |
| SPF_IP | 194.209.185.0/24 |
| SPF_IP | 195.190.160.0/19 |
| SPF_IP | 62.48.96.0/19 |
| SPF_IP | 64.225.71.71 |
| SPF_IP | 78.199.149.17 |
| SPF_IP | 83.159.100.229 |
| SPF_IP | 84.55.192.0/18 |
| SPF_MX | jam3.japhar.com |
Related pages
Pivot deeper into the graph from jam3.japhar.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jam3.japhar.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.