Hostname
dedabit.com
Last fetched
dedabit.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in NL. WHOIS lists iana:168 as the registrar.
Nutrition Label
Resolution chain
dedabit.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.239.69.20 | 18.239.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.69.40 | 18.239.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.69.63 | 18.239.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.69.78 | 18.239.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 99.86.171.118 | 99.86.171.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 99.86.171.21 | 99.86.171.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 99.86.171.73 | 99.86.171.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 99.86.171.83 | 99.86.171.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
WHOIS identity
- Registrar
- iana:168
- Organization
- dedagroup spa
- Contact emails
- —
Subdomains
9 observed subdomains of dedabit.com.
Web-graph footprint
Distinct hostnames that link to or from dedabit.com in the public web crawl.
8 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for dedabit.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.webapps.net |
Related pages
Pivot deeper into the graph from dedabit.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dedabit.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.