Hostname
edding.com
Last fetched
edding.com resolves to 1 IPv4 address operated by YAHOO-IRD in DE. WHOIS lists iana:828 as the registrar.
Nutrition Label
Resolution chain
edding.com 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 |
|---|---|---|---|---|
| 134.119.224.71 | 134.119.224.0/24 | AS34011 | YAHOO-IRD | DE |
WHOIS identity
- Registrar
- iana:828
- Organization
- edding
- Contact emails
Subdomains
55 observed subdomains of edding.com.
Showing 25 of 55. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from edding.com in the public web crawl.
848 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for edding.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mailplus.nl |
| SPF_INCLUDE | _spf.rexx-systems.com |
| SPF_INCLUDE | mx-spf.eqs-service.com |
| SPF_INCLUDE | spf.mailtastic.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 147.160.167.14/32 |
| SPF_IP | 147.160.167.15/32 |
| SPF_IP | 176.236.62.173 |
| SPF_IP | 193.201.168.170/31 |
| SPF_IP | 193.201.168.38/32 |
| SPF_IP | 212.132.67.239 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 52.49.201.246/32 |
| SPF_IP | 52.49.235.189/32 |
| SPF_IP | 89.106.152.50 |
| SPF_MX | edding.com |
Related pages
Pivot deeper into the graph from edding.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "edding.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.