Hostname
decosol.es
Last fetched
decosol.es resolves to 2 IPv4 addresses operated by AS16276 in FR.
Nutrition Label
Resolution chain
decosol.es resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 162.19.86.143 | 162.19.0.0/17 | AS16276 | — | FR |
| 46.175.128.123 | 46.175.128.0/24 | AS60458 | — | ES |
WHOIS identity
No WHOIS records are currently associated with decosol.es in WhisperGraph.
Subdomains
8 observed subdomains of decosol.es.
Web-graph footprint
Distinct hostnames that link to or from decosol.es in the public web crawl.
4 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- decosol.es
SPF policy
10 SPF mechanisms authorising senders for decosol.es.
| Mechanism | Target |
|---|---|
| SPF_A | decosol.es |
| SPF_INCLUDE | _spf.gestiondeservidor.net |
| SPF_INCLUDE | gestiondeservidor.net |
| SPF_INCLUDE | relay.gestiondeservidor.net |
| SPF_IP | 162.19.86.143 |
| SPF_IP | 185.125.78.202 |
| SPF_IP | 185.162.171.133 |
| SPF_IP | 185.37.231.124 |
| SPF_IP | 46.175.128.123 |
| SPF_MX | decosol.es |
Related pages
Pivot deeper into the graph from decosol.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "decosol.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.