Hostname
mail.otbc.org
Last fetched
mail.otbc.org resolves to 3 IPv4 addresses operated by AS40676 - Psychz Networks in US.
Nutrition Label
Resolution chain
mail.otbc.org resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 66.81.203.133 | 66.81.203.0/24 | AS40676 | AS40676 - Psychz Networks | US |
| 66.81.203.198 | 66.81.203.0/24 | AS40676 | AS40676 - Psychz Networks | US |
| 66.81.203.8 | 66.81.203.0/24 | AS40676 | AS40676 - Psychz Networks | US |
WHOIS identity
No WHOIS records are currently associated with mail.otbc.org in WhisperGraph.
Subdomains
1 observed subdomain of mail.otbc.org.
| Subdomain |
|---|
| www.mail.otbc.org |
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for mail.otbc.org.
| Mechanism | Target |
|---|---|
| SPF_A | mail.otbc.org |
| SPF_INCLUDE | bluehost.com |
| SPF_IP | 50.87.171.234 |
| SPF_IP | 67.222.47.127 |
| SPF_IP | 69.89.31.225 |
| SPF_MX | mail.otbc.org |
Related pages
Pivot deeper into the graph from mail.otbc.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.otbc.org"})-[: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.