Hostname
depotsoftware.com
Last fetched
depotsoftware.com resolves to 1 IPv4 address operated by WEDARE wd6.NET B.V in NL. WHOIS lists iana:85 as the registrar.
Nutrition Label
Resolution chain
depotsoftware.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 |
|---|---|---|---|---|
| 92.48.221.35 | 92.48.192.0/18 | AS20495 | WEDARE wd6.NET B.V | NL |
WHOIS identity
- Registrar
- iana:85
- Organization
- lucas vos
- Contact emails
Subdomains
96 observed subdomains of depotsoftware.com.
Showing 25 of 96. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from depotsoftware.com in the public web crawl.
11 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for depotsoftware.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.atlassian.net |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | _spf.freshsales.io |
| SPF_INCLUDE | emsd1.com |
| SPF_INCLUDE | spf-eu.letsignit.com |
| SPF_INCLUDE | spf.mtasv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 84.244.142.38 |
Related pages
Pivot deeper into the graph from depotsoftware.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "depotsoftware.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.