Hostname
whyaim.com
Last fetched
whyaim.com resolves to 8 IPv4 addresses operated by AS64073 in IN. WHOIS lists iana:1910 as the registrar.
Nutrition Label
Resolution chain
whyaim.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 |
|---|---|---|---|---|
| 13.226.2.120 | 0.0.0.0/0 | AS64073 | — | IN |
| 13.226.2.49 | 0.0.0.0/0 | AS64073 | — | IN |
| 13.226.2.52 | 0.0.0.0/0 | AS64073 | — | IN |
| 13.226.2.98 | 0.0.0.0/0 | AS64073 | — | IN |
| 13.33.235.11 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 13.33.235.38 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 13.33.235.69 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 13.33.235.86 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
WHOIS identity
- Registrar
- iana:1910
- Organization
- aim
- Contact emails
Subdomains
8 observed subdomains of whyaim.com.
Web-graph footprint
Distinct hostnames that link to or from whyaim.com in the public web crawl.
7 sites link to this hostname.
116 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for whyaim.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _netblocks.mimecast.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.mtasv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | unifiedemailspf.smtp.com |
| SPF_IP | 65.57.73.76 |
Related pages
Pivot deeper into the graph from whyaim.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "whyaim.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.