Hostname
aire.com
Last fetched
aire.com resolves to 2 IPv4 addresses operated by AUTOMATTIC - Automattic, Inc in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
aire.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 |
|---|---|---|---|---|
| 199.16.172.14 | 199.16.172.0/24 | AS2635 | AUTOMATTIC - Automattic, Inc | US |
| 199.16.173.113 | 199.16.173.0/24 | AS2635 | AUTOMATTIC - Automattic, Inc | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- aire
- Contact emails
Subdomains
5 observed subdomains of aire.com.
Web-graph footprint
Distinct hostnames that link to or from aire.com in the public web crawl.
121 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for aire.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | ab.sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.238.134.28 |
| SPF_IP | 149.72.0.0/16 |
| SPF_IP | 159.183.0.0/16 |
| SPF_IP | 160.3.3.232 |
| SPF_IP | 167.89.0.0/17 |
| SPF_IP | 168.245.0.0/17 |
| SPF_IP | 192.254.112.0/20 |
| SPF_IP | 198.21.0.0/21 |
| SPF_IP | 198.37.144.0/20 |
| SPF_IP | 208.117.48.0/20 |
| SPF_IP | 50.31.32.0/19 |
| SPF_IP | 64.88.171.195/32 |
| SPF_IP | 67.133.172.170 |
Related pages
Pivot deeper into the graph from aire.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aire.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.