Hostname
acn.cat
Last fetched
acn.cat resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists iana:76 as the registrar.
Nutrition Label
Resolution chain
acn.cat resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 34.246.104.139 | 34.240.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 34.248.196.7 | 34.248.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.210.46.64 | 52.208.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.49.58.145 | 52.48.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.154.102.45 | 54.154.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.73.115.237 | 54.73.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
- Registrar
- iana:76
- Organization
- —
- Contact emails
Subdomains
17 observed subdomains of acn.cat.
Web-graph footprint
Distinct hostnames that link to or from acn.cat in the public web crawl.
410 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for acn.cat.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}.spf.hc489-80.eu.iphmx.com |
| SPF_IP | 207.54.69.189 |
| SPF_IP | 207.54.76.180 |
| SPF_IP | 207.54.76.248 |
| SPF_IP | 207.54.77.56 |
| SPF_IP | 88.87.203.254 |
| SPF_MX | acn.cat |
Related pages
Pivot deeper into the graph from acn.cat.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "acn.cat"})-[: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.