Hostname
digitatanetworks.com
Last fetched
digitatanetworks.com resolves to 1 IPv4 address operated by AS11845 in ZA. WHOIS lists iana:1645 as the registrar.
Nutrition Label
Resolution chain
digitatanetworks.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 |
|---|---|---|---|---|
| 102.39.102.49 | 102.39.96.0/19 | AS11845 | — | ZA |
WHOIS identity
- Registrar
- iana:1645
- Organization
- devlin griggs
- Contact emails
Subdomains
66 observed subdomains of digitatanetworks.com.
Showing 20 of 66. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from digitatanetworks.com in the public web crawl.
5 sites link to this hostname.
4 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for digitatanetworks.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 116.202.91.206 |
| SPF_IP | 129.232.230.39 |
| SPF_IP | 135.181.195.158 |
| SPF_IP | 148.251.151.20 |
| SPF_IP | 196.11.240.34 |
| SPF_IP | 216.239.38.53 |
| SPF_IP | 3.142.106.233 |
| SPF_IP | 49.12.93.58 |
Related pages
Pivot deeper into the graph from digitatanetworks.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "digitatanetworks.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.