Hostname
40.stuv.com
Last fetched
40.stuv.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
40.stuv.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.76.167.69 | 3.64.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with 40.stuv.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for 40.stuv.com.
| Mechanism | Target |
|---|---|
| SPF_A | relay.stuv.com |
| SPF_A | relay2.stuv.com |
| SPF_INCLUDE | _spf.createsend.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 188.65.217.117 |
| SPF_IP | 188.65.217.176 |
| SPF_IP | 188.65.219.61 |
| SPF_IP | 194.78.56.229 |
| SPF_IP | 202.129.242.65/32 |
| SPF_IP | 204.14.232.65/32 |
| SPF_IP | 204.14.234.65/32 |
| SPF_IP | 2a02:21d0:0:0:0:65:1:176 |
| SPF_IP | 2a02:21d0:0:0:0:66:280:61 |
| SPF_IP | 96.43.144.65/32 |
Related pages
Pivot deeper into the graph from 40.stuv.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "40.stuv.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.