Hostname
joling.me
Last fetched
joling.me resolves to 2 IPv4 addresses operated by AS20857 in NL.
Nutrition Label
Resolution chain
joling.me 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 |
|---|---|---|---|---|
| 93.119.11.22 | 93.119.0.0/20 | AS20857 | — | NL |
| 95.170.85.214 | 95.170.64.0/19 | AS20857 | — | NL |
WHOIS identity
No WHOIS records are currently associated with joling.me in WhisperGraph.
Subdomains
6 observed subdomains of joling.me.
Showing 5 of 6. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for joling.me.
| Mechanism | Target |
|---|---|
| SPF_A | joling.me |
| SPF_INCLUDE | _custspf.g1i.one |
| SPF_INCLUDE | _spf2.natuurlijkhosting.nl |
| SPF_INCLUDE | spf.runbox.com |
| SPF_INCLUDE | spf.whih.nl |
| SPF_MX | joling.me |
Related pages
Pivot deeper into the graph from joling.me.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "joling.me"})-[: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.