Skip to content

Hostname

stago.com

Last fetched

stago.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR. WHOIS lists iana:299 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
13.36.70.1413.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.FR
13.37.194.1413.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.FR
13.39.179.6513.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.FR
15.188.198.16715.188.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.FR
15.236.163.10715.236.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.FR
15.237.140.2915.236.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.FR
35.180.216.7235.180.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.FR
35.180.6.1735.180.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.FR

WHOIS identity

Registrar
iana:299
Organization
diagnostica stago
Contact emails

Subdomains

84 observed subdomains of stago.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for stago.com.

MechanismTarget
SPF_INCLUDEmailcontrol.com
SPF_INCLUDEspf-00696702.pphosted.com
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from stago.com.

Cypher and MCP

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

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