Hostname
dect.org
Last fetched
dect.org resolves to 1 IPv4 address operated by AS42093 in NL. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
dect.org 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 |
|---|---|---|---|---|
| 178.251.28.180 | 178.251.24.0/21 | AS42093 | — | NL |
WHOIS identity
- Registrar
- iana:48
- Organization
- dect forum
- Contact emails
Subdomains
8 observed subdomains of dect.org.
Web-graph footprint
Distinct hostnames that link to or from dect.org in the public web crawl.
70 sites link to this hostname.
56 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for dect.org.
| Mechanism | Target |
|---|---|
| SPF_A | dect.org |
| SPF_INCLUDE | _spf.createsend.com |
| SPF_INCLUDE | cmail1.com |
| SPF_INCLUDE | spf.sensson.net |
| SPF_IP | 138.199.167.110 |
| SPF_IP | 178.251.28.180 |
| SPF_IP | 195.22.101.27 |
| SPF_MX | dect.org |
Related pages
Pivot deeper into the graph from dect.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dect.org"})-[: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.