Hostname
www.johnbarell.com
Last fetched
www.johnbarell.com resolves to 2 IPv4 addresses operated by AS202827 in FR.
Nutrition Label
Resolution chain
www.johnbarell.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 |
|---|---|---|---|---|
| 82.38.17.128 | 82.38.17.0/24 | AS202827 | — | FR |
| 86.110.51.128 | 86.110.51.0/24 | AS46475 | LIMESTONENETWORKS - Limestone Networks, Inc. | FR |
WHOIS identity
No WHOIS records are currently associated with www.johnbarell.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for www.johnbarell.com.
| Mechanism | Target |
|---|---|
| SPF_A | vps.communikvous.com |
| SPF_A | www.johnbarell.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 185.150.88.78 |
| SPF_MX | www.johnbarell.com |
Related pages
Pivot deeper into the graph from www.johnbarell.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.johnbarell.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.