Hostname
edeco.se
Last fetched
edeco.se resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:beebyteab as the registrar.
Nutrition Label
Resolution chain
edeco.se resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.26.10.116 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.26.11.116 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.69.143 | 172.67.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- registrar:beebyteab
- Organization
- —
- Contact emails
- —
Subdomains
5 observed subdomains of edeco.se.
Web-graph footprint
Distinct hostnames that link to or from edeco.se in the public web crawl.
17 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for edeco.se.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.bedrock.lime-technologies.com |
| SPF_INCLUDE | spf.mailanyone.net |
| SPF_INCLUDE | spf.mx-wecloud.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 109.74.5.196 |
| SPF_IP | 194.16.83.81 |
| SPF_IP | 195.7.65.114 |
| SPF_IP | 212.37.96.111 |
| SPF_IP | 213.50.132.141 |
| SPF_IP | 31.192.224.166 |
| SPF_IP | 31.192.231.161 |
| SPF_IP | 79.99.1.188 |
| SPF_MX | edeco.se |
Related pages
Pivot deeper into the graph from edeco.se.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "edeco.se"})-[: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.