Hostname
api.otalya.com
Last fetched
api.otalya.com resolves to 2 IPv4 addresses operated by AS200484 in FR.
Nutrition Label
Resolution chain
api.otalya.com 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 |
|---|---|---|---|---|
| 213.32.175.92 | 213.32.128.0/18 | AS200484 | — | FR |
| 94.102.2.187 | 94.102.2.0/24 | AS51559 | — | TR |
WHOIS identity
No WHOIS records are currently associated with api.otalya.com in WhisperGraph.
Subdomains
2 observed subdomains of api.otalya.com.
| Subdomain |
|---|
| r.api.otalya.com |
| www.api.otalya.com |
Threat posture
History
Mail and authentication
MX records
- api.otalya.com
SPF policy
5 SPF mechanisms authorising senders for api.otalya.com.
| Mechanism | Target |
|---|---|
| SPF_A | api.otalya.com |
| SPF_IP | 94.102.2.183 |
| SPF_IP | 94.102.2.187 |
| SPF_IP | 94.102.2.60 |
| SPF_MX | api.otalya.com |
Related pages
Pivot deeper into the graph from api.otalya.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.otalya.com"})-[: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.