├── Auto_update.bat ├── README.md ├── install_sysmon.bat └── sysmonconfig-export.xml /Auto_update.bat: -------------------------------------------------------------------------------- 1 | @echo on 2 | cd C:\ProgramData\sysmon\ 3 | @powershell (new-object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/threathunting/sysmon-config/master/sysmonconfig-export.xml','C:\ProgramData\sysmon\sysmonconfig-export.xml')" 4 | sysmon64 -c sysmonconfig-export.xml 5 | exit 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # sysmon-config 2 | 3 | Credits to SwiftOnSecurity and ion-storm for providing the base fork of this config. Incremental changes have been made to meet my specific needs. Feel free to use or send a pull request. 4 | 5 | ## Use ## 6 | 7 | ### Auto-Install with Auto Update Script:### 8 | Run with administrator rights 9 | ~~~~ 10 | install_sysmon.bat 11 | ~~~~ 12 | 13 | ### Uninstall ### 14 | Run with administrator rights 15 | ~~~~ 16 | sysmon.exe -u 17 | ~~~~ 18 | 19 | ### Event Log Location ### 20 | All sysmon events are written to 21 | ~~~~ 22 | C:\Windows\System32\winevt\Logs\Microsoft-Windows-Sysmon%4Operational.evtx 23 | ~~~~ 24 | -------------------------------------------------------------------------------- /install_sysmon.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | setlocal 3 | set hour=%time:~0,2% 4 | set minute=%time:~3,2% 5 | set /A minute+=2 6 | if %minute% GTR 59 ( 7 | set /A minute-=60 8 | set /A hour+=1 9 | ) 10 | if %hour%==24 set hour=00 11 | if "%hour:~0,1%"==" " set hour=0%hour:~1,1% 12 | if "%hour:~1,1%"=="" set hour=0%hour% 13 | if "%minute:~1,1%"=="" set minute=0%minute% 14 | set tasktime=%hour%:%minute% 15 | mkdir C:\ProgramData\sysmon 16 | pushd "C:\ProgramData\sysmon\" 17 | echo [+] Downloading Sysmon... 18 | @powershell (new-object System.Net.WebClient).DownloadFile('https://live.sysinternals.com/Sysmon64.exe','C:\ProgramData\sysmon\sysmon64.exe')" 19 | echo [+] Downloading Sysmon config... 20 | @powershell (new-object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/threathunting/sysmon-config/master/sysmonconfig-export.xml','C:\ProgramData\sysmon\sysmonconfig-export.xml')" 21 | @powershell (new-object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/threathunting/sysmon-config/master/Auto_update.bat','C:\ProgramData\sysmon\Auto_Update.bat')" 22 | sysmon64.exe -accepteula -i sysmonconfig-export.xml 23 | echo [+] Sysmon Successfully Installed! 24 | attrib +s +h +r c:\ProgramData\sysmon 25 | echo Y | cacls c:\ProgramData\Sysmon /e /p everyone:n 26 | echo Y | cacls c:\ProgramData\Sysmon /p system:f 27 | echo Y | cacls c:\ProgramData\Sysmon /p Administrators:f 28 | sc failure Sysmon actions= restart/10000/restart/10000// reset= 120 29 | echo [+] Sysmon Directory Permissions Reset and Services Hidden 30 | sc sdset Sysmon D:(D;;DCLCWPDTSD;;;IU)(D;;DCLCWPDTSD;;;SU)(D;;DCLCWPDTSD;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)S:(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD) 31 | echo [+] Creating Auto Update Task set to Hourly.. 32 | SchTasks /Create /RU SYSTEM /RL HIGHEST /SC HOURLY /TN Update_Sysmon_Rules /TR C:\ProgramData\sysmon\Auto_Update.bat /F /ST %tasktime% 33 | timeout /t 10 34 | exit 35 | -------------------------------------------------------------------------------- /sysmonconfig-export.xml: -------------------------------------------------------------------------------- 1 | 32 | 33 | 34 | md5,sha256 35 | 36 | 37 | 38 | 39 | 40 | 43 | 44 | C:\Windows\system32\DllHost.exe /Processid 45 | C:\Windows\system32\SearchIndexer.exe /Embedding 46 | C:\Windows\System32\CompatTelRunner.exe 47 | C:\Windows\System32\MusNotification.exe 48 | C:\Windows\System32\MusNotificationUx.exe 49 | C:\Windows\System32\audiodg.exe 50 | C:\Windows\System32\conhost.exe 51 | C:\Windows\System32\powercfg.exe 52 | C:\Windows\System32\wbem\WmiApSrv.exe 53 | C:\Windows\System32\wermgr.exe 54 | C:\Windows\SysWOW64\wermgr.exe 55 | C:\Windows\system32\sppsvc.exe 56 | AppContainer 57 | %%SystemRoot%%\system32\csrss.exe ObjectDirectory=\Windows 58 | C:\Windows\system32\SearchIndexer.exe 59 | 60 | C:\Program Files\Windows Defender 61 | C:\Windows\System32\MpSigStub.exe 62 | C:\Windows\SoftwareDistribution\Download\Install\AM_Base 63 | C:\Windows\SoftwareDistribution\Download\Install\AM_Delta 64 | C:\Windows\SoftwareDistribution\Download\Install\AM_Engine 65 | 66 | C:\Windows\System32\svchost.exe -k appmodel 67 | C:\Windows\System32\svchost.exe -k dcomLaunch 68 | C:\Windows\System32\svchost.exe -k defragsvc 69 | C:\Windows\System32\svchost.exe -k imgsvc 70 | C:\Windows\System32\svchost.exe -k localServiceAndNoImpersonation 71 | C:\Windows\System32\svchost.exe -k localServiceNetworkRestricted 72 | C:\Windows\System32\svchost.exe -k localSystemNetworkRestricted 73 | C:\Windows\System32\svchost.exe -k netsvcs 74 | C:\Windows\System32\svchost.exe -k networkServiceNetworkRestricted 75 | C:\Windows\System32\svchost.exe -k rPCSS 76 | C:\Windows\System32\svchost.exe -k swprv 77 | C:\Windows\System32\svchost.exe -k unistackSvcGroup 78 | C:\Windows\System32\svchost.exe -k utcsvc 79 | C:\Windows\System32\svchost.exe -k wbioSvcGroup 80 | C:\Windows\System32\svchost.exe -k wsappx 81 | C:\Windows\system32\svchost.exe -k networkService 82 | C:\windows\System32\svchost.exe -k werSvcGroup 83 | C:\Windows\System32\svchost.exe -k netsvcs 84 | C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted 85 | 86 | C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe 87 | C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorsvw.exe 88 | C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe 89 | C:\Windows\Microsoft.Net\Framework64\v3.0\WPF\PresentationFontCache.exe 90 | C:\Windows\Microsoft.Net\Framework64\v3.0\WPF\PresentationFontCache.exe 91 | C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngentask.exe 92 | C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorsvw.exe 93 | C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngentask.exe 94 | C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe 95 | C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngentask.exe 96 | C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngentask.exe 97 | 98 | C:\Program Files (x86)\Microsoft Office\Office16\MSOSYNC.EXE 99 | C:\Program Files\Common Files\Microsoft Shared\OfficeSoftwareProtectionPlatform\OSPPSVC.EXE 100 | 101 | C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeC2RClient.exe 102 | C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe 103 | C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeC2RClient.exe 104 | 105 | "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --type= 106 | "C:\Program Files\Google\Chrome\Application\chrome.exe" --type= 107 | C:\Program Files (x86)\Google\Update\ 108 | C:\Program Files (x86)\Google\Update\ 109 | 110 | "C:\Program Files\Mozilla Firefox\plugin-container.exe" --channel 111 | "C:\Program Files (x86)\Mozilla Firefox\plugin-container.exe" --channel 112 | 113 | AcroRd32.exe" /CR 114 | AcroRd32.exe" --channel= 115 | C:\Program Files (x86)\Adobe\Acrobat DC\Acrobat\AcroCEF\AcroCEF.exe 116 | C:\Program Files (x86)\Common Files\Adobe\AdobeGCClient\AGSService.exe 117 | C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroCEF\RdrCEF.exe 118 | C:\Program Files (x86)\Adobe\Acrobat DC\Acrobat\LogTransport2.exe 119 | 120 | C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 121 | 122 | C:\Program Files (x86)\Common Files\Adobe\ARM\1.0\AdobeARM.exe 123 | C:\Program Files (x86)\Common Files\Adobe\ARM\1.0\AdobeARM.exe 124 | C:\Program Files (x86)\Common Files\Adobe\ARM\1.0\armsvc.exe 125 | 126 | C:\Program Files (x86)\Adobe\Acrobat DC\Acrobat\AdobeCollabSync.exe 127 | C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\HEX\Adobe CEF Helper.exe 128 | C:\Program Files (x86)\Common Files\Adobe\AdobeGCClient\AdobeGCClient.exe 129 | C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\P6\adobe_licutil.exe 130 | C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\P7\adobe_licutil.exe 131 | C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\P7\adobe_licutil.exe 132 | C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\UWA\updaterstartuputility.exe 133 | C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\UWA\updaterstartuputility.exe 134 | 135 | C:\Program Files (x86)\Adobe\Adobe Creative Cloud\ACC\Creative Cloud.exe 136 | C:\Program Files (x86)\Adobe\Adobe Creative Cloud\ACC\Creative Cloud.exe 137 | C:\Program Files (x86)\Adobe\Adobe Creative Cloud\CCXProcess\CCXProcess.exe 138 | C:\Program Files (x86)\Adobe\Adobe Creative Cloud\CoreSync\CoreSync.exe 139 | 140 | "C:\Program Files\DellTPad\ApMsgFwd.exe" -s{ 141 | C:\Program Files\NVIDIA Corporation\ 142 | C:\Program Files\Realtek\ 143 | C:\Program Files\DellTPad\HidMonitorSvc.exe 144 | C:\Program Files\Realtek\Audio\HDA\RtkAudioService64.exe 145 | 146 | C:\Program Files (x86)\Dropbox\Update\DropboxUpdate.exe 147 | C:\Program Files (x86)\Dropbox\Update\DropboxUpdate.exe 148 | 149 | C:\Program Files (x86)\Dell\CommandUpdate\InvColPC.exe 150 | 151 | 152 | 153 | 154 | 155 | C:\Users 156 | 157 | 158 | OneDrive.exe 159 | setup 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | C:\Users 170 | C:\ProgramData 171 | C:\Windows\Temp 172 | C:\Perflogs\ 173 | config\systemprofile\ 174 | \Windows\Fonts\ 175 | \Windows\IME\ 176 | \Windows\addins\ 177 | 178 | at.exe 179 | certutil.exe 180 | cmd.exe 181 | cscript.exe 182 | java.exe 183 | mshta.exe 184 | msiexec.exe 185 | net.exe 186 | notepad.exe 187 | powershell.exe 188 | pwsh.exe 189 | qwinsta.exe 190 | reg.exe 191 | regsvr32.exe 192 | rundll32.exe 193 | sc.exe 194 | wmic.exe 195 | wscript.exe 196 | 197 | psexec.exe 198 | psexesvc.exe 199 | vnc.exe 200 | vncviewer.exe 201 | vncservice.exe 202 | winexesvc.exe 203 | \AA_v 204 | 205 | omniinet.exe 206 | hpsmhd.exe 207 | 208 | tor.exe 209 | 210 | 22 211 | 23 212 | 25 213 | 3389 214 | 5800 215 | 5900 216 | 217 | 1080 218 | 3128 219 | 8080 220 | 221 | 1723 222 | 4500 223 | 9001 224 | 9030 225 | 226 | 227 | OneDrive.exe 228 | Spotify.exe 229 | AppData\Roaming\Dropbox\bin\Dropbox.exe 230 | 231 | OneDriveStandaloneUpdater.exe 232 | microsoft.com 233 | microsoft.com.akadns.net 234 | microsoft.com.nsatc.net 235 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 244 | 245 | C:\Users 246 | 247 | 248 | 249 | 250 | 251 | 253 | microsoft 254 | windows 255 | Intel 256 | 257 | 258 | 259 | 260 | 261 | 262 | 263 | 264 | 265 | 266 | 267 | 269 | C:\Windows\System32\wbem\WmiPrvSE.exe 270 | C:\Windows\System32\svchost.exe 271 | C:\Windows\System32\wininit.exe 272 | C:\Windows\System32\csrss.exe 273 | C:\Windows\System32\services.exe 274 | C:\Windows\System32\winlogon.exe 275 | C:\Windows\System32\audiodg.exe 276 | C:\windows\system32\kernel32.dll 277 | Google\Chrome\Application\chrome.exe 278 | 279 | 280 | 281 | 282 | 283 | 286 | 287 | 288 | 289 | 290 | 291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | \Start Menu 299 | \Startup 300 | \Content.Outlook\ 301 | \Downloads\ 302 | \Roaming\ 303 | .application 304 | .appref-ms 305 | .bat 306 | .cmd 307 | .cmdline 308 | .docm 309 | .exe 310 | .hta 311 | .pptm 312 | .ps1 313 | .sys 314 | .vbs 315 | .xlsm 316 | .js 317 | .jse 318 | .sfx 319 | .scr 320 | .wsf 321 | .jar 322 | C:\Users\Default 323 | C:\Users\Public\ 324 | C:\Windows\System32\Drivers 325 | C:\Windows\SysWOW64\Drivers 326 | C:\Windows\System32\GroupPolicy\Machine\Scripts 327 | C:\Windows\System32\GroupPolicy\User\Scripts 328 | C:\Windows\System32\Tasks 329 | C:\Windows\System32\Wbem 330 | C:\Windows\SysWOW64\Wbem 331 | C:\Windows\System32\WindowsPowerShell 332 | C:\Windows\SysWOW64\WindowsPowerShell 333 | C:\Windows\Tasks\ 334 | C:\Windows\Temp\ 335 | 336 | 337 | 338 | C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeC2RClient.exe 339 | 340 | C:\Windows\System32\smss.exe 341 | C:\Windows\system32\CompatTelRunner.exe 342 | \\?\C:\Windows\system32\wbem\WMIADAP.EXE 343 | C:\Windows\System32\DriverStore\Temp\ 344 | C:\Windows\System32\wbem\Performance\ 345 | WRITABLE.TST 346 | 347 | C:\$WINDOWS.~BT\Sources\SafeOS\SafeOS.Mount\ 348 | C:\WINDOWS\winsxs\amd64_microsoft-windows 349 | 350 | C:\Program Files (x86)\Dell\CommandUpdate\InvColPC.exe 351 | 352 | C:\Windows\system32\igfxCUIService.exe 353 | 354 | 355 | 356 | 357 | 358 | 359 | 360 | 361 | 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 370 | \CurrentVersion\Run 371 | \Group Policy\Scripts 372 | \Windows\System\Scripts 373 | \Policies\Explorer\Run 374 | \ServiceDll 375 | \ImagePath 376 | \Start 377 | HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\ 378 | HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Userinit\ 379 | HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows NT\CurrentVersion\Drivers32 380 | HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\BootExecute 381 | 382 | \Explorer\FileExts\ 383 | \shell\install\command\ 384 | \shell\open\command\ 385 | \shell\open\ddeexec\ 386 | 387 | \InprocServer32\(Default) 388 | 389 | \Classes\*\ 390 | \Classes\AllFilesystemObjects\ 391 | \Classes\Directory\ 392 | \Classes\Drive\ 393 | \Classes\Folder\ 394 | \ContextMenuHandlers\ 395 | \CurrentVersion\Shell 396 | HKLM\Software\Microsoft\Windows\CurrentVersion\explorer\ShellExecuteHooks 397 | HKLM\Software\Microsoft\Windows\CurrentVersion\explorer\ShellServiceObjectDelayLoad 398 | 399 | HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\ 400 | HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\AppCertDlls\ 401 | 402 | HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\InitialProgram 403 | 404 | HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\GPExtensions\ 405 | 406 | HKLM\SYSTEM\CurrentControlSet\Services\WinSock\ 407 | \ProxyServer 408 | 409 | HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Provider 410 | HKLM\SYSTEM\CurrentControlSet\Control\Lsa\ 411 | HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SecurityProviders 412 | 413 | HKLM\SYSTEM\CurrentControlSet\Control\NetworkProvider\Order\ 414 | HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles 415 | 416 | HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\Appinit_Dlls\ 417 | HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Windows\Appinit_Dlls\ 418 | 419 | \Microsoft\Office\Outlook\Addins\ 420 | 421 | \Internet Explorer\Toolbar\ 422 | \Internet Explorer\Extensions\ 423 | \Browser Helper Objects\ 424 | 425 | {AB8902B4-09CA-4bb6-B78D-A8F59079A8D5}\ 426 | 427 | \UrlUpdateInfo 428 | \InstallSource 429 | 430 | HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\EnableLUA 431 | HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\LocalAccountTokenFilterPolicy 432 | 433 | HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile\AuthorizedApplications\List 434 | 435 | HKLM\SOFTWARE\Microsoft\Security Center\AllAlertsDisabled 436 | HKLM\SOFTWARE\Microsoft\Security Center\AntiVirusDisableNotify 437 | HKLM\SOFTWARE\Microsoft\Security Center\DisableMonitoring 438 | HKLM\SOFTWARE\Microsoft\Security Center\FirewallDisableNotify 439 | HKLM\SOFTWARE\Microsoft\Security Center\FirewallOverride 440 | HKLM\SOFTWARE\Microsoft\Security Center\UacDisableNotify 441 | HKLM\SOFTWARE\Microsoft\Security Center\UpdatesDisableNotify 442 | 443 | HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\DisableAntiSpyware 444 | HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\DisableAntiVirus 445 | HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection\DisableBehaviorMonitoring 446 | HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection\DisableOnAccessProtection 447 | HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection\DisableScanOnRealtimeEnable 448 | HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet\SpyNetReporting 449 | 450 | HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ 451 | HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\ 452 | HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\ 453 | HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\ 454 | HKLM\SYSTEM\CurrentControlSet\Control\Safeboot\ 455 | HKLM\SYSTEM\CurrentControlSet\Control\Winlogon\ 456 | \FriendlyName 457 | HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\InProgress\(Default) 458 | 459 | 460 | 461 | 462 | Office\root\integration\integrator.exe 463 | C:\WINDOWS\system32\backgroundTaskHost.exe 464 | C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe 465 | C:\Program Files\Windows Defender\MsMpEng.exe 466 | C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\SearchUI.exe 467 | 468 | Toolbar\WebBrowser 469 | Toolbar\WebBrowser\ITBar7Height 470 | Toolbar\ShellBrowser\ITBar7Layout 471 | Internet Explorer\Toolbar\Locked 472 | ShellBrowser 473 | \CurrentVersion\Run 474 | \CurrentVersion\RunOnce 475 | \CurrentVersion\App Paths 476 | \CurrentVersion\Image File Execution Options 477 | \CurrentVersion\Shell Extensions\Cached 478 | \CurrentVersion\Shell Extensions\Approved 479 | }\PreviousPolicyAreas 480 | \Control\WMI\Autologger\ 481 | HKLM\SYSTEM\CurrentControlSet\Services\UsoSvc\Start 482 | \Lsa\OfflineJoin\CurrentValue 483 | \Components\TrustedInstaller\Events 484 | \Components\TrustedInstaller 485 | \Components\Wlansvc 486 | \Components\Wlansvc\Events 487 | HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\ 488 | \Directory\shellex 489 | \Directory\shellex\DragDropHandlers 490 | \Drive\shellex 491 | \Drive\shellex\DragDropHandlers 492 | _Classes\AppX 493 | HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Publishers\ 494 | C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\SearchUI.exe 495 | 496 | HKLM\SYSTEM\CurrentControlSet\Control\Lsa\Audit 497 | HKLM\SYSTEM\CurrentControlSet\Control\Lsa\Audit\AuditPolicy 498 | HKLM\SYSTEM\CurrentControlSet\Control\Lsa\Audit\PerUserAuditing\System 499 | HKLM\SYSTEM\CurrentControlSet\Control\Lsa\SspiCache 500 | HKLM\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos\Domains 501 | HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\Audit 502 | 503 | \services\clr_optimization_v2.0.50727_32\Start 504 | \services\clr_optimization_v2.0.50727_64\Start 505 | \services\clr_optimization_v4.0.30319_32\Start 506 | \services\clr_optimization_v4.0.30319_64\Start 507 | \services\DeviceAssociationService\Start 508 | \services\BITS\Start 509 | \services\TrustedInstaller\Start 510 | \services\tunnel\Start 511 | \services\UsoSvc\Start 512 | 513 | \OpenWithProgids 514 | \OpenWithList 515 | \UserChoice 516 | \UserChoice\ProgId 517 | \UserChoice\Hash 518 | \OpenWithList\MRUList 519 | } 0xFFFF 520 | 521 | C:\Program Files\WIDCOMM\Bluetooth Software\btwdins.exe 522 | C:\Program Files (x86)\Webroot\WRSA.exe 523 | 524 | 525 | 526 | 527 | 528 | 532 | Content.Outlook 533 | Downloads 534 | Temp\7z 535 | .bat 536 | .cmd 537 | .hta 538 | .lnk 539 | .ps1 540 | .ps2 541 | .reg 542 | .vb 543 | .vbe 544 | .vbs 545 | .js 546 | .jse 547 | .sfx 548 | .scr 549 | .wsf 550 | .jar 551 | 552 | 553 | 554 | 555 | 556 | 557 | 558 | 559 | 560 | 561 | 562 | 563 | 564 | 565 | 566 | --------------------------------------------------------------------------------