Include powershell module logging · cyberdefenders/DetectionLabELK@d3e2205

Original file line numberDiff line numberDiff line change

@@ -67,6 +67,22 @@ winlogbeat.event_logs:

6767

- name: WEC7-Active-Directory

6868

- name: WEC7-Privilege-Use

6969

- name: WEC7-Terminal-Services

70+
71+

- name: Windows PowerShell

72+

event_id: 400, 403, 600, 800

73+

processors:

74+

- script:

75+

lang: javascript

76+

id: powershell

77+

file: ${path.home}/module/powershell/config/winlogbeat-powershell.js

78+
79+

- name: Microsoft-Windows-PowerShell/Operational

80+

event_id: 4103, 4104, 4105, 4106

81+

processors:

82+

- script:

83+

lang: javascript

84+

id: powershell-operational

85+

file: ${path.home}/module/powershell/config/winlogbeat-powershell.js

7086
7187

setup.kibana:

7288

host: "192.168.38.105:5601"