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 #26589

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d83289f
Update playbook-Recorded_Future_CVE_Reputation.yml
randomizerxd May 17, 2023
0a81d2d
Check for "Recorded Future v2" instead of "Recorded Future" integrati…
randomizerxd May 17, 2023
fa0b170
Check for "Recorded Future v2" instead of "Recorded Future" integrati…
randomizerxd May 17, 2023
37c9272
Check for "Recorded Future v2" instead of "Recorded Future" integrati…
randomizerxd May 17, 2023
414eb8e
Check for "Recorded Future v2" instead of "Recorded Future" integrati…
randomizerxd May 17, 2023
fe96634
Check for "Recorded Future v2" instead of "Recorded Future" integrati…
randomizerxd May 17, 2023
0c6e269
Check for "Recorded Future v2" instead of "Recorded Future" integrati…
randomizerxd May 17, 2023
7a1c9dc
Check for "Recorded Future v2" instead of "Recorded Future" integrati…
randomizerxd May 17, 2023
8bf5c6f
Check for "Recorded Future v2" instead of "Recorded Future" integrati…
randomizerxd May 17, 2023
e4a3c62
Check for "Recorded Future v2" instead of "Recorded Future" integrati…
randomizerxd May 17, 2023
870964d
Check for "Recorded Future v2" instead of "Recorded Future" integrati…
randomizerxd May 17, 2023
a86eda9
Check for "Recorded Future v2" instead of "Recorded Future" integrati…
randomizerxd May 17, 2023
a95908d
Merge branch 'contrib/randomizerxd_randomizerxd-Recorded-Future-Playb…
randomizerxd May 18, 2023
43ee454
Create 1_5_3.md
randomizerxd May 18, 2023
fc51292
update currentVersion to 1.5.3
randomizerxd May 18, 2023
5563795
scriptarguments inputs.url not needed
randomizerxd May 18, 2023
6a14494
scriptarguments inputs.url not needed
randomizerxd May 18, 2023
b799adb
${inputs.URL} instead of ${RecordedFuture.URL.name}
randomizerxd May 18, 2023
d8c8fda
${inputs.URL} instead of ${RecordedFuture.URL.name}
randomizerxd May 18, 2023
4b13803
${inputs.CVE} instead of ${RecordedFuture.CVE.name}
randomizerxd May 18, 2023
724a7c1
${inputs.CVE} instead of ${RecordedFuture.CVE.name}
randomizerxd May 18, 2023
fb78f8c
${inputs.Domain} instead of ${RecordedFuture.Domain.name}
randomizerxd May 18, 2023
b423ba7
${inputs.Domain} instead of ${RecordedFuture.Domain.name}
randomizerxd May 18, 2023
3001286
${inputs.IP} instead of ${RecordedFuture.IP.name}
randomizerxd May 18, 2023
754d9c5
${inputs.IP} instead of ${RecordedFuture.IP.name}
randomizerxd May 18, 2023
593b970
Merge branch 'contrib/randomizerxd_randomizerxd-Recorded-Future-Playb…
randomizerxd May 18, 2023
a3c3abc
Bump version
thefrieddan1 May 23, 2023
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": "support@recordedfuture.com",
Expand Down Expand Up @@ -42,4 +42,4 @@
"xsoar",
"marketplacev2"
]
}
}