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.
New features for emails (demisto#29400)
* New features for emails (demisto#28916) * New features for emails * Fix validations * Fix lint and test * Increase coverage and fix validation * Increase test coverage * Manual report condition * Request changes * Fixes request changes * Fix last fetch * Skip event with last fetch time * Remove sensitive data * Change args from simple to complex format * Update notification endpoint * Minor fixes * Fix layout field * Fix condition for manual alerts * Update docker * Add button to get campaign result and fix scan info command output * Update release notes * fix Rn * fix rn * fix rn * remove an empty line * add a "." for validation to pass * one more period --------- Co-authored-by: Christian Gutierrez <[email protected]> Co-authored-by: Yehuda <[email protected]>
- Loading branch information
Showing
46 changed files
with
20,176 additions
and
487 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[file:incidentfield-CheckPointHEC_Campaign_Task.json] | ||
ignore=IF113 | ||
|
||
[file:incidentfield-CheckPointHEC_Farm.json] | ||
ignore=IF113 | ||
|
||
[file:incidentfield-CheckPointHEC_Email_Sender.json] | ||
ignore=IF113 | ||
|
||
[file:incidentfield-CheckPointHEC_Email_Subject.json] | ||
ignore=IF113 | ||
|
||
[file:incidentfield-CheckPointHEC_Reported.json] | ||
ignore=IF113 | ||
|
||
[file:incidentfield-CheckPointHEC_Task.json] | ||
ignore=IF113 | ||
|
||
[known_words] | ||
HEC | ||
CP | ||
Saas |
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,3 +1,6 @@ | ||
[email protected] | ||
24dfc0f6bd9c7f2eaf5f8457b8c593d3 | ||
54.240.9.35 | ||
[email protected] | ||
https://yardiasp14.com | ||
http://operatf.xyz | ||
[email protected] | ||
[email protected] |
32 changes: 32 additions & 0 deletions
32
Packs/CheckPointHEC/IncidentFields/incidentfield-CheckPointHEC_Campaign_Task.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,32 @@ | ||
{ | ||
"id": "incident_checkpointheccampaigntask", | ||
"version": -1, | ||
"modified": "2023-08-07T15:36:49.667762Z", | ||
"name": "CP HEC Campaign Task", | ||
"ownerOnly": false, | ||
"description": "Campaign task id to get results", | ||
"cliName": "checkpointheccampaigntask", | ||
"type": "shortText", | ||
"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": [ | ||
"CheckPointHEC Security Event" | ||
], | ||
"associatedToAll": false, | ||
"unmapped": false, | ||
"unsearchable": true, | ||
"caseInsensitive": true, | ||
"sla": 0, | ||
"threshold": 72, | ||
"fromVersion": "6.9.0" | ||
} |
4 changes: 2 additions & 2 deletions
4
Packs/CheckPointHEC/IncidentFields/incidentfield-CheckPointHEC_Customer.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
33 changes: 33 additions & 0 deletions
33
Packs/CheckPointHEC/IncidentFields/incidentfield-CheckPointHEC_Email_Sender.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,33 @@ | ||
{ | ||
"id": "incident_checkpointhecemailsender", | ||
"version": -1, | ||
"modified": "2023-08-07T15:36:49.667762Z", | ||
"name": "CP HEC Email Sender", | ||
"ownerOnly": false, | ||
"placeholder": "Email Sender", | ||
"description": "Sender of the email", | ||
"cliName": "checkpointhecemailsender", | ||
"type": "shortText", | ||
"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": [ | ||
"CheckPointHEC Security Event" | ||
], | ||
"associatedToAll": false, | ||
"unmapped": false, | ||
"unsearchable": true, | ||
"caseInsensitive": true, | ||
"sla": 0, | ||
"threshold": 72, | ||
"fromVersion": "6.9.0" | ||
} |
33 changes: 33 additions & 0 deletions
33
Packs/CheckPointHEC/IncidentFields/incidentfield-CheckPointHEC_Email_Subject.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,33 @@ | ||
{ | ||
"id": "incident_checkpointhecemailsubject", | ||
"version": -1, | ||
"modified": "2023-08-07T15:36:49.667762Z", | ||
"name": "CP HEC Email Subject", | ||
"ownerOnly": false, | ||
"placeholder": "Email Subject", | ||
"description": "Subject of the email", | ||
"cliName": "checkpointhecemailsubject", | ||
"type": "shortText", | ||
"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": [ | ||
"CheckPointHEC Security Event" | ||
], | ||
"associatedToAll": false, | ||
"unmapped": false, | ||
"unsearchable": true, | ||
"caseInsensitive": true, | ||
"sla": 0, | ||
"threshold": 72, | ||
"fromVersion": "6.9.0" | ||
} |
4 changes: 2 additions & 2 deletions
4
Packs/CheckPointHEC/IncidentFields/incidentfield-CheckPointHEC_Entity.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
33 changes: 33 additions & 0 deletions
33
Packs/CheckPointHEC/IncidentFields/incidentfield-CheckPointHEC_Farm.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,33 @@ | ||
{ | ||
"id": "incident_checkpointhecfarm", | ||
"version": -1, | ||
"modified": "2023-08-07T15:36:49.667762Z", | ||
"name": "CP HEC Farm", | ||
"ownerOnly": false, | ||
"placeholder": "CP Farm", | ||
"description": "Customer farm", | ||
"cliName": "checkpointhecfarm", | ||
"type": "shortText", | ||
"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": [ | ||
"CheckPointHEC Security Event" | ||
], | ||
"associatedToAll": false, | ||
"unmapped": false, | ||
"unsearchable": true, | ||
"caseInsensitive": true, | ||
"sla": 0, | ||
"threshold": 72, | ||
"fromVersion": "6.9.0" | ||
} |
4 changes: 2 additions & 2 deletions
4
Packs/CheckPointHEC/IncidentFields/incidentfield-CheckPointHEC_Saas.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
32 changes: 32 additions & 0 deletions
32
Packs/CheckPointHEC/IncidentFields/incidentfield-CheckPointHEC_Task.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,32 @@ | ||
{ | ||
"id": "incident_checkpointhectask", | ||
"version": -1, | ||
"modified": "2023-08-07T15:36:49.667762Z", | ||
"name": "CP HEC Task", | ||
"ownerOnly": false, | ||
"description": "Action task id to get results", | ||
"cliName": "checkpointhectask", | ||
"type": "shortText", | ||
"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": [ | ||
"CheckPointHEC Security Event" | ||
], | ||
"associatedToAll": false, | ||
"unmapped": false, | ||
"unsearchable": true, | ||
"caseInsensitive": true, | ||
"sla": 0, | ||
"threshold": 72, | ||
"fromVersion": "6.9.0" | ||
} |
4 changes: 2 additions & 2 deletions
4
Packs/CheckPointHEC/IncidentFields/incidentfield-CheckPointHEC_Type.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
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
Oops, something went wrong.