Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switched the PB to use generic cve command as CVE Search is going to be derecated #27341

Merged
merged 1 commit into from
Jun 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
]
}