Hostname
afklcargo.com
Last fetched
afklcargo.com resolves to 8 IPv4 addresses operated by AKAMAI-ASN1 in CZ. WHOIS lists iana:1052 as the registrar.
Nutrition Label
Resolution chain
afklcargo.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 |
|---|---|---|---|---|
| 23.212.110.112 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.120 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.36.162.197 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.216 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.47.72.14 | 23.47.72.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.47.72.18 | 23.47.72.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.48.224.109 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.48.224.111 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
WHOIS identity
- Registrar
- iana:1052
- Organization
- koninklijke luchtvaart maatschappij n.v.
- Contact emails
Subdomains
14 observed subdomains of afklcargo.com.
Web-graph footprint
Distinct hostnames that link to or from afklcargo.com in the public web crawl.
446 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for afklcargo.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.afklm.com |
| SPF_INCLUDE | amazonses.com |
| SPF_IP | 34.247.17.208 |
| SPF_IP | 52.31.100.174 |
| SPF_IP | 89.202.39.245/32 |
| SPF_IP | 89.202.39.247 |
Related pages
Pivot deeper into the graph from afklcargo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "afklcargo.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.