added winevents
This commit is contained in:
parent
75a34e4b59
commit
d3b457a796
|
@ -61,6 +61,10 @@ Get-WinEvent -FilterHashTable @{LogName='<Category>';ID='<Event IDs>'} | fl
|
|||
* **4702**: Scheduled task updated
|
||||
* **4699**: Scheduled task deletion
|
||||
|
||||
* **106** Task registered
|
||||
* **100** Task started
|
||||
* **129** Created Task Process
|
||||
|
||||
### System
|
||||
|
||||
* **7045**: Service installation
|
||||
|
@ -69,5 +73,25 @@ Get-WinEvent -FilterHashTable @{LogName='<Category>';ID='<Event IDs>'} | fl
|
|||
|
||||
* **1100**: Logging service disabled
|
||||
* **1102**: Log deletion
|
||||
* **1116**: Malware detection
|
||||
* **1116**: Windows Defender Malware detection
|
||||
* **1117**: Windows Defender Malware quarantined
|
||||
* **4697**: Service installation (subsection of **7045**)
|
||||
* **5001**: Windows Defender disabled
|
||||
* **5007**: Windows Defender configuration changed
|
||||
|
||||
### Powershell
|
||||
|
||||
Applications and Services Logs -> Windows Powershell and Apps and Services Logs
|
||||
-> Microsoft -> Windows -> Powershell -> Operational
|
||||
|
||||
* **600**: Opening Powershell
|
||||
* **4104**: Powershell command executed
|
||||
|
||||
## RDP
|
||||
|
||||
Applications and Services Logs -> Microsoft -> Windows ->
|
||||
TerminalServices-LocalSessionManager -> Operational
|
||||
|
||||
* **21**: RDP Connect
|
||||
* **24**: RDP Disconnect
|
||||
* **25**: RDP Reconnect
|
||||
|
|
Loading…
Reference in New Issue