-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated description and added a new rule related with Oleview sideloa…
…ding
- Loading branch information
1 parent
e9b83e2
commit c3045f0
Showing
2 changed files
with
43 additions
and
1 deletion.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
rules-emerging-threats/2024/Malware/Raspberry-Robin/image_load_side_load_oleview.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
title: Potential Raspberry Robin Aclui Dll SideLoading | ||
id: 0f3a9db2-c17a-480e-a723-d1f1c547ab6a | ||
status: experimental | ||
description: Detects potential sideloading of malicious "aclui.dll" by OleView.This behavior was observed in Raspberry-Robin variants reported by chekpoint research on Feburary 2024. | ||
references: | ||
- https://research.checkpoint.com/2024/raspberry-robin-keeps-riding-the-wave-of-endless-1-days/ | ||
- https://globetech.biz/index.php/2023/05/19/evading-edr-by-dll-sideloading-in-csharp/ | ||
- https://decoded.avast.io/threatintel/apt-treasure-trove-avast-suspects-chinese-apt-group-mustang-panda-is-collecting-data-from-burmese-government-agencies-and-opposition-groups/ | ||
- https://www.hexacorn.com/blog/2016/03/10/beyond-good-ol-run-key-part-36/ | ||
author: Swachchhanda Shrawan Poudel | ||
date: 2024/03/14 | ||
tags: | ||
- detection.emerging_threats | ||
- attack.defense_evasion | ||
- attack.privilege_escalation | ||
- attack.t1574.001 | ||
- attack.t1574.002 | ||
logsource: | ||
category: image_load | ||
product: windows | ||
detection: | ||
selection_image: | ||
Image|endswith: '\OleView.exe' | ||
selection_dll_loaded: | ||
ImageLoaded|endswith: '\aclui.dll' | ||
filter_is_signed: | ||
Signed: 'true' | ||
filter_signature_status: | ||
SignatureStatus: | ||
- 'Valid' | ||
- 'errorChaining' | ||
- 'errorCode_endpoint' | ||
- 'errorExpired' | ||
- 'trusted' | ||
filter_signatue: | ||
Signature: 'Microsoft Windows' | ||
condition: all of selection_* and not 1 of filter_* | ||
falsepositives: | ||
- Unknown | ||
level: high |
4 changes: 3 additions & 1 deletion
4
...-emerging-threats/2024/Malware/Raspberry-Robin/registry_set_internet_settings_zonemap.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters