You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: the-sysmon-driver.md
+102-2Lines changed: 102 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,107 @@ Sysmon sets multiple callbacks on kernel objects in addition to using telemetry
21
21
22
22
When the tool is downloaded from the Microsoft Sysinternals website <https://docs.microsoft.com/en-us/sysinternals/> it is important to save and identify previous versions since Microsoft does not provide older versions and the release notes do not detail what has been fixed. Microsoft has a fast release cycle, forcing users to test very carefully and to keep track of versions.
23
23
24
-

24
+
25
+
<tablewidth="1280">
26
+
<tbody>
27
+
<tr>
28
+
<tdwidth="132">
29
+
<p><strong>Version</strong></p>
30
+
</td>
31
+
<tdwidth="114">
32
+
<p><strong>Schema </strong></p>
33
+
</td>
34
+
<tdwidth="522">
35
+
<p><strong>Features</strong></p>
36
+
</td>
37
+
<tdwidth="380">
38
+
<p><strong>Known Issues</strong></p>
39
+
</td>
40
+
<tdwidth="132">
41
+
<p><strong>Release</strong></p>
42
+
</td>
43
+
</tr>
44
+
<tr>
45
+
<tdwidth="132">
46
+
<p>12.0</p>
47
+
</td>
48
+
<tdwidth="114">
49
+
<p>4.40</p>
50
+
</td>
51
+
<tdwidth="522">
52
+
<p>* Added support to capture text stored in to the clipboard by a process.</p>
53
+
</td>
54
+
<tdwidth="380">
55
+
<p>* Kernel memory write that can lead to code execution.</p>
56
+
<p>* Metadata for driver still references.</p>
57
+
<p>* Sysmon 11.1 and may affect install scripts.</p>
58
+
<p>* Problems matching filters for FileDelete.</p>
59
+
<p>* Blue Screen on some Windows 2016 DCs</p>
60
+
</td>
61
+
<tdwidth="132">
62
+
<p>September 17, 2020</p>
63
+
</td>
64
+
</tr>
65
+
<tr>
66
+
<tdwidth="132">
67
+
<p>11.1</p>
68
+
</td>
69
+
<tdwidth="114">
70
+
<p>4.31</p>
71
+
</td>
72
+
<tdwidth="522">
73
+
<p>* For Event ID 15 “Content field was added to save text streams of less than 1k.</p>
74
+
<p>* The –a commandline option has been removed. The custom archive directory must be set via configuration file.</p>
75
+
<p>* Fix Issue where EventID 1 was not logged on Windowds 2016 and Windows 10.</p>
76
+
<p>* Fix rule parsing issue.</p>
77
+
</td>
78
+
<tdwidth="380">
79
+
<p>* Kernel memory write that can lead to code execution.</p>
80
+
<p>* Blue Screen on on Win10 1809 </p>
81
+
</td>
82
+
<tdwidth="132">
83
+
<p>June 24, 2020</p>
84
+
</td>
85
+
</tr>
86
+
<tr>
87
+
<tdwidth="132">
88
+
<p>11.0</p>
89
+
</td>
90
+
<tdwidth="114">
91
+
<p>4.30</p>
92
+
</td>
93
+
<tdwidth="522">
94
+
<p>* Control Reverse DNS Lookup.</p>
95
+
<p>* Log file deletions and story copy of the file.</p>
96
+
<p>* Bug Fixes.</p>
97
+
</td>
98
+
<tdwidth="380">
99
+
<p>* Does not log Process Creation on Windows 2016.</p>
100
+
<p>* Kernel memory write that can lead to code execution.</p>
101
+
</td>
102
+
<tdwidth="132">
103
+
<p>April 28, 2020</p>
104
+
</td>
105
+
</tr>
106
+
<tr>
107
+
<tdwidth="132">
108
+
<p>10.42</p>
109
+
</td>
110
+
<tdwidth="114">
111
+
<p>4.23</p>
112
+
</td>
113
+
<tdwidth="522">
114
+
<p>* Fixed multiple memory leaks</p>
115
+
<p>* Introduces the "Excludes Any" and "Excludes All" filtering conditions</p>
116
+
</td>
117
+
<tdwidth="380">
118
+
<p>* Issues with parsing some rules in configuration files.</p>
119
+
</td>
120
+
<tdwidth="132">
121
+
<p>December 11, 2019</p>
122
+
</td>
123
+
</tr>
124
+
</tbody>
125
+
</table>
26
126
27
127
Another important piece of information is that there is no support from Microsoft on the Sysinternal tools—they are free and provided as is. This means that a testing plan for the environment it is deployed on should be formulated, tested, implemented, and improved upon as new versions of Sysmon are released.
0 commit comments