Skip to content

Hostname

secburg.com

Last fetched

secburg.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:106 as the registrar.

Nutrition Label

WHISPER CANON · secburg.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/secburg.com

Resolution chain

secburg.com 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:106
Organization
Contact emails

Web-graph footprint

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

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for secburg.com.

MechanismTarget
SPF_Asecburg.com
SPF_IP202.61.227.2/32
SPF_IP2a03:4000:56:aa6:9875:83ff:fe06:e523/64
SPF_MXmailstrom.de
SPF_MXmash-systeme.de
SPF_MXplayingtux.com
SPF_MXsecburg.com
SPF_MXsysms.de
SPF_MXtlicious.de

Related pages

Pivot deeper into the graph from secburg.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "secburg.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.