Hostname
dronedefender.com
Last fetched
dronedefender.com resolves to 1 IPv4 address operated by AS16097 in DE. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
dronedefender.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 |
|---|---|---|---|---|
| 213.187.93.55 | 213.188.85.0/24 | AS16097 | — | DE |
WHOIS identity
- Registrar
- iana:468
- Organization
- bill cobb
- Contact emails
- bc33@digital.net
- 1222fe42-da0b-489a-a6d7-58ef9aa814b3@identity-protect.org
- 3bcee900-e59e-42df-9635-03cd4e192446@identity-protect.org
- 595b45d3-fa32-4692-a091-710cbb862c5d@identity-protect.org
- 6c503832-4f13-446a-8e46-c70f23a63550@identity-protect.org
- ad819cfe-80af-4ab5-a0a7-816780c5dd04@identity-protect.org
- b3094ade-603a-406e-9206-eea075c056fd@identity-protect.org
- owner-6633569@dronedefender.com.whoisprivacyservice.org
Subdomains
1 observed subdomain of dronedefender.com.
| Subdomain |
|---|
| www.dronedefender.com |
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for dronedefender.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from dronedefender.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dronedefender.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.