Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jupiterone/jupiterone-alert-rules
Alert rules for JupiterOne security auditing
https://github.com/jupiterone/jupiterone-alert-rules
Last synced: 7 days ago
JSON representation
Alert rules for JupiterOne security auditing
- Host: GitHub
- URL: https://github.com/jupiterone/jupiterone-alert-rules
- Owner: JupiterOne
- License: mpl-2.0
- Created: 2019-04-10T12:13:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T04:12:03.000Z (12 days ago)
- Last Synced: 2024-11-01T04:27:27.956Z (12 days ago)
- Language: TypeScript
- Homepage:
- Size: 411 KB
- Stars: 13
- Watchers: 18
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# JupiterOne Alert Rule Packs
This project contains default rule packs that can be provisioned to your
JupiterOne account via the included CLI utility.## Contribution
When making a pull request for this repo, please update the version property in the `package.json`.
If it is not updated, then the code will not get released.Patch version - x.x.1 - A patch version is used to make a quick fix, patch a security vulnerability, or do clean up.
Minor version - x.1.x - A minor version is used to add/remove content
Major version - 1.x.x - A major version is used to introduce breaking changes## Rule Packs
- `rule-packs/aws-config.json`
Alert rules for AWS configuration audit
- `rule-packs/aws-threat.json`
Alert rules for AWS privilege escalation
- `rule-packs/aws-privilege-escalation.json`
Alert rules for AWS threat monitoring
- `rule-packs/gcp.json`
Alert rules for Google Cloud Platform
- `rule-packs/azure-config.json`
Alert rules for Azure configuration audit
- `rule-packs/azure.json`
Commonly used Azure alert rules
- `rule-packs/gcp.json`
Commonly used GCP alert rules
- `rule-packs/common-alerts.json`
Alert rules for GCP privelege escalation
- `rule-packs/gcp-privelege-escalation.json`
Commonly used alert rules
- `rule-packs/critical-assets.json`
Alert rules to monitor changes to and risks of critical assets
- `rule-packs/devops.json`
Commonly used DevOps alert rules
- `rule-packs/integration-monitoring.json`
Alert rules for monitoring integration status
All rules inherit the alert settings from `index.js`.
## Provision Rules
To add these alert rules to your account via the CLI, you will need to install
the **JupiterOne CLI** from [npm][1] or download source from [github][2]:**Install J1 CLI**
```bash
npm install @jupiterone/jupiterone-client-nodejs -g
```**Provision Rule Pack**
```bash
j1 -a -u -o provision-alert-rule-pack --alert -f aws-config
```[1]: https://www.npmjs.com/package/@jupiterone/jupiterone-client-nodejs
[2]: https://github.com/JupiterOne/jupiterone-client-nodejs