Skip to content

Hostname

dwm.si

Last fetched

dwm.si appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.

Nutrition Label

WHISPER CANON · dwm.siRouting diversity0.0/10Peering density0.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/dwm.si

Resolution chain

dwm.si has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

No WHOIS records are currently associated with dwm.si in WhisperGraph.

Subdomains

28 observed subdomains of dwm.si.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for dwm.si.

MechanismTarget
SPF_IP176.76.65.75
SPF_IP195.246.15.128/25
SPF_IP195.246.16.96/27
SPF_IP212.18.45.0/28
SPF_IP213.157.249.230
SPF_IP91.185.195.136/29
SPF_IP91.185.200.232/29
SPF_IP91.185.217.128/28

Related pages

Pivot deeper into the graph from dwm.si.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "dwm.si"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.