Skip to content

Commit

Permalink
[Pack][RecordedFuture][v1.8.0] (#36304) (#36509)
Browse files Browse the repository at this point in the history
* [Pack][RecordedFuture][v1.7.14]

* [Pack][RecordedFuture][v1.7.14] Extend unit tests coverage.

* [Pack][RecordedFuture][v1.8.0] Resolve MR comments.

* [Pack][RecordedFuture][v1.8.0] Minor docs improvement.

Co-authored-by: recordedfuture-dev <95684694+recordedfuture-dev@users.noreply.github.com>
Co-authored-by: rshunim <102469772+rshunim@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 25, 2024
1 parent f6a9c90 commit 0f8eca3
Show file tree
Hide file tree
Showing 11 changed files with 1,433 additions and 1,109 deletions.
303 changes: 156 additions & 147 deletions Packs/RecordedFuture/Integrations/RecordedFuture/RecordedFuture.py

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ script:
script: ''
type: python
subtype: python3
dockerimage: demisto/python3:3.10.14.91134
dockerimage: demisto/python3:3.11.10.111039
commands:
- name: domain
description: Gets a quick indicator of the risk associated with a domain.
Expand All @@ -164,6 +164,14 @@ script:
default: true
isArray: true
description: The domain for which to get the reputation.
- name: collective_insights
description: Save IOC to Collective Insights? If not specified - uses demisto param setting value.
required: false
default: false
auto: PREDEFINED
predefined:
- on
- off
outputs:
- contextPath: DBotScore.Indicator
description: The indicator that was tested.
Expand Down Expand Up @@ -231,6 +239,14 @@ script:
default: true
isArray: true
description: IP address for which to get the reputation.
- name: collective_insights
description: Save IOC to Collective Insights? If not specified - uses demisto param setting value.
required: false
default: false
auto: PREDEFINED
predefined:
- on
- off
outputs:
- contextPath: DBotScore.Indicator
description: The indicator that was tested.
Expand Down Expand Up @@ -298,6 +314,14 @@ script:
isArray: true
default: true
description: File hash for which to check the reputation. Can be an MD5, SHA1, SHA256, SHA512, CRC32 or CTPH.
- name: collective_insights
description: Save IOC to Collective Insights? If not specified - uses demisto param setting value.
required: false
default: false
auto: PREDEFINED
predefined:
- on
- off
outputs:
- contextPath: DBotScore.Indicator
description: The indicator that was tested.
Expand Down Expand Up @@ -380,6 +404,14 @@ script:
default: true
isArray: true
description: CVE for which to get the reputation.
- name: collective_insights
description: Save IOC to Collective Insights? If not specified - uses demisto param setting value.
required: false
default: false
auto: PREDEFINED
predefined:
- on
- off
outputs:
- contextPath: DBotScore.Indicator
description: The indicator that was tested.
Expand Down Expand Up @@ -441,6 +473,14 @@ script:
default: true
isArray: true
description: URL for which to get the reputation.
- name: collective_insights
description: Save IOC to Collective Insights? If not specified - uses demisto param setting value.
required: false
default: false
auto: PREDEFINED
predefined:
- on
- off
outputs:
- contextPath: DBotScore.Indicator
description: The indicator that was tested.
Expand Down Expand Up @@ -2866,6 +2906,7 @@ script:
- contextPath: RecordedFuture.ThreatMap.links
description: Recorded Future threat actor links by type.
type: string

- name: recordedfuture-threat-links
description: Search links.
arguments:
Expand Down Expand Up @@ -2923,6 +2964,7 @@ script:
description: Recorded Future link section.
- contextPath: RecordedFuture.Links.links.attributes
description: Recorded Future link attributes.

- name: recordedfuture-detection-rules
description: Search detection rules.
arguments:
Expand Down Expand Up @@ -3000,6 +3042,7 @@ script:
- contextPath: RecordedFuture.DetectionRules.rules.file_name
description: Recorded Future Detection rules file_name.
type: String

- name: recordedfuture-collective-insight
description: Post detection to collective insight.
arguments:
Expand Down
Loading

0 comments on commit 0f8eca3

Please sign in to comment.