Hostname
ajet.com
Last fetched
ajet.com resolves to 8 IPv4 addresses operated by AKAMAI-ASN1 in SE.
Nutrition Label
Resolution chain
ajet.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 |
|---|---|---|---|---|
| 104.69.222.144 | 104.69.222.0/24 | AS20940 | AKAMAI-ASN1 | SE |
| 2.16.169.11 | 2.16.169.0/24 | AS20940 | AKAMAI-ASN1 | BR |
| 2.16.169.4 | 2.16.169.0/24 | AS20940 | AKAMAI-ASN1 | BR |
| 2.19.185.49 | 2.19.185.0/24 | AS20940 | AKAMAI-ASN1 | SE |
| 23.212.110.24 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.34 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.36.162.203 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.207 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from ajet.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for ajet.com.
| Mechanism | Target |
|---|---|
| SPF_A | ajet.com |
| SPF_INCLUDE | eu.transmail.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.204.235.17 |
| SPF_IP | 46.31.112.131 |
| SPF_IP | 46.31.112.79 |
| SPF_IP | 46.31.112.80 |
| SPF_IP | 46.31.112.81 |
| SPF_MX | ajet.com |
Related pages
Pivot deeper into the graph from ajet.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ajet.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.