RISKEN
is a monitoring tool for your cloud platforms, web-site, source-code...
RISKEN OSINT
uses Open Source Inttelligence to collect security threat informations.
Please check RISKEN Documentation.
This module requires the following modules:
This module is developed in the Go language
, please run the following command after installing the Go
.
$ make install
Build the containers on your machine with the following command
$ make build
Deploy the pre-built containers to the Kubernetes environment on your local machine.
- Follow the documentation to download the Kubernetes manifest sample.
- Fix the Kubernetes object specs of the manifest file as follows and deploy it.
k8s-sample/overlays/local/osint.yaml
service | spec | before (public images) | after (pre-build images on your machine) |
---|---|---|---|
subdomain | spec.template.spec.containers.image | public.ecr.aws/risken/osint/subdomain:latest |
osint/subdomain:latest |
website | spec.template.spec.containers.image | public.ecr.aws/risken/osint/website:latest |
osint/website:latest |
Info on reporting bugs, getting help, finding roadmaps, and more can be found in the RISKEN Community.
MIT.