Hostname
codependency.hypnotist.cc
Last fetched
codependency.hypnotist.cc resolves to 2 IPv4 addresses operated by AS16276 in GB.
Nutrition Label
Resolution chain
codependency.hypnotist.cc resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 198.244.202.235 | 198.244.128.0/17 | AS16276 | — | GB |
| 91.134.8.31 | 91.134.0.0/16 | AS16276 | — | FR |
WHOIS identity
No WHOIS records are currently associated with codependency.hypnotist.cc in WhisperGraph.
Subdomains
1 observed subdomain of codependency.hypnotist.cc.
| Subdomain |
|---|
| www.codependency.hypnotist.cc |
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for codependency.hypnotist.cc.
| Mechanism | Target |
|---|---|
| SPF_A | codependency.hypnotist.cc |
| SPF_IP | 109.169.75.146 |
| SPF_MX | codependency.hypnotist.cc |
Related pages
Pivot deeper into the graph from codependency.hypnotist.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "codependency.hypnotist.cc"})-[: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.