Skip to content

Hostname

sjd.es

Last fetched

sjd.es resolves to 1 IPv4 address operated by GOOGLE-CLOUD-PLATFORM - Google LLC in ES.

Nutrition Label

WHISPER CANON · sjd.esRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/sjd.es

Resolution chain

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

IPPrefixASNOperatorCountry
34.175.0.12834.175.0.0/17AS396982GOOGLE-CLOUD-PLATFORM - Google LLCES

WHOIS identity

No WHOIS records are currently associated with sjd.es in WhisperGraph.

Subdomains

41 observed subdomains of sjd.es.

Web-graph footprint

Distinct hostnames that link to or from sjd.es in the public web crawl.

224 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

10 SPF mechanisms authorising senders for sjd.es.

MechanismTarget
SPF_INCLUDE_spf.elasticemail.com
SPF_INCLUDE_spf.qemailserver.com
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEspf.ipzmarketing.com
SPF_INCLUDEspf.mailjet.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP162.254.227.150
SPF_IP89.140.94.198
SPF_MXsjd.es

Related pages

Pivot deeper into the graph from sjd.es.

Cypher and MCP

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

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