Hostname
atulshukla.com
Last fetched
atulshukla.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
atulshukla.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.5.76.215 | 3.5.76.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.78.151 | 3.5.78.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.78.25 | 3.5.78.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.81.240 | 3.5.81.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.81.52 | 3.5.81.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.82.22 | 3.5.82.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.234.122 | 52.218.234.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.132.219 | 52.92.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.163.19 | 52.92.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.163.99 | 52.92.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.181.139 | 52.92.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.210.155 | 52.92.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.226.123 | 52.92.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.227.131 | 52.92.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.239.107 | 52.92.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.251.123 | 52.92.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- atul shukla
- Contact emails
Subdomains
1 observed subdomain of atulshukla.com.
| Subdomain |
|---|
| www.atulshukla.com |
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from atulshukla.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "atulshukla.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.