Skip to content

Hostname

sven24.com

Last fetched

sven24.com resolves to 1 IPv4 address operated by AS8893 in CH. WHOIS lists iana:106 as the registrar.

Nutrition Label

WHISPER CANON · sven24.comRouting diversity1.5/10Peering density4.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/sven24.com

Resolution chain

sven24.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
212.48.112.14212.48.96.0/19AS8893CH

WHOIS identity

Registrar
iana:106
Organization
Contact emails

Subdomains

36 observed subdomains of sven24.com.

Web-graph footprint

Distinct hostnames that link to or from sven24.com in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for sven24.com.

MechanismTarget
SPF_Asven24.com
SPF_IP212.48.112.10
SPF_MXsven24.com

Related pages

Pivot deeper into the graph from sven24.com.

Cypher and MCP

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

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