Created
September 19, 2019 13:31
-
-
Save Cyb3rWard0g/c984187332bbba9a6f32ec6689226755 to your computer and use it in GitHub Desktop.
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
<SilkServiceConfig> | |
<!-- | |
This is a user collector | |
-> Microsoft-Windows-DotNETRuntime | |
-> GUID or string based name | |
--> | |
<ETWCollector> | |
<Guid>45c82358-c52d-4892-8237-ba001d396fb4</Guid> | |
<CollectorType>user</CollectorType> | |
<ProviderName>e13c0d23-ccbc-4e12-931b-d9cc2eee27e4</ProviderName> | |
<UserKeywords>0x2038</UserKeywords> | |
<OutputType>url</OutputType> | |
<Path>https://some.elk:9200/NetETW/_doc/</Path> | |
</ETWCollector> | |
<!-- | |
This is a user collector | |
--> | |
<ETWCollector> | |
<Guid>6720babc-dedc-4906-86b9-d0bc0089ec50</Guid> | |
<CollectorType>user</CollectorType> | |
<ProviderName>Microsoft-Windows-DNS-Client</ProviderName> | |
<OutputType>eventlog</OutputType> | |
<YaraScan>C:\Some\Path\RuleFolder</YaraScan> | |
<YaraOptions>Matches</YaraOptions> | |
</ETWCollector> | |
<!-- | |
This is a kernel collector | |
--> | |
<ETWCollector> | |
<Guid>21ac2393-3bbb-4702-a01c-b593e21913dc</Guid> | |
<CollectorType>kernel</CollectorType> | |
<KernelKeywords>Process</KernelKeywords> | |
<OutputType>file</OutputType> | |
<Path>C:\Users\b33f\Desktop\kproc.json</Path> | |
</ETWCollector> | |
</SilkServiceConfig> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment