Hostname
airtm0.com
Last fetched
airtm0.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
airtm0.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 |
|---|---|---|---|---|
| 108.157.254.113 | 108.157.252.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.157.254.123 | 108.157.252.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.157.254.24 | 108.157.252.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.157.254.53 | 108.157.252.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 99.84.91.19 | 99.84.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
| 99.84.91.27 | 99.84.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
| 99.84.91.65 | 99.84.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
| 99.84.91.72 | 99.84.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
WHOIS identity
- Registrar
- iana:468
- Organization
- airtm,
- Contact emails
Subdomains
2 observed subdomains of airtm0.com.
| Subdomain |
|---|
| app.airtm0.com |
| www.airtm0.com |
Web-graph footprint
Distinct hostnames that link to or from airtm0.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for airtm0.com.
| Mechanism | Target |
|---|---|
| SPF_A | airtm0.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | airtm.com |
| SPF_INCLUDE | airtm.io |
| SPF_INCLUDE | airtm0.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_MX | airtm0.com |
Related pages
Pivot deeper into the graph from airtm0.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "airtm0.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.