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

AWS Feed - added support for IPv6 #27141

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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Packs/AccentureCTI_Feed/ReleaseNotes/1_1_14.md
Expand Up @@ -3,4 +3,4 @@

##### ACTI Indicator Feed

- Added support in JSONFeedApiModule integration for ***AWS Feed*** multiple indicator type fetch.
- Enhanced the ***JSONFeedApiModule*** to support fetching multiple indicator types in the ***AWS Feed*** integration. The change has no impact on this integration.
Expand Up @@ -364,13 +364,15 @@ def test_json_feed_with_config_mapping_with_aws_feed_no_update(mocker):
Given
- Feed config from AWS feed, with last_run from the same feed, emulating the first
fetch after updating the AWS Feed integration when there is no update to the feed.
(the last_run object contains an 'AMAZON' entry)

When
- Running fetch indicators command

Then
- Ensure that the correct message displays in demisto.debug, and the last_run object
remained the same, and continue to have the previous AWS feed config name 'AMAZON'.
(the last_run object contains an 'AMAZON' entry)
"""
with open('test_data/amazon_ip_ranges.json') as ip_ranges_json:
ip_ranges = json.load(ip_ranges_json)
Expand Down
2 changes: 1 addition & 1 deletion Packs/FeedAWS/ReleaseNotes/1_1_35.md
Expand Up @@ -4,4 +4,4 @@

- Added support for fetching IPv6 indicators from the feed.
- Added support in JSONFeedApiModule integration for ***AWS Feed*** multiple indicator type fetch.
MLainer1 marked this conversation as resolved.
Show resolved Hide resolved
- Added a new default value for the **services** integration parameter.
- Updated the default value of the *services* integration parameter to *All*.
2 changes: 1 addition & 1 deletion Packs/FeedFastly/ReleaseNotes/1_1_25.md
Expand Up @@ -3,4 +3,4 @@

##### Fastly Feed

- Added support in JSONFeedApiModule integration for ***AWS Feed*** multiple indicator type fetch.
- Enhanced the ***JSONFeedApiModule*** to support fetching multiple indicator types in the ***AWS Feed*** integration. The change has no impact on this integration.
2 changes: 1 addition & 1 deletion Packs/FeedGCPWhitelist/ReleaseNotes/2_0_16.md
Expand Up @@ -3,4 +3,4 @@

##### Google IP Ranges Feed

- Added support in JSONFeedApiModule integration for ***AWS Feed*** multiple indicator type fetch.
- Enhanced the ***JSONFeedApiModule*** to support fetching multiple indicator types in the ***AWS Feed*** integration. The change has no impact on this integration.
10 changes: 10 additions & 0 deletions Packs/FeedIntel471/ReleaseNotes/2_1_1.md
@@ -0,0 +1,10 @@

#### Integrations

##### Intel471 Malware Feed (Deprecated)

- Enhanced the ***JSONFeedApiModule*** to support fetching multiple indicator types in the ***AWS Feed*** integration. The change has no impact on this integration.

##### Intel471 Actors Feed (Deprecated)

- Enhanced the ***JSONFeedApiModule*** to support fetching multiple indicator types in the ***AWS Feed*** integration. The change has no impact on this integration.
2 changes: 1 addition & 1 deletion Packs/FeedIntel471/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Intel471 Feed",
"description": "This content pack fetches actor and malware related indicators from Intel 471. It also fetches watcher alerts.",
"support": "partner",
"currentVersion": "2.1.0",
"currentVersion": "2.1.1",
"author": "Intel 471",
"url": "https://www.intel471.com",
"email": "support@intel471.com",
Expand Down
3 changes: 2 additions & 1 deletion Packs/FeedJSON/ReleaseNotes/1_1_28.md
Expand Up @@ -3,4 +3,5 @@

##### JSON Feed

- Added support in JSONFeedApiModule integration for ***AWS Feed*** multiple indicator type fetch.

- Enhanced the ***JSONFeedApiModule*** to support fetching multiple indicator types in the ***AWS Feed*** integration. The change has no impact on this integration.
2 changes: 1 addition & 1 deletion Packs/FeedMalwareBazaar/ReleaseNotes/1_0_17.md
Expand Up @@ -3,4 +3,4 @@

##### MalwareBazaar Feed

- Added support in JSONFeedApiModule integration for ***AWS Feed*** multiple indicator type fetch.
- Enhanced the ***JSONFeedApiModule*** to support fetching multiple indicator types in the ***AWS Feed*** integration. The change has no impact on this integration.
2 changes: 1 addition & 1 deletion Packs/iDefense/ReleaseNotes/3_2_11.md
Expand Up @@ -3,4 +3,4 @@

##### ACTI Feed (Deprecated)

- Added support in JSONFeedApiModule integration for ***AWS Feed*** multiple indicator type fetch.
- Enhanced the ***JSONFeedApiModule*** to support fetching multiple indicator types in the ***AWS Feed*** integration. The change has no impact on this integration.