Hostname
insidejazz.draftwebsite.be
Last fetched
insidejazz.draftwebsite.be resolves to 2 IPv4 addresses operated by AS20940 in CH.
Nutrition Label
Resolution chain
insidejazz.draftwebsite.be 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 |
|---|---|---|---|---|
| 104.109.250.59 | 104.109.250.0/24 | AS20940 | — | CH |
| 83.96.254.176 | 83.96.252.0/22 | AS35470 | — | NL |
WHOIS identity
No WHOIS records are currently associated with insidejazz.draftwebsite.be in WhisperGraph.
Subdomains
2 observed subdomains of insidejazz.draftwebsite.be.
Threat posture
History
Mail and authentication
MX records
- insidejazz.draftwebsite.be
SPF policy
3 SPF mechanisms authorising senders for insidejazz.draftwebsite.be.
| Mechanism | Target |
|---|---|
| SPF_A | insidejazz.draftwebsite.be |
| SPF_IP | 83.96.254.176 |
| SPF_MX | insidejazz.draftwebsite.be |
Related pages
Pivot deeper into the graph from insidejazz.draftwebsite.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "insidejazz.draftwebsite.be"})-[: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.