Hostname
ottam.bg
Last fetched
ottam.bg resolves to 2 IPv4 addresses operated by AS132372 in MY.
Nutrition Label
Resolution chain
ottam.bg 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 |
|---|---|---|---|---|
| 103.72.163.222 | 103.72.163.0/24 | AS132372 | — | MY |
| 65.20.76.133 | 65.20.64.0/19 | AS20473 | AS-VULTR - The Constant Company, LLC | IN |
WHOIS identity
No WHOIS records are currently associated with ottam.bg in WhisperGraph.
Subdomains
12 observed subdomains of ottam.bg.
Web-graph footprint
Distinct hostnames that link to or from ottam.bg in the public web crawl.
14 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for ottam.bg.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.hosting.com.tr |
| SPF_INCLUDE | atom.spf.superhosting.bg |
| SPF_INCLUDE | smtp-out.spf.superhosting.bg |
| SPF_IP | 77.245.159.13/24 |
Related pages
Pivot deeper into the graph from ottam.bg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ottam.bg"})-[: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.