Hostname
cosuno-staging.de
Last fetched
cosuno-staging.de resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
cosuno-staging.de resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 143.204.80.117 | 143.204.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 143.204.80.125 | 143.204.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 143.204.80.56 | 143.204.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 143.204.80.95 | 143.204.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.174.98.110 | 3.174.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.174.98.121 | 3.174.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.174.98.78 | 3.174.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.174.98.92 | 3.174.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with cosuno-staging.de in WhisperGraph.
Subdomains
1 observed subdomain of cosuno-staging.de.
| Subdomain |
|---|
| r.cosuno-staging.de |
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for cosuno-staging.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | email.chargebee.com |
| SPF_INCLUDE | emsd1.com |
| SPF_INCLUDE | spf.mailjet.com |
Related pages
Pivot deeper into the graph from cosuno-staging.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cosuno-staging.de"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.