Hostname
neubird.web-devapp.com
Last fetched
neubird.web-devapp.com resolves to 8 IPv4 addresses operated by AS9498 in BH.
Nutrition Label
Resolution chain
neubird.web-devapp.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 |
|---|---|---|---|---|
| 108.158.75.105 | 96.0.0.0/3 | AS9498 | — | BH |
| 108.158.75.26 | 96.0.0.0/3 | AS9498 | — | BH |
| 108.158.75.63 | 96.0.0.0/3 | AS9498 | — | BH |
| 108.158.75.78 | 96.0.0.0/3 | AS9498 | — | BH |
| 54.192.100.126 | 54.192.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.100.13 | 54.192.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.100.92 | 54.192.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.100.97 | 54.192.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with neubird.web-devapp.com in WhisperGraph.
Subdomains
4 observed subdomains of neubird.web-devapp.com.
Threat posture
History
Related pages
Pivot deeper into the graph from neubird.web-devapp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "neubird.web-devapp.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.