Skip to content

Commit

Permalink
new rule pack lateral movement
Browse files Browse the repository at this point in the history
  • Loading branch information
mikiodehartj1 committed Oct 25, 2024
1 parent 6a68899 commit 97fc56d
Show file tree
Hide file tree
Showing 4 changed files with 681 additions and 174 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupiterone/jupiterone-alert-rules",
"version": "0.36.0",
"version": "0.37.0",
"description": "Alert rule packages for the JupiterOne platform",
"scripts": {
"validate": "tsx ./scripts/validate.ts"
Expand Down
3 changes: 2 additions & 1 deletion rule-packs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ module.exports.MITREATTCKExecution = require("./mitre-attck-execution-attack-pat
module.exports.AttackPath = require("./attack-path.json");
module.exports.GitlabMaliciousVersions = require("./gitlab-malicious-versions.json");
module.exports.ServiceNowCMDBDevices = require("./servicenow-cmdb-devices.json");
module.exports.MITREATTCKInitialAccess = require("./mitre-attck-initial-access-attack-paths.json");
module.exports.MITREATTCKInitialAccess = require("./mitre-attck-initial-access-attack-paths.json");
module.exports.MITREATTCKLateralMovement = require("./mitre-attck-lateral-movement-attack-paths.json");
Loading

0 comments on commit 97fc56d

Please sign in to comment.