forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update incident occurred time (demisto#31522)
* Update incident occurred time (demisto#31404) * updating occurred time for incidents * release notes * validation fixes * nit * fix formatting * update RN --------- Co-authored-by: Adi Daud <[email protected]> Co-authored-by: adi88d <[email protected]> * add new line * update RN * remove whitespace from blank line --------- Co-authored-by: William Olyslager <[email protected]> Co-authored-by: Adi Daud <[email protected]> Co-authored-by: adi88d <[email protected]>
- Loading branch information
1 parent
dec5d2b
commit bc69d12
Showing
7 changed files
with
104 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 49 additions & 0 deletions
49
...bnormalSecurity/Integrations/AbnormalSecurity/test_data/test_get_details_of_a_threat.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"threatId": "asdf097sdf907", | ||
"messages": [ | ||
{ | ||
"abxMessageId": -123456789, | ||
"abxPortalUrl": "https://someurl.com", | ||
"attachmentCount": 0, | ||
"attachmentNames": [], | ||
"attackStrategy": "Some attack strategy", | ||
"attackType": "Some attack type", | ||
"attackVector": "Some attack vector", | ||
"attackedParty": "Some attacked party", | ||
"autoRemediated": false, | ||
"fromAddress": "[email protected]", | ||
"fromName": "some name", | ||
"impersonatedParty": "Some impersonated party", | ||
"internetMessageId": "Some internet message id", | ||
"isRead": false, | ||
"postRemediated": false, | ||
"receivedTime": "2023-12-03T19:26:36Z", | ||
"recipientAddress": "some recipient address", | ||
"remediationStatus": "some remediation status", | ||
"remediationTimestamp": "2023-12-09T23:06:16.066762Z", | ||
"sentTime": "2023-12-03T19:26:36Z", | ||
"subject": "some subject", | ||
"threatId": "asdf097sdf907", | ||
"toAddresses": ["[email protected]"], | ||
"ccEmails": [], | ||
"replyToEmails": [], | ||
"returnPath": null, | ||
"senderDomain": "some.com", | ||
"senderIpAddress": null, | ||
"summaryInsights": [ | ||
"Insight #1", | ||
"Insight #2", | ||
"Insight #3", | ||
"Insight #4" | ||
], | ||
"urlCount": 10, | ||
"urls": [ | ||
"https://someurl.com", | ||
"https://someurl.com", | ||
"https://someurl.com", | ||
"https://someurl.com", | ||
"https://someurl.com" | ||
] | ||
} | ||
] | ||
} |
4 changes: 2 additions & 2 deletions
4
...alSecurity/Integrations/AbnormalSecurity/test_data/test_get_list_of_abnormal_threats.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"threats": [ | ||
{ | ||
"threatId": "184712ab-6d8b-47b3-89d3-a314efef79e2" | ||
"threatId": "asdf097sdf907" | ||
} | ||
], | ||
"pageNumber": 1, | ||
"nextPageNumber": 2 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#### Integrations | ||
##### Abnormal Security | ||
- Modified the occurred time source for incidents. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "Abnormal Security", | ||
"description": "Abnormal Security detects and protects against the whole spectrum of email attacks", | ||
"support": "partner", | ||
"currentVersion": "2.2.1", | ||
"currentVersion": "2.2.2", | ||
"author": "Abnormal Security", | ||
"url": "", | ||
"email": "[email protected]", | ||
|