Skip to content

Hostname

dev.scrive.com

Last fetched

dev.scrive.com resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.

Nutrition Label

WHISPER CANON · dev.scrive.comRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/dev.scrive.com

Resolution chain

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

IPPrefixASNOperatorCountry
108.128.204.242108.128.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
34.249.24.8234.248.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
52.49.45.22052.48.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

No WHOIS records are currently associated with dev.scrive.com in WhisperGraph.

Subdomains

2 observed subdomains of dev.scrive.com.

Web-graph footprint

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

1 site linked to from this hostname.

Sample inbound links

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for dev.scrive.com.

MechanismTarget
SPF_INCLUDEeu.mailgun.org
SPF_INCLUDEspf.sendinblue.com

Related pages

Pivot deeper into the graph from dev.scrive.com.

Cypher and MCP

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

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