Hostname
ensam.eu
Last fetched
ensam.eu has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:nameshield as the registrar.
Nutrition Label
Resolution chain
ensam.eu has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:nameshield
- Organization
- —
- Contact emails
- —
Subdomains
97 observed subdomains of ensam.eu.
Showing 25 of 97. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ensam.eu in the public web crawl.
169 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
19 SPF mechanisms authorising senders for ensam.eu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-eu.exlibrisgroup.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.relay.renater.fr |
| SPF_INCLUDE | spf.tipimail.com |
| SPF_IP | 193.48.193.100 |
| SPF_IP | 193.48.193.108 |
| SPF_IP | 193.48.193.109 |
| SPF_IP | 193.48.193.26 |
| SPF_IP | 193.48.193.97 |
| SPF_IP | 193.48.193.98 |
| SPF_IP | 193.48.193.99 |
| SPF_IP | 46.235.17.249/32 |
| SPF_IP | 46.235.17.250/32 |
| SPF_IP | 46.235.17.251/32 |
| SPF_IP | 46.235.17.252/32 |
| SPF_IP | 46.235.21.57/32 |
| SPF_IP | 93.188.174.201/29 |
Related pages
Pivot deeper into the graph from ensam.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ensam.eu"})-[: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.