Skip to content

Hostname

s1dd.com

Last fetched

s1dd.com resolves to 2 IPv4 addresses operated by WHG-USE1 in US. WHOIS lists iana:440 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
195.250.26.63195.250.26.0/24AS14670WHG-USE1US
65.181.111.965.181.111.0/24AS14670WHG-USE1US

WHOIS identity

Registrar
iana:440
Organization
domains by proxy,
Contact emails

Subdomains

7 observed subdomains of s1dd.com.

Web-graph footprint

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

12 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

  • s1dd.com

SPF policy

9 SPF mechanisms authorising senders for s1dd.com.

MechanismTarget
SPF_As1dd.com
SPF_INCLUDEspf.mysecurecloudhost.com
SPF_IP184.170.148.4
SPF_IP198.46.134.225
SPF_IP204.93.177.103
SPF_IP204.93.248.177
SPF_IP216.246.112.40
SPF_IP65.181.111.9
SPF_MXs1dd.com

Related pages

Pivot deeper into the graph from s1dd.com.

Cypher and MCP

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

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