Skip to content

Commit 7e0556a

Browse files
authored
Add files via upload
1 parent 518d8c4 commit 7e0556a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • Windows系统安全事件应急响应

Windows系统安全事件应急响应/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111

1212
参考文章:https://xz.aliyun.com/t/2524
1313

14+
### 更新说明 ###
15+
16+
2019-6-13 添加了支持windows日志过滤,读取指定windows日志
17+
1418
conf/config.py说明:
1519
```python
1620
#windows事件id
@@ -45,6 +49,12 @@ id={
4549
'4779':'断开到一台 Windows 主机的会话'
4650
}
4751

52+
#读取指定的日志
53+
login_name=''
54+
55+
#要过滤出的事件ID,没有请留空
56+
login_id=''
57+
4858
#查找出特定的端口号,没有请留空
4959
port=''
5060

0 commit comments

Comments
 (0)