Skip to content

Hostname

adam.sdms.org

Last fetched

adam.sdms.org appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.

Nutrition Label

WHISPER CANON · adam.sdms.orgRouting diversity0.0/10Peering density0.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/adam.sdms.org

Resolution chain

adam.sdms.org has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

No WHOIS records are currently associated with adam.sdms.org in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

17 SPF mechanisms authorising senders for adam.sdms.org.

MechanismTarget
SPF_Aadam.sdms.org
SPF_INCLUDEspf.protection.outlook.com
SPF_IP104.176.59.177
SPF_IP205.201.40.0/21
SPF_IP213.199.160.0/19
SPF_IP216.32.0.0/14
SPF_IP35.170.111.69
SPF_IP40.122.231.137
SPF_IP54.224.136.160
SPF_IP64.128.232.49
SPF_IP64.132.221.30/32
SPF_IP64.211.220.207
SPF_IP64.211.221.130/32
SPF_IP64.211.221.44
SPF_IP65.52.0.0/14
SPF_MXadam.sdms.org
SPF_MXsdms-org.mail.protection.outlook.com

Related pages

Pivot deeper into the graph from adam.sdms.org.

Cypher and MCP

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

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