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

Modify RF Playbooks: Check for "Recorded Future v2" instead of "Recorded Future" integration instance #27020

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 @@ -130,7 +130,7 @@ tasks:
iscontext: true
right:
value:
simple: Recorded Future
simple: Recorded Future v2
ignorecase: true
- - operator: isEqualString
left:
Expand Down Expand Up @@ -242,7 +242,7 @@ tasks:
recordedfutureriskrules:
simple: ${RecordedFuture.CVE.concatRules}
value:
simple: ${RecordedFuture.CVE.name}
simple: ${inputs.CVE}
separatecontext: false
view: |-
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ tasks:
iscontext: true
right:
value:
simple: Recorded Future
simple: Recorded Future v2
ignorecase: true
- - operator: isEqualString
left:
Expand Down Expand Up @@ -236,7 +236,7 @@ tasks:
recordedfutureriskrules:
simple: ${RecordedFuture.CVE.rules}
value:
simple: ${RecordedFuture.CVE.name}
simple: ${inputs.CVE}
separatecontext: false
view: |-
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ tasks:
iscontext: true
right:
value:
simple: Recorded Future
simple: Recorded Future v2
ignorecase: true
- - operator: isEqualString
left:
Expand Down Expand Up @@ -242,7 +242,7 @@ tasks:
recordedfutureriskrules:
simple: ${RecordedFuture.Domain.concatRules}
value:
simple: ${RecordedFuture.Domain.name}
simple: ${inputs.Domain}
separatecontext: false
view: |-
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ tasks:
iscontext: true
right:
value:
simple: Recorded Future
simple: Recorded Future v2
ignorecase: true
- - operator: isEqualString
left:
Expand Down Expand Up @@ -239,7 +239,7 @@ tasks:
recordedfutureriskrules:
simple: ${RecordedFuture.Domain.rules}
value:
simple: ${RecordedFuture.Domain.name}
simple: ${inputs.Domain}
separatecontext: false
view: |-
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ tasks:
iscontext: true
right:
value:
simple: Recorded Future
simple: Recorded Future v2
- - operator: isEqualString
left:
value:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ tasks:
iscontext: true
right:
value:
simple: Recorded Future
simple: Recorded Future v2
- - operator: isEqualString
left:
value:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ tasks:
iscontext: true
right:
value:
simple: Recorded Future
simple: Recorded Future v2
- - operator: isEqualString
left:
value:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ tasks:
iscontext: true
right:
value:
simple: Recorded Future
simple: Recorded Future v2
ignorecase: true
- - operator: isEqualString
left:
Expand Down Expand Up @@ -243,7 +243,7 @@ tasks:
recordedfutureriskrules:
simple: ${RecordedFuture.IP.concatRules}
value:
simple: ${RecordedFuture.IP.name}
simple: ${inputs.IP}
separatecontext: false
view: |-
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ tasks:
iscontext: true
right:
value:
simple: Recorded Future
simple: Recorded Future v2
ignorecase: true
- - operator: isEqualString
left:
Expand Down Expand Up @@ -237,7 +237,7 @@ tasks:
recordedfutureriskrules:
simple: ${RecordedFuture.IP.rules}
value:
simple: ${RecordedFuture.IP.name}
simple: ${inputs.IP}
separatecontext: false
view: |-
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ tasks:
iscontext: true
right:
value:
simple: Recorded Future
simple: Recorded Future v2
ignorecase: true
- - operator: isEqualString
left:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ tasks:
- "24"
"yes":
- "35"
scriptarguments:
value:
simple: inputs.url
separatecontext: false
conditions:
- label: "yes"
Expand Down Expand Up @@ -160,7 +157,7 @@ tasks:
iscontext: true
right:
value:
simple: Recorded Future
simple: Recorded Future v2
ignorecase: true
- - operator: isEqualString
left:
Expand Down Expand Up @@ -243,7 +240,7 @@ tasks:
recordedfutureriskrules:
simple: ${RecordedFuture.URL.concatRules}
value:
simple: ${RecordedFuture.URL.name}
simple: ${inputs.URL}
separatecontext: false
view: |-
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ tasks:
- "24"
"yes":
- "35"
scriptarguments:
value:
simple: inputs.url
separatecontext: false
conditions:
- label: "yes"
Expand Down Expand Up @@ -160,7 +157,7 @@ tasks:
iscontext: true
right:
value:
simple: Recorded Future
simple: Recorded Future v2
ignorecase: true
- - operator: isEqualString
left:
Expand Down Expand Up @@ -237,7 +234,7 @@ tasks:
recordedfutureriskrules:
simple: ${RecordedFuture.URL.rules}
value:
simple: ${RecordedFuture.URL.name}
simple: ${inputs.URL}
separatecontext: false
view: |-
{
Expand Down
2 changes: 1 addition & 1 deletion Packs/RecordedFuture/ReleaseNotes/1_5_3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
##### Recorded Future v2
- Upgraded the Docker image to: *demisto/python3:3.10.11.59070*.
##### Recorded Future Event Collector
- Upgraded the Docker image to: *demisto/python3:3.10.11.59070*.
- Upgraded the Docker image to: *demisto/python3:3.10.11.59070*.
25 changes: 25 additions & 0 deletions Packs/RecordedFuture/ReleaseNotes/1_5_4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#### Playbooks
##### Recorded Future CVE Intelligence
- Updated the task checking if the RF instance is enabled to check for "Recorded Future v2" instead of "Recorded Future" integration instance
##### Recorded Future CVE Reputation
- Updated the task checking if the RF instance is enabled to check for "Recorded Future v2" instead of "Recorded Future" integration instance
##### Recorded Future Domain Intelligence
- Updated the task checking if the RF instance is enabled to check for "Recorded Future v2" instead of "Recorded Future" integration instance
##### Recorded Future Domain Reputation
- Updated the task checking if the RF instance is enabled to check for "Recorded Future v2" instead of "Recorded Future" integration instance
##### Recorded Future Entity Enrichment
- Updated the task checking if the RF instance is enabled to check for "Recorded Future v2" instead of "Recorded Future" integration instance
##### Recorded Future File Intelligence
- Updated the task checking if the RF instance is enabled to check for "Recorded Future v2" instead of "Recorded Future" integration instance
##### Recorded Future File Reputation
- Updated the task checking if the RF instance is enabled to check for "Recorded Future v2" instead of "Recorded Future" integration instance
##### Recorded Future IP Intelligence
- Updated the task checking if the RF instance is enabled to check for "Recorded Future v2" instead of "Recorded Future" integration instance
##### Recorded Future IP Reputation
- Updated the task checking if the RF instance is enabled to check for "Recorded Future v2" instead of "Recorded Future" integration instance
##### Recorded Future Threat Assessment
- Updated the task checking if the RF instance is enabled to check for "Recorded Future v2" instead of "Recorded Future" integration instance
##### Recorded Future URL Intelligence
- Updated the task checking if the RF instance is enabled to check for "Recorded Future v2" instead of "Recorded Future" integration instance
##### Recorded Future URL Reputation
- Updated the task checking if the RF instance is enabled to check for "Recorded Future v2" instead of "Recorded Future" integration instance
4 changes: 2 additions & 2 deletions Packs/RecordedFuture/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Recorded Future Intelligence",
"description": "Recorded Future App, this pack is previously known as 'RecordedFuture v2'",
"support": "partner",
"currentVersion": "1.5.3",
"currentVersion": "1.5.4",
"author": "Recorded Future",
"url": "https://www.recordedfuture.com/support/demisto-integration/",
"email": "[email protected]",
Expand Down Expand Up @@ -42,4 +42,4 @@
"xsoar",
"marketplacev2"
]
}
}