Skip to content

Commit 586860a

Browse files
author
Keshon Karishan
committed
Fix false positives on Simple-Help/JWrapper in Sysmon ID 29 (#6058)
1 parent 282369f commit 586860a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

rules/windows/sysmon/sysmon_file_executable_detected.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ references:
77
- https://medium.com/@olafhartong/sysmon-15-0-file-executable-detected-40fd64349f36
88
author: frack113
99
date: 2023-07-20
10+
modified: 2026-07-14 # We update the modified date to today
1011
tags:
1112
- attack.defense-impairment
1213
logsource:
@@ -15,7 +16,10 @@ logsource:
1516
detection:
1617
selection:
1718
EventID: 29 # this is fine, we want to match any FileExecutableDetected event
18-
condition: selection
19+
filter_simple_help:
20+
TargetFilename|contains: '\AppData\Roaming\JWrapper-Remote Support\'
21+
condition: selection and not filter_simple_help
1922
falsepositives:
20-
- Unlikely
23+
- Highly dependent on your local Sysmon configuration schema and what you choose to explicitly monitor.
24+
- Legitimate remote control or support utilities that drop temporary wrappers or helper applications during execution (e.g. JWrapper / Simple-Help remote support client packages).
2125
level: medium

0 commit comments

Comments
 (0)