Skip to content

Commit

Permalink
Updated pb to use cve command (#27341)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni-Knight authored Jun 11, 2023
1 parent 8b1c87b commit 44951ad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ tasks:
version: -1
name: Run CVE search for BlueKeep vulnerability
description: Returns CVE information by CVE ID.
script: CVE Search v2|||cve
script: '|||cve'
type: regular
iscommand: true
brand: CVE Search v2
brand: ""
nexttasks:
'#none#':
- "17"
Expand Down
6 changes: 6 additions & 0 deletions Packs/ExtraHop/ReleaseNotes/2_1_1.md
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.
7 changes: 1 addition & 6 deletions Packs/ExtraHop/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand Down Expand Up @@ -34,10 +34,6 @@
"mandatory": true,
"display_name": "Common Types"
},
"CVESearch": {
"mandatory": true,
"display_name": "CVE Search"
},
"CommonPlaybooks": {
"mandatory": true,
"display_name": "Common Playbooks"
Expand All @@ -47,7 +43,6 @@
"CommonScripts",
"CoreAlertFields",
"CommonTypes",
"CVESearch",
"CommonPlaybooks"
]
}

0 comments on commit 44951ad

Please sign in to comment.