Skip to content

Hostname

suhms.org

Last fetched

suhms.org resolves to 1 IPv4 address operated by VTX-NETWORK in CH. WHOIS lists iana:2 as the registrar.

Nutrition Label

WHISPER CANON · suhms.orgRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/suhms.org

Resolution chain

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

IPPrefixASNOperatorCountry
212.40.14.8212.40.0.0/19AS12350VTX-NETWORKCH

WHOIS identity

Registrar
iana:2
Organization
perfect privacy,
Contact emails

Subdomains

3 observed subdomains of suhms.org.

Web-graph footprint

Distinct hostnames that link to or from suhms.org in the public web crawl.

79 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for suhms.org.

MechanismTarget
SPF_Asuhms.org
SPF_INCLUDEspf.vtx.ch
SPF_MXsuhms.org

Related pages

Pivot deeper into the graph from suhms.org.

Cypher and MCP

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

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