Hostname
efl.es
Last fetched
efl.es resolves to 1 IPv4 address operated by NTT-DATA-2914 - NTT America, Inc. in ES.
Nutrition Label
Resolution chain
efl.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 |
|---|---|---|---|---|
| 83.231.131.56 | 83.231.128.0/17 | AS2914 | NTT-DATA-2914 - NTT America, Inc. | ES |
WHOIS identity
No WHOIS records are currently associated with efl.es in WhisperGraph.
Subdomains
17 observed subdomains of efl.es.
Web-graph footprint
Distinct hostnames that link to or from efl.es in the public web crawl.
105 sites link to this hostname.
3 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for efl.es.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 167.89.35.200/32 |
| SPF_IP | 194.179.52.70/32 |
| SPF_IP | 194.179.72.108/32 |
| SPF_IP | 195.140.184.0/22 |
| SPF_IP | 195.76.10.180/32 |
| SPF_IP | 195.76.10.182/32 |
| SPF_IP | 50.31.44.111/32 |
| SPF_IP | 62.91.23.34/32 |
| SPF_IP | 66.117.17.91/32 |
| SPF_IP | 66.117.17.92/32 |
| SPF_IP | 74.63.234.66/32 |
| SPF_IP | 81.41.131.103/32 |
| SPF_IP | 81.93.210.58/32 |
| SPF_IP | 82.112.99.201/32 |
| SPF_IP | 91.192.40.0/22 |
| SPF_MX | efl.es |
Related pages
Pivot deeper into the graph from efl.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "efl.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.