Hostname
airapi-uat.elgi.com
Last fetched
airapi-uat.elgi.com resolves to 8 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in IN.
Nutrition Label
Resolution chain
airapi-uat.elgi.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 139.59.31.224 | 139.59.16.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | IN |
| 157.245.105.204 | 157.245.96.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | IN |
| 172.105.57.246 | 172.105.32.0/19 | AS63949 | — | IN |
| 172.105.61.189 | 172.105.32.0/19 | AS63949 | — | IN |
| 172.105.62.132 | 172.105.32.0/19 | AS63949 | — | IN |
| 172.232.102.171 | 172.232.96.0/19 | AS63949 | — | IN |
| 172.236.72.129 | 172.236.64.0/19 | AS63949 | — | IN |
| 45.79.121.236 | 45.79.120.0/21 | AS63949 | — | IN |
WHOIS identity
No WHOIS records are currently associated with airapi-uat.elgi.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from airapi-uat.elgi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "airapi-uat.elgi.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.