Skip to content

Commit

Permalink
Merge branch 'contrib/SEKOIA-IO_Add/SekoiaXDR' into Add/SekoiaXDR
Browse files Browse the repository at this point in the history
  • Loading branch information
TOUFIKIzakarya authored Aug 1, 2024
2 parents 27d9701 + ec9c486 commit cc63fd8
Show file tree
Hide file tree
Showing 56 changed files with 866 additions and 159 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ script:
description: Value of the threat indicator.
type: string
description: Threat Indicators that are designated by analysts as malicious, suspicious or benign.
dockerimage: demisto/chromium:127.0.6533.105883
dockerimage: demisto/chromium:126.0.6478.103218
isfetch: true
tests:
- No test - partner integration (test pb exists - Cofense Triage Test)
5 changes: 5 additions & 0 deletions Packs/CofenseTriage/ReleaseNotes/2_1_28.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

#### Integrations

##### Cofense Triage v2
Updated the Docker image to: *demisto/chromium:126.0.6478.103218*.
2 changes: 1 addition & 1 deletion Packs/CofenseTriage/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Cofense Triage",
"description": "Cofense Triage allows users to fetch reports by using the fetch incidents capability. It also provides commands to get entities like reporters, rules, categories, and more.",
"support": "partner",
"currentVersion": "2.1.27",
"currentVersion": "2.1.28",
"author": "Cofense",
"url": "https://cofense.com/contact-support/",
"email": "[email protected]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"IP",
"Domain",
"URL",
"Intrusion Set"
"Intrusion Set",
"Threat Actor"
],
"associatedToAll": false,
"unmapped": false,
Expand All @@ -36,4 +37,4 @@
"sla": 0,
"threshold": 72,
"fromVersion": "5.0.0"
}
}
6 changes: 6 additions & 0 deletions Packs/CommonTypes/ReleaseNotes/3_5_11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Indicator Fields

##### Primary Motivation

- Added Threat Actor as an associated type.
2 changes: 1 addition & 1 deletion Packs/CommonTypes/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Common Types",
"description": "This Content Pack will get you up and running in no-time and provide you with the most commonly used incident & indicator fields and types.",
"support": "xsoar",
"currentVersion": "3.5.10",
"currentVersion": "3.5.11",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/DuoAdminApi/Integrations/DuoAdminApi/DuoAdminApi.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def get_user_id(admin_api, username):
# Duo client return 2 different known structures of error messages
def test_instance(admin_api):
try:
admin_api.get_users()
admin_api.get_users(limit=1)
demisto.results('ok')

except Exception as e:
Expand Down
2 changes: 1 addition & 1 deletion Packs/DuoAdminApi/Integrations/DuoAdminApi/DuoAdminApi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ script:
outputs: []
description: Modify the user account.
name: duoadmin-modify-user
dockerimage: demisto/vendors-sdk:1.0.0.87491
dockerimage: demisto/vendors-sdk:1.0.0.103334
script: ''
type: python
subtype: python3
Expand Down
5 changes: 5 additions & 0 deletions Packs/DuoAdminApi/ReleaseNotes/4_0_20.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

#### Integrations
##### DUO Admin
- Fixed an issue where ***test*** failed on timeout.
- Updated the Docker image to: *demisto/vendors-sdk:1.0.0.103334*.
Loading

0 comments on commit cc63fd8

Please sign in to comment.