-
Notifications
You must be signed in to change notification settings - Fork 375
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into nterl0k-T1110.003-generic-password-spray
- Loading branch information
Showing
364 changed files
with
5,625 additions
and
32,620 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 was deleted.
Oops, something went wrong.
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,66 @@ | ||
name: AWS CloudWatchLogs VPCflow | ||
id: 38a34fc4-e128-4478-a8f4-7835d51d5135 | ||
author: Bhavin Patel, Splunk | ||
source: aws_cloudwatchlogs_vpcflow | ||
sourcetype: aws:cloudwatchlogs:vpcflow | ||
separator: eventName | ||
supported_TA: | ||
name: Splunk Add-on for Amazon Web Services (AWS) | ||
version: 7.4.1 | ||
url: https://splunkbase.splunk.com/app/1876 | ||
event_names: [] | ||
fields: | ||
- _raw | ||
- _time | ||
- account_id | ||
- action | ||
- app | ||
- aws_account_id | ||
- bytes | ||
- date_hour | ||
- date_mday | ||
- date_minute | ||
- date_month | ||
- date_second | ||
- date_wday | ||
- date_year | ||
- date_zone | ||
- dest | ||
- dest_ip | ||
- dest_port | ||
- duration | ||
- dvc | ||
- end_time | ||
- eventtype | ||
- host | ||
- index | ||
- interface_id | ||
- linecount | ||
- log_status | ||
- packets | ||
- protocol | ||
- protocol_code | ||
- protocol_full_name | ||
- protocol_version | ||
- punct | ||
- region | ||
- source | ||
- sourcetype | ||
- splunk_server | ||
- splunk_server_group | ||
- src | ||
- src_ip | ||
- src_port | ||
- start_time | ||
- tag | ||
- tag::action | ||
- tag::eventtype | ||
- timeendpos | ||
- timestartpos | ||
- transport | ||
- user_id | ||
- vendor_account | ||
- vendor_product | ||
- version | ||
- vpcflow_action | ||
example_log: '2 123397614277 eni-0b0f9f261f45e6489 10.0.1.30 10.0.1.1 47254 22 17 2 98 1697608042 1697608070 ACCEPT OK' |
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
88 changes: 88 additions & 0 deletions
88
data_sources/endpoint/event_sources/Windows_Event_Log_System_4728.yml
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,88 @@ | ||
event_name: Windows Event Log System 4728 | ||
fields: | ||
- _time | ||
- Account_Domain | ||
- Account_Name | ||
- CategoryString | ||
- ComputerName | ||
- Error_Code | ||
- EventCode | ||
- EventType | ||
- Keywords | ||
- LogName | ||
- Logon_ID | ||
- Message | ||
- OpCode | ||
- RecordNumber | ||
- Security_ID | ||
- SourceName | ||
- Subject_Account_Domain | ||
- Subject_Account_Name | ||
- Subject_Logon_ID | ||
- Subject_Security_ID | ||
- Target_Account_Domain | ||
- Target_Account_Name | ||
- Target_Security_ID | ||
- TaskCategory | ||
- Type | ||
- action | ||
- app | ||
- body | ||
- category | ||
- change_type | ||
- date_hour | ||
- date_mday | ||
- date_minute | ||
- date_month | ||
- date_second | ||
- date_wday | ||
- date_year | ||
- date_zone | ||
- dest | ||
- dest_nt_domain | ||
- dest_nt_host | ||
- dvc | ||
- dvc_nt_host | ||
- event_id | ||
- eventtype | ||
- host | ||
- id | ||
- index | ||
- linecount | ||
- member_dn | ||
- member_id | ||
- member_nt_domain | ||
- msad_action | ||
- name | ||
- object | ||
- object_attrs | ||
- object_category | ||
- object_id | ||
- product | ||
- punct | ||
- result | ||
- session_id | ||
- severity | ||
- severity_id | ||
- signature | ||
- signature_id | ||
- source | ||
- sourcetype | ||
- splunk_server | ||
- src_nt_domain | ||
- src_user | ||
- src_user_name | ||
- status | ||
- subject | ||
- ta_windows_action | ||
- ta_windows_security_CategoryString | ||
- tag | ||
- tag::eventtype | ||
- timeendpos | ||
- timestartpos | ||
- user | ||
- user_group | ||
- user_name | ||
- vendor | ||
- vendor_product | ||
example_log: 10/09/2020 10:41:29 AM |
Oops, something went wrong.