├── LICENSE ├── README.md ├── bin ├── config.xml ├── deploy.bat └── update.bat └── default ├── app.conf └── inputs.conf /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olafhartong/TA-Sysmon-deploy/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olafhartong/TA-Sysmon-deploy/HEAD/README.md -------------------------------------------------------------------------------- /bin/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olafhartong/TA-Sysmon-deploy/HEAD/bin/config.xml -------------------------------------------------------------------------------- /bin/deploy.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olafhartong/TA-Sysmon-deploy/HEAD/bin/deploy.bat -------------------------------------------------------------------------------- /bin/update.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olafhartong/TA-Sysmon-deploy/HEAD/bin/update.bat -------------------------------------------------------------------------------- /default/app.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olafhartong/TA-Sysmon-deploy/HEAD/default/app.conf -------------------------------------------------------------------------------- /default/inputs.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olafhartong/TA-Sysmon-deploy/HEAD/default/inputs.conf --------------------------------------------------------------------------------