Hostname
e-dass.com
Last fetched
e-dass.com resolves to 2 IPv4 addresses operated by AS15699 in ES. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
e-dass.com 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 |
|---|---|---|---|---|
| 212.36.76.6 | 212.36.64.0/19 | AS15699 | — | ES |
| 93.174.4.13 | 93.174.4.0/24 | AS48348 | — | ES |
WHOIS identity
- Registrar
- iana:1647
- Organization
- equip dassessorament jur?dic i econ?mic
- Contact emails
Subdomains
2 observed subdomains of e-dass.com.
| Subdomain |
|---|
| mail.e-dass.com |
| www.e-dass.com |
Web-graph footprint
Distinct hostnames that link to or from e-dass.com in the public web crawl.
8 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for e-dass.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from e-dass.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "e-dass.com"})-[: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.