-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
154 changed files
with
22,386 additions
and
42 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
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
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,6 @@ | ||
|
||
#### Integrations | ||
|
||
##### Microsoft Sentinel | ||
|
||
- Fixed an issue where the `First fetch timestamp` argument was not respected in **fetch-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
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,6 +1,6 @@ | ||
|
||
#### Scripts | ||
|
||
##### DBotClosedIncidentsPercentage | ||
##### IsIntegrationAvailable | ||
|
||
Updated the query in the**DBotClosedIncidentsPercentage** script to `status:closed and closingUser:DBot`. | ||
- Fixed an issue where the *outputs* for *Conditional* Tasks were not 'yes' or 'no' (issue was introduced in 1.12.46). |
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
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,7 +1,10 @@ | ||
[INGEST:vendor="Fortinet", product="Fortigate", target_dataset="fortinet_fortigate_raw", no_hit=keep] | ||
filter FTNTFGTeventtime ~= "\d{9}$" | ||
filter to_string(FTNTFGTeventtime) ~= "\d{9}$" | ||
| alter | ||
tmp_remove_milli_secs = to_integer(replex(FTNTFGTeventtime, "\d{9}$", "")) | ||
tmp_remove_milli_secs = to_integer(replex(FTNTFGTeventtime, "\d{9}$", "")), | ||
tmp_check_duration = if(FTNTFGTduration = null, 0, to_integer(FTNTFGTduration)) | ||
| alter | ||
_time = to_timestamp(tmp_remove_milli_secs) | ||
| fields -tmp_remove_milli_secs; | ||
tmp_substract_diff = subtract(tmp_remove_milli_secs, tmp_check_duration) | ||
| alter | ||
_time = to_timestamp(tmp_substract_diff) | ||
| fields -tmp_remove_milli_secs, tmp_check_duration, tmp_substract_diff; |
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,6 @@ | ||
|
||
#### Parsing Rules | ||
|
||
##### FortiGate | ||
|
||
Updated the Parsing Rule logic, deducting the FTNTFGTduration value from FTNTFGTeventtime. |
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,86 @@ | ||
[file:incidentfield-Vectra-XDR-Entity-State.json] | ||
ignore=IF115 | ||
|
||
[file:incidentfield-Vectra-XDR-Entity-ID.json] | ||
ignore=IF115 | ||
|
||
[file:incidentfield-Vectra-XDR-Entity-Attack-Rating.json] | ||
ignore=IF115 | ||
|
||
[file:incidentfield-Vectra-XDR-Entity-Host-Type.json] | ||
ignore=IF115 | ||
|
||
[file:incidentfield-Vectra-XDR-Entity-Priority-Status.json] | ||
ignore=IF115 | ||
|
||
[file:incidentfield-Vectra-XDR-Entity-Urgency-Score.json] | ||
ignore=IF115 | ||
|
||
[file:incidentfield-Vectra-XDR-Entity-Attack-Profile.json] | ||
ignore=IF115 | ||
|
||
[file:incidentfield-Vectra-XDR-Entity-Last-Detection-Timestamp.json] | ||
ignore=IF115 | ||
|
||
[file:incidentfield-Vectra-XDR-Entity-Last-Modification-Timestamp.json] | ||
ignore=IF115 | ||
|
||
[file:incidentfield-Vectra-XDR-Entity-Type.json] | ||
ignore=IF115 | ||
|
||
[file:incidentfield-Vectra-XDR-Entity-Name.json] | ||
ignore=IF115 | ||
|
||
[file:incidentfield-Vectra-XDR-Entity-Account-Type.json] | ||
ignore=IF115 | ||
|
||
[known_words] | ||
vectra | ||
Unassign | ||
Unmark | ||
s | ||
interracting | ||
br | ||
d | ||
utc | ||
mdr | ||
ds | ||
n | ||
cnc | ||
t | ||
r | ||
stratus | ||
HashiCorp | ||
rpc | ||
Certainnity | ||
builtin | ||
ss | ||
ng | ||
dc | ||
Oasuc | ||
rx | ||
ox | ||
dg | ||
Prioritization | ||
dropdown | ||
mappings | ||
sts | ||
sn | ||
x | ||
eyu | ||
yng | ||
pj | ||
nasx | ||
fyey | ||
pm | ||
k | ||
hfcj | ||
assignees | ||
Cognito | ||
ipam | ||
ps | ||
accout | ||
knwoledge | ||
Entit | ||
Makr | ||
Ingration |
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,20 @@ | ||
0.0.0.4 | ||
test.user4@mail.com | ||
0.0.0.3 | ||
0.0.0.1 | ||
0.0.0.2 | ||
test_user2@gmail.com | ||
192.168.30.189 | ||
VectraXDRAddNotesInLayout | ||
?pivot=Vectra-XSOAR-1.0.0 | ||
::1936 | ||
https://www.terraform.io | ||
HashiCorp-terraform-exec/0.17.3 | ||
test_user@mail.com | ||
709db6e1f8f5054ca57caf43ba248ed6 | ||
IP-192.168.55.10_hidden_dns_tunnel_1382.pcap | ||
384:dN+Pm11R0XPmts64kZog9ZaikYngk+SnRxFyeyCEyuAOasucOcakca0/rHfcjOUI:dI+t25caEPjRSnmuNasxRana4DgOUDcX | ||
**bold**\n\n_Italic_\n\n+Underline+\n\n~~strikethrough~~\n\nAdded | ||
test.user2@mail.com | ||
test.user3@mail.com | ||
test.user@mail.com |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.