Hostname
ifepa.es
Last fetched
ifepa.es resolves to 1 IPv4 address operated by AS208769 in ES.
Nutrition Label
Resolution chain
ifepa.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 |
|---|---|---|---|---|
| 92.60.32.27 | 92.60.32.0/23 | AS208769 | — | ES |
WHOIS identity
No WHOIS records are currently associated with ifepa.es in WhisperGraph.
Subdomains
3 observed subdomains of ifepa.es.
Web-graph footprint
Distinct hostnames that link to or from ifepa.es in the public web crawl.
139 sites link to this hostname.
55 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for ifepa.es.
| Mechanism | Target |
|---|---|
| SPF_IP | 195.110.101.32/27 |
| SPF_IP | 195.110.122.160/27 |
| SPF_IP | 81.88.48.32/27 |
| SPF_IP | 81.88.50.224/27 |
| SPF_IP | 81.88.54.64/27 |
| SPF_IP | 81.88.55.96/27 |
Related pages
Pivot deeper into the graph from ifepa.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ifepa.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.