Hostname
idec.com
Last fetched
idec.com resolves to 14 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
idec.com resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.126.37.131 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 104.126.37.154 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 2.19.183.4 | 2.19.183.0/24 | AS20940 | AKAMAI-ASN1 | SE |
| 2.19.183.40 | 2.19.183.0/24 | AS20940 | AKAMAI-ASN1 | SE |
| 2.23.7.11 | 2.23.7.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.23.7.19 | 2.23.7.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.212.110.121 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.24 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.36.162.197 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.199 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.44.111.22 | 23.44.111.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.44.111.26 | 23.44.111.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.48.224.69 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.48.224.73 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- idec corporation
- Contact emails
Subdomains
60 observed subdomains of idec.com.
Showing 25 of 60. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from idec.com in the public web crawl.
291 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for idec.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 48295955.spf06.hubspotemail.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.idec.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.zoho.com |
| SPF_INCLUDE | usb._netblocks.mimecast.com |
Related pages
Pivot deeper into the graph from idec.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "idec.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.