Skip to content

Hostname

schumann.net

Last fetched

schumann.net resolves to 3 IPv4 addresses operated by AS20546 in DE. WHOIS lists iana:151 as the registrar.

Nutrition Label

WHISPER CANON · schumann.netRouting diversity1.5/10Peering density4.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.0/10canon.whisper.security/host/schumann.net

Resolution chain

schumann.net resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

WHOIS identity

Registrar
iana:151
Organization
myra security
Contact emails

Subdomains

32 observed subdomains of schumann.net.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for schumann.net.

MechanismTarget
SPF_INCLUDEspf.myracloud.com
SPF_IP2a01:4a0:1338:12:0:0:0:18
SPF_IP2a02:cb43:4000:0:0:0:0:222
SPF_IP31.7.184.243
SPF_IP80.90.4.222

Related pages

Pivot deeper into the graph from schumann.net.

Cypher and MCP

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

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