Hostname
corv.id
Last fetched
corv.id resolves to 4 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
corv.id resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.220.57.224 | 3.208.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.232.242.170 | 3.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.20.78.240 | 52.20.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.91.59.199 | 54.90.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with corv.id in WhisperGraph.
Subdomains
4 observed subdomains of corv.id.
Web-graph footprint
Distinct hostnames that link to or from corv.id in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for corv.id.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 34.196.106.64 |
| SPF_IP | 34.196.37.54 |
| SPF_IP | 34.205.198.58 |
| SPF_IP | 35.171.116.247 |
| SPF_IP | 52.2.242.115 |
| SPF_IP | 52.200.34.95 |
| SPF_IP | 52.54.16.202 |
| SPF_IP | 52.6.49.248 |
| SPF_IP | 54.225.42.45 |
Related pages
Pivot deeper into the graph from corv.id.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "corv.id"})-[: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.