Hostname
fl4.rebootns.com
Last fetched
fl4.rebootns.com resolves to 2 IPv4 addresses operated by RICAWEBSERVICES - Rica Web Services in CA.
Nutrition Label
Resolution chain
fl4.rebootns.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 |
|---|---|---|---|---|
| 154.12.118.230 | 154.12.116.0/22 | AS26832 | RICAWEBSERVICES - Rica Web Services | CA |
| 38.49.210.8 | 38.49.210.0/24 | AS26832 | RICAWEBSERVICES - Rica Web Services | CA |
WHOIS identity
No WHOIS records are currently associated with fl4.rebootns.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from fl4.rebootns.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fl4.rebootns.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.