Hostname
dravit.org
Last fetched
dravit.org has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:1505 as the registrar.
Nutrition Label
Resolution chain
dravit.org has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:1505
- Organization
- proracunski sklad za stanovanjske zadeve obcine dravograd-rezervni sklad
- Contact emails
- —
Subdomains
1 observed subdomain of dravit.org.
| Subdomain |
|---|
| mail.dravit.org |
Web-graph footprint
Distinct hostnames that link to or from dravit.org in the public web crawl.
7 sites link to this hostname.
23 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for dravit.org.
| Mechanism | Target |
|---|---|
| SPF_A | dravit.org |
| SPF_INCLUDE | _spf.mail-neoserv.si |
| SPF_IP | 152.89.234.125/32 |
| SPF_IP | 152.89.234.129 |
| SPF_MX | dravit.org |
Related pages
Pivot deeper into the graph from dravit.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dravit.org"})-[: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.