Skip to content

Hostname

suf.cc

Last fetched

suf.cc resolves to 2 IPv4 addresses operated by BAHNHOF in SE. WHOIS lists iana:48 as the registrar.

Nutrition Label

WHISPER CANON · suf.ccRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/suf.cc

Resolution chain

suf.cc resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
176.10.228.189176.10.128.0/17AS8473BAHNHOFSE
195.149.133.139195.149.128.0/18AS3257GTT-BACKBONE GTTUS

WHOIS identity

Registrar
iana:48
Organization
syndikalistiska ungdomsforbundet
Contact emails

Subdomains

19 observed subdomains of suf.cc.

Web-graph footprint

Distinct hostnames that link to or from suf.cc in the public web crawl.

43 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for suf.cc.

MechanismTarget
SPF_MXsuf.cc

Related pages

Pivot deeper into the graph from suf.cc.

Cypher and MCP

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

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