Hostname
airdirectors.com
Last fetched
airdirectors.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:1011 as the registrar.
Nutrition Label
Resolution chain
airdirectors.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 52.60.87.163 | 52.60.64.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 72.61.203.188 | 72.61.200.0/21 | AS47583 | AS-HOSTINGER - Hostinger International Limited | GB |
WHOIS identity
- Registrar
- iana:1011
- Organization
- digital privacy corporation
- Contact emails
Subdomains
5 observed subdomains of airdirectors.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for airdirectors.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 2a02:4780:f:9f53:0:0:0:1 |
| SPF_MX | airdirectors.com |
Related pages
Pivot deeper into the graph from airdirectors.com.
- IP · 52.60.87.163
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:1011
- Country · CA
- Email · 2664c0.ricu0klngfkj@digitalprivacy.co
- TLD · .com
- Browse hostnames · ai…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "airdirectors.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.