Hostname
otctrue.io
Last fetched
otctrue.io resolves to 2 IPv4 addresses operated by AS51358 in BG. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
otctrue.io 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 |
|---|---|---|---|---|
| 84.32.33.100 | 84.32.33.0/24 | AS51358 | — | BG |
| 84.32.33.45 | 84.32.33.0/24 | AS51358 | — | BG |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for otctrue.io.
| Mechanism | Target |
|---|---|
| SPF_MX | otctrue.io |
Related pages
Pivot deeper into the graph from otctrue.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "otctrue.io"})-[: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.