Hostname
aserta.com.es
Last fetched
aserta.com.es resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in FR.
Nutrition Label
Resolution chain
aserta.com.es resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 15.188.251.203 | 15.188.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
No WHOIS records are currently associated with aserta.com.es in WhisperGraph.
Subdomains
20 observed subdomains of aserta.com.es.
Showing 17 of 20. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from aserta.com.es in the public web crawl.
25 sites link to this hostname.
333 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 aserta.com.es.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.oracleemaildelivery.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.tmes.trendmicro.com |
| SPF_IP | 129.213.169.210 |
| SPF_IP | 129.80.103.8 |
| SPF_IP | 193.122.173.180 |
| SPF_IP | 201.144.66.150 |
| SPF_MX | aserta.com.es |
Related pages
Pivot deeper into the graph from aserta.com.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aserta.com.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.