Skip to content

Hostname

oti.az

Last fetched

oti.az resolves to 1 IPv4 address operated by ORACLE-BMC-31898 - Oracle Corporation in KR.

Nutrition Label

WHISPER CANON · oti.azRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/oti.az

Resolution chain

oti.az resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
132.226.21.208132.226.16.0/21AS31898ORACLE-BMC-31898 - Oracle CorporationKR

WHOIS identity

No WHOIS records are currently associated with oti.az in WhisperGraph.

Subdomains

8 observed subdomains of oti.az.

Web-graph footprint

Distinct hostnames that link to or from oti.az in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for oti.az.

MechanismTarget
SPF_Aoti.az
SPF_IP109.127.1.28
SPF_IP109.127.1.30
SPF_MXoti.az

Related pages

Pivot deeper into the graph from oti.az.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "oti.az"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.