Hostname
compliance-cargo.com
Last fetched
compliance-cargo.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
compliance-cargo.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 |
|---|---|---|---|---|
| 52.222.201.111 | 52.222.200.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.222.201.38 | 52.222.200.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.222.201.39 | 52.222.200.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.222.201.52 | 52.222.200.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 54.240.174.121 | 54.240.174.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 54.240.174.122 | 54.240.174.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 54.240.174.30 | 54.240.174.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 54.240.174.32 | 54.240.174.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
- Registrar
- iana:146
- Organization
- —
- Contact emails
- —
Subdomains
4 observed subdomains of compliance-cargo.com.
Showing 3 of 4. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for compliance-cargo.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | dc-aa8e722993._spfm.compliance-cargo.com |
Related pages
Pivot deeper into the graph from compliance-cargo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "compliance-cargo.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.