Hostname
dsbtech.com
Last fetched
dsbtech.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
dsbtech.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:146
- Organization
- ceylan kama
- Contact emails
Subdomains
2 observed subdomains of dsbtech.com.
| Subdomain |
|---|
| transfer.dsbtech.com |
| www.dsbtech.com |
Web-graph footprint
Distinct hostnames that link to or from dsbtech.com in the public web crawl.
21 sites link to this hostname.
29 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for dsbtech.com.
| Mechanism | Target |
|---|---|
| SPF_A | dsbtech.com |
| SPF_INCLUDE | 9322124.spf06.hubspotemail.net |
| SPF_INCLUDE | _spf_cd.spamtitan.com |
| SPF_INCLUDE | plexonline.com |
| SPF_INCLUDE | return--path.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 12.175.3.122 |
| SPF_IP | 47.225.250.144/28 |
| SPF_IP | 65.43.44.105 |
| SPF_IP | 74.219.66.208/28 |
| SPF_IP | 99.25.252.128/29 |
| SPF_IP | 99.25.252.129 |
| SPF_MX | dsbtech.com |
Related pages
Pivot deeper into the graph from dsbtech.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dsbtech.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.