Skip to content

Hostname

demo.scriptsender.com

Last fetched

demo.scriptsender.com resolves to 1 IPv4 address operated by AS63949 in US.

Nutrition Label

WHISPER CANON · demo.scriptsender.comRouting diversity1.5/10Peering density6.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/demo.scriptsender.com

Resolution chain

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

IPPrefixASNOperatorCountry
104.237.132.188104.237.128.0/21AS63949US

WHOIS identity

No WHOIS records are currently associated with demo.scriptsender.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

23 SPF mechanisms authorising senders for demo.scriptsender.com.

MechanismTarget
SPF_Ademo.scriptsender.com
SPF_INCLUDEspf.mandrillapp.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP104.237.132.188
SPF_IP173.230.130.234
SPF_IP198.58.111.222
SPF_IP23.92.31.45
SPF_IP2600:3c00:0:0:f03c:91ff:fe33:68fe
SPF_IP45.33.114.87
SPF_IP45.33.121.76
SPF_IP45.33.27.49
SPF_IP45.56.126.15
SPF_IP45.56.66.241
SPF_IP45.56.69.221
SPF_IP45.79.11.141
SPF_IP45.79.2.61
SPF_IP45.79.6.126
SPF_IP45.79.8.103
SPF_IP50.116.18.62
SPF_IP69.164.203.234
SPF_IP72.14.182.70
SPF_IP72.47.244.0/24
SPF_IP72.47.246.27/30

Related pages

Pivot deeper into the graph from demo.scriptsender.com.

Cypher and MCP

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

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