Hostname
dev.jdadijon.com
Last fetched
dev.jdadijon.com resolves to 5 IPv4 addresses operated by AS16276 in CA.
Nutrition Label
Resolution chain
dev.jdadijon.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 142.4.219.42 | 142.4.192.0/19 | AS16276 | — | CA |
| 208.115.233.235 | 208.115.233.0/24 | AS46475 | LIMESTONENETWORKS - Limestone Networks, Inc. | US |
| 208.115.233.237 | 208.115.233.0/24 | AS46475 | LIMESTONENETWORKS - Limestone Networks, Inc. | US |
| 51.77.89.236 | 51.77.0.0/16 | AS16276 | — | DE |
| 51.77.89.237 | 51.77.0.0/16 | AS16276 | — | DE |
WHOIS identity
No WHOIS records are currently associated with dev.jdadijon.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for dev.jdadijon.com.
| Mechanism | Target |
|---|---|
| SPF_A | balistreri.epythonorg.com |
| SPF_A | connelly.epythonorg.com |
| SPF_A | epythonorg.com |
| SPF_A | kautzer.epythonorg.com |
| SPF_A | vonrueden.epythonorg.com |
| SPF_IP | 142.4.219.42 |
Related pages
Pivot deeper into the graph from dev.jdadijon.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev.jdadijon.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.