Hostname
alluva.com
Last fetched
alluva.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:625 as the registrar.
Nutrition Label
Resolution chain
alluva.com 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 |
|---|---|---|---|---|
| 3.164.92.126 | 3.164.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.164.92.2 | 3.164.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.164.92.21 | 3.164.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.164.92.54 | 3.164.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.166.181.11 | 3.166.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.181.59 | 3.166.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.181.60 | 3.166.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.181.79 | 3.166.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:625
- Organization
- domain controller
- Contact emails
Subdomains
9 observed subdomains of alluva.com.
Web-graph footprint
Distinct hostnames that link to or from alluva.com in the public web crawl.
15 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for alluva.com.
| Mechanism | Target |
|---|---|
| SPF_A | alluva.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_MX | alluva.com |
Related pages
Pivot deeper into the graph from alluva.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "alluva.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.