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

Recordedfuture v2.5.1 #29905

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 @@ -26,6 +26,9 @@
},
"occurred": {
"simple": "triggered"
},
"Recorded Future AI Insights": {
"simple": "ai_insights"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"id": "incident_recordedfutureaiinsights",
"version": -1,
"modified": "2023-09-14T14:11:12.590942262Z",
"name": "Recorded Future AI Insights",
"ownerOnly": false,
"cliName": "recordedfutureaiinsights",
"type": "longText",
"closeForm": false,
"editForm": true,
"required": false,
"neverSetAsRequired": false,
"isReadOnly": false,
"useAsKpi": false,
"locked": false,
"system": false,
"content": true,
"group": 0,
"hidden": false,
"openEnded": false,
"associatedTypes": [
"Recorded Future Alert",
"Recorded Future Leaked Credential Monitoring",
"Recorded Future Potential Typosquat",
"Recorded Future New Critical or Pre NVD Vulnerabilities"
],
"associatedToAll": false,
"unmapped": false,
"unsearchable": true,
"caseInsensitive": true,
"sla": 0,
"threshold": 72,
"fromVersion": "6.5.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# disable insecure warnings
requests.packages.urllib3.disable_warnings() # type: ignore

__version__ = '2.5.0'
__version__ = '2.5.1'


# === === === === === === === === === === === === === === ===
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
commonfields:

Check failure on line 1 in Packs/RecordedFuture/Integrations/RecordedFuture/RecordedFuture.yml

View workflow job for this annotation

GitHub Actions / pre-commit

Validation Error DO106

The docker image tag is not the latest numeric tag, please update it. The docker image tag in the yml file is: 3.10.13.74666 The latest docker image tag in docker hub is: 3.10.13.75921 You can check for the most updated version of demisto/python3 here: https://hub.docker.com/r/demisto/python3/tags To update the docker image run: demisto-sdk format -ud -i Packs/RecordedFuture/Integrations/RecordedFuture/RecordedFuture.yml
id: Recorded Future v2
version: -1
name: Recorded Future v2
Expand Down Expand Up @@ -147,7 +147,7 @@
script: '-'
type: python
subtype: python3
dockerimage: demisto/python3:3.10.13.73190
dockerimage: demisto/python3:3.10.13.74666
commands:
- name: domain
description: Gets a quick indicator of the risk associated with a domain.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,15 @@
"index": 5,
"sectionItemType": "field",
"startCol": 0
},
{
"endCol": 2,
"fieldId": "recordedfutureaiinsights",
"height": 22,
"id": "incident_recordedfutureaiinsights",
"index": 6,
"sectionItemType": "field",
"startCol": 0
}
],
"maxW": 3,
Expand Down
27 changes: 27 additions & 0 deletions Packs/RecordedFuture/ReleaseNotes/1_7_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

#### Integrations

##### Recorded Future v2

- Display Recorded Future AI Insights in incident layout
- Add Recorded Future AI Insights to alerts and intelligence commands results


#### Layouts

##### Recorded Future Incident

- Add Recorded Future AI Insights field to incident layout


#### Incident Fields

- New: **Recorded Future AI Insights**


#### Mappers

##### Recorded Future - Incoming Mapper

- Create a mapper for Recorded Future AI Insights

2 changes: 1 addition & 1 deletion 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.7.1",
"currentVersion": "1.7.2",
"author": "Recorded Future",
"url": "https://www.recordedfuture.com/support/demisto-integration/",
"email": "support@recordedfuture.com",
Expand Down
Loading