Hostname
adityalift.com
Last fetched
adityalift.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
adityalift.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 |
|---|---|---|---|---|
| 35.154.55.29 | 35.154.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
3 observed subdomains of adityalift.com.
Web-graph footprint
Distinct hostnames that link to or from adityalift.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- adityalift.com
SPF policy
11 SPF mechanisms authorising senders for adityalift.com.
| Mechanism | Target |
|---|---|
| SPF_A | adityalift.com |
| SPF_IP | 144.217.52.156 |
| SPF_IP | 176.9.193.33 |
| SPF_IP | 179.61.128.156 |
| SPF_IP | 181.214.185.199 |
| SPF_IP | 181.214.185.213 |
| SPF_IP | 181.214.190.219 |
| SPF_IP | 35.154.55.29 |
| SPF_IP | 51.15.144.74 |
| SPF_IP | 51.158.47.172 |
| SPF_MX | adityalift.com |
Related pages
Pivot deeper into the graph from adityalift.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adityalift.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.