Hostname
defiance.com
Last fetched
defiance.com resolves to 5 IPv4 addresses operated by TELCOMNET-AS Telcomnet LLC, Moscow, Russia in US. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
defiance.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.94.222.22 | 104.94.222.0/24 | AS33905 | TELCOMNET-AS Telcomnet LLC, Moscow, Russia | US |
| 104.94.223.22 | 104.94.223.0/24 | AS33905 | TELCOMNET-AS Telcomnet LLC, Moscow, Russia | US |
| 104.96.178.16 | 104.96.178.0/24 | AS33905 | TELCOMNET-AS Telcomnet LLC, Moscow, Russia | AU |
| 104.96.179.16 | 104.96.179.0/24 | AS33905 | TELCOMNET-AS Telcomnet LLC, Moscow, Russia | AU |
| 104.96.180.13 | 104.96.180.0/24 | AS33905 | TELCOMNET-AS Telcomnet LLC, Moscow, Russia | BR |
WHOIS identity
- Registrar
- iana:292
- Organization
- domain administrator
- Contact emails
Subdomains
5 observed subdomains of defiance.com.
Web-graph footprint
Distinct hostnames that link to or from defiance.com in the public web crawl.
241 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for defiance.com.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | _spf.trionworlds.com |
Related pages
Pivot deeper into the graph from defiance.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "defiance.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.