Hostname
dekadevelopment.ge
Last fetched
dekadevelopment.ge resolves to 3 IPv4 addresses operated by AS21499 in FR.
Nutrition Label
Resolution chain
dekadevelopment.ge 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 |
|---|---|---|---|---|
| 160.153.133.158 | 160.153.128.0/21 | AS21499 | — | FR |
| 5.252.75.151 | 5.252.75.0/24 | AS47583 | — | ZA |
| 88.222.223.26 | 88.222.223.0/24 | AS47583 | — | ZA |
WHOIS identity
No WHOIS records are currently associated with dekadevelopment.ge in WhisperGraph.
Subdomains
2 observed subdomains of dekadevelopment.ge.
Web-graph footprint
Distinct hostnames that link to or from dekadevelopment.ge in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for dekadevelopment.ge.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from dekadevelopment.ge.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dekadevelopment.ge"})-[: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.