-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated pb to use cve command (#27341)
- Loading branch information
Showing
3 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
#### Playbooks | ||
|
||
##### ExtraHop - CVE-2019-0708 (BlueKeep) | ||
|
||
Updated the playbook to use the generic `cve` command instead of CVE Search V2 which will be deprecated. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "ExtraHop Reveal(x)", | ||
"description": "Network detection and response. Complete visibility of network communications at enterprise scale, real-time threat detections backed by machine learning, and guided investigation workflows that simplify response.", | ||
"support": "partner", | ||
"currentVersion": "2.1.0", | ||
"currentVersion": "2.1.1", | ||
"author": "ExtraHop", | ||
"url": "", | ||
"email": "[email protected]", | ||
|
@@ -34,10 +34,6 @@ | |
"mandatory": true, | ||
"display_name": "Common Types" | ||
}, | ||
"CVESearch": { | ||
"mandatory": true, | ||
"display_name": "CVE Search" | ||
}, | ||
"CommonPlaybooks": { | ||
"mandatory": true, | ||
"display_name": "Common Playbooks" | ||
|
@@ -47,7 +43,6 @@ | |
"CommonScripts", | ||
"CoreAlertFields", | ||
"CommonTypes", | ||
"CVESearch", | ||
"CommonPlaybooks" | ||
] | ||
} |