Hostname
550.twu.org
Last fetched
550.twu.org resolves to 2 IPv4 addresses operated by ORACLE-BMC-31898 - Oracle Corporation in US.
Nutrition Label
Resolution chain
550.twu.org 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 |
|---|---|---|---|---|
| 192.232.219.83 | 192.232.192.0/19 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
| 66.216.91.55 | 66.216.64.0/19 | AS33070 | RMH-14 - Rackspace Hosting | US |
WHOIS identity
No WHOIS records are currently associated with 550.twu.org in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from 550.twu.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "550.twu.org"})-[: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.