https://github.com/ca-risken/doc
RISKEN is a monitoring tool for visualizing security risks.
https://github.com/ca-risken/doc
cspm risken security
Last synced: 5 months ago
JSON representation
RISKEN is a monitoring tool for visualizing security risks.
- Host: GitHub
- URL: https://github.com/ca-risken/doc
- Owner: ca-risken
- License: mit
- Created: 2021-03-17T12:09:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-02-02T05:48:41.000Z (5 months ago)
- Last Synced: 2026-02-02T17:26:51.115Z (5 months ago)
- Topics: cspm, risken, security
- Language: Makefile
- Homepage:
- Size: 23.6 MB
- Stars: 24
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RISKEN

`RISKEN` is the monitoring tool for your cloud, web-site, source-code...
Please check [RISKEN Documentation](https://docs.security-hub.jp/).

## Quick Start
You can quickly start the RISKEN server with the docker compose command.
If it works, you can access the RISKEN server at http://localhost/.
```bash
git clone https://github.com/ca-risken/doc.git
cd doc
docker compose up -d
```
### AWS Scan
If you want to scan AWS resources, you need to set the AWS credentials in the environment variables.
```bash
export AWS_ACCESS_KEY_ID=xxx
export AWS_SECRET_ACCESS_KEY=xxx
export AWS_SESSION_TOKEN=xxx
docker compose up -d
```
You can also set the AWS credentials in the `.env` file.
### Support services
Some services(GoogleCloud, Azure, etc.) will not work in the quick start. Because they require administrator settings such as credentials.
For more details, please refer to the following documentation.
- [RISKEN Instration on local machine](https://docs.security-hub.jp/admin/infra_local/)
## Background
RISKEN is an open-source project designed to allow detection of security risks in Cloud-Service-Provider (Amazon Web Services (AWS), Google Cloud Platform (GCP)), and WEB application, Domain, Source-Code-Management(GitHub)...
These `DataSource` are designed to return a series of potential misconfigurations, vulnerabirities and security risks.
## Architecture
RISKEN is a microservice architecture design that runs on Kubernetes.
The servicies are designed with `API-Gateway`, `Core` and various `DataSources`.

The detailed flow can be found [here](https://docs.security-hub.jp/admin/infra_architecture/)
## License
Please see [LICENSE](https://github.com/ca-risken/doc/blob/master/LICENSE).