Skip to content

Commit 89c4bf4

Browse files
authored
Update clipboard-capture.med
Initial set of information
1 parent 98239c9 commit 89c4bf4

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

clipboard-capture.med

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
Clipboard Capture
22
=================
33

4+
Sysmon will log EventID 24 for when an application stores text in the clipboard. This capability was added in version 12.0 of Sysmon under schema 4.40.When text us stored the event is generated and the text that was copied in to clipboard is stored as a file referenced by the hash in the location specified for deleted files with the same protections on the folder so only applications running under the context of the SYSTEM account can list and read the files. If no folder is speciied Sysmon will create a folder under the root of the main drive with its name.
45

6+
The fields for the event are:
7+
8+
* **RuleName**: Name of rule that triggered the event.
9+
10+
* **UtcTime**: Time in UTC when event was created
11+
12+
* **ProcessGuid**: Process Guid of the process that stored the text in the clipboard.
13+
14+
* **ProcessId**: Process ID of the process that stored the text in the clipboard.
15+
16+
* **Image**: The process that recorded to the clipboard.
17+
18+
* **Session**: Session where the process writing to the clipboard is running. This can be system(0) interactive or remote, etc.
19+
20+
* **ClientInfo**: this will contain the session username, and in case of a remote session the originating hostname, and the IP address when available.
21+
22+
* **Hashes**: This determines the file name, same as the FileDelete event.
23+
24+
* **Archived**: Status whether is was stored in the configured Archive directory.
25+
26+
As it is obivios this type of data is sensitive since it may contain code, credentials, persona identifiable informatior or more. This is one of the reasons that the data is not stored in the eventlog but in the heavily permissioned folder. Because of this certain care should be taken when deciding on what systems it would be of value to enable this kind of logging,

0 commit comments

Comments
 (0)