Hostname
actuasm.es
Last fetched
actuasm.es resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label
Resolution chain
actuasm.es 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 |
|---|---|---|---|---|
| 18.202.115.12 | 18.202.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 34.247.24.19 | 34.240.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.17.231.146 | 52.16.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.195.32.10 | 54.195.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.217.14.41 | 54.216.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.73.16.75 | 54.73.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
No WHOIS records are currently associated with actuasm.es in WhisperGraph.
Subdomains
5 observed subdomains of actuasm.es.
Web-graph footprint
Distinct hostnames that link to or from actuasm.es in the public web crawl.
13 sites link to this hostname.
59 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for actuasm.es.
| Mechanism | Target |
|---|---|
| SPF_A | actuasm.es |
| SPF_INCLUDE | spf.eu.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.40.229.156/32 |
| SPF_IP | 176.58.12.80 |
| SPF_IP | 217.130.24.0/24 |
| SPF_IP | 52.169.0.179/32 |
| SPF_MX | actuasm.es |
Related pages
Pivot deeper into the graph from actuasm.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "actuasm.es"})-[: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.