Hostname
dos-technology.com
Last fetched
dos-technology.com resolves to 1 IPv4 address operated by AS44709 in PS. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
dos-technology.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 |
|---|---|---|---|---|
| 185.56.75.40 | 185.56.72.0/22 | AS44709 | — | PS |
WHOIS identity
- Registrar
- iana:269
- Organization
- c/o whoisproxy.com
- Contact emails
- noreply@data-protected.net
- 434153e18209989b9d1437107f92aec928091363c9705337a5dc126303621bdb@dos-technology.com.whoisproxy.org
- ab11e26fdcb36ce20a4443104f3187ae1421755762602da41a79b24ee817f9a1@dos-technology.com.whoisproxy.org
- d43dcf63e46738f2f23efcb89126c7fc2129306b0b82098e7b37d8e9c5919a4b@dos-technology.com.whoisproxy.org
Subdomains
10 observed subdomains of dos-technology.com.
Threat posture
History
Mail and authentication
MX records
- dos-technology.com
SPF policy
4 SPF mechanisms authorising senders for dos-technology.com.
| Mechanism | Target |
|---|---|
| SPF_A | dos-technology.com |
| SPF_IP | 185.56.75.40 |
| SPF_IP | 23.187.248.15/32 |
| SPF_MX | dos-technology.com |
Related pages
Pivot deeper into the graph from dos-technology.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dos-technology.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.