-
Notifications
You must be signed in to change notification settings - Fork 0
DT-414-add-missing-processors #253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 8 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
9599e8e
Fixed data lake typo
KorayErkan 4a474c3
Merge pull request #251 from VirtualMetric/DT-394-release-notes-1-4-0
KorayErkan b3723f4
Fixed data lake typo
KorayErkan 4234fee
Merge branch 'main' of https://github.com/VirtualMetric/virtualmetric…
KorayErkan 33a61ce
Merge branch 'dev' of https://github.com/VirtualMetric/virtualmetric-…
KorayErkan 180ba49
Remove kv and protocol processor documentation; add recover processor…
KorayErkan 436e91c
Rename key-value processor documentation to KV and update sidebar ref…
KorayErkan c59456f
Update handling-failures documentation and normalize log formats for …
KorayErkan 1625956
Add documentation for IPFIX and sFlow protocols
KorayErkan 3cfc95f
Remove outdated log format documentation and update sidebar reference…
KorayErkan 41ead15
Update appendix references to align with new field and protocol formats
KorayErkan d4f2baf
Rename "Log Formats" to "Field Formats" and update description to ref…
KorayErkan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,37 @@ | ||
| --- | ||
| pagination_prev: null | ||
| pagination_next: null | ||
| --- | ||
|
|
||
| # CSL | ||
|
|
||
| The Common Security Log (CSL) is a standardized schema developed by Microsoft for Azure Sentinel (now Microsoft Sentinel). It provides: | ||
|
|
||
| **Common Fields**: | ||
|
|
||
| |Field Category|Fields|Description| | ||
| |:-:|:--|:--| | ||
| |Base Fields|`TimeGenerated`, `Type`, `TenantId`, `SourceSystem`, `Computer`|Core fields for event identification and source tracking| | ||
| |Identity Fields|`AccountName`, `AccountDomain`, `UserPrincipalName`, `UserId`|User identification and authentication tracking| | ||
| |Network Fields|`SourceIP`, `DestinationIP`, `SourcePort`, `DestinationPort`|Network communication endpoints| | ||
| |Security Fields|`Activity`, `Status`, `ResultType`, `ResultDescription`|Security operation outcomes and status information| | ||
|
|
||
| **Schema Categories**: | ||
|
|
||
| |Category|Fields|Purpose| | ||
| |:-:|:--|:--| | ||
| |Authentication|`LogonType`, `AuthenticationMethod`, `LogonProcessName`, `ImpersonationLevel`|Track authentication events and access control| | ||
| |Network Session|`Protocol`, `Direction`, `BytesSent`, `BytesReceived`, `Duration`|Monitor network communications and traffic patterns| | ||
| |Process|`ProcessName`, `CommandLine`, `ProcessId`, `ParentProcessName`|Track process creation and execution| | ||
| |File|`FileName`, `FilePath`, `FileHash`, `FileOperation`|Monitor file access and modifications| | ||
| |Registry|`RegistryKey`, `RegistryValueName`, `RegistryValueData`|Track registry changes and access| | ||
|
|
||
| **Event Types**: | ||
|
|
||
| |Type|Event Classes|Description| | ||
| |--:|:--|:--| | ||
| |Authentication|`SignInLogs`, `AuditLogs`, `AADNonInteractiveUserSignInLogs`|Authentication-related events and outcomes| | ||
| |Security|`SecurityEvent`, `SecurityAlert`, `SecurityIncident`|Security-related events and alerts| | ||
| |Network|`AzureNetworkAnalytics`, `CommonSecurityLog`, `DnsEvents`|Network activity and communications| | ||
| |Identity|`IdentityInfo`, `IdentityDirectoryEvents`, `IdentityLogonEvents`|Identity and directory service events| | ||
| |Endpoint|`DeviceEvents`, `DeviceProcessEvents`, `DeviceFileEvents`|Endpoint detection and response events| |
This file contains hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.