Hostname
aefclm.es
Last fetched
aefclm.es resolves to 2 IPv4 addresses operated by AS198066 in ES.
Nutrition Label
Resolution chain
aefclm.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 |
|---|---|---|---|---|
| 185.47.245.165 | 185.47.245.0/24 | AS198066 | — | ES |
| 86.109.162.173 | 86.109.162.0/24 | AS196713 | — | ES |
WHOIS identity
No WHOIS records are currently associated with aefclm.es in WhisperGraph.
Subdomains
3 observed subdomains of aefclm.es.
Web-graph footprint
Distinct hostnames that link to or from aefclm.es in the public web crawl.
19 sites link to this hostname.
90 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for aefclm.es.
| Mechanism | Target |
|---|---|
| SPF_A | mail.aefclm.es |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.hostytec.com |
| SPF_MX | aefclm.es |
Related pages
Pivot deeper into the graph from aefclm.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aefclm.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.