Add lolbas rules

This commit is contained in:
frack113
2022-03-06 12:10:51 +01:00
parent 2e2f4fbae5
commit cb7a776623
2 changed files with 46 additions and 0 deletions
@@ -0,0 +1,23 @@
title: Suspicious OfflineScannerShell.exe Execution From Another Folder
id: 02b18447-ea83-4b1b-8805-714a8a34546a
status: experimental
description: Use OfflineScannerShell.exe to execute mpclient.dll library in the current working directory
references:
- https://lolbas-project.github.io/lolbas/Binaries/OfflineScannerShell/
author: frack113
date: 2022/03/06
logsource:
category: process_creation
product: windows
detection:
lolbas:
Image|endswith: '\OfflineScannerShell.exe'
filter:
CurrentDirectory: 'C:\Program Files\Windows Defender\Offline\'
condition: lolbas and not filter
falsepositives:
- unknown
level: medium
tags:
- attack.defense_evasion
- attack.t1218
@@ -0,0 +1,23 @@
title: Suspicious Replace.exe Execution
id: 9292293b-8496-4715-9db6-37028dcda4b3
status: experimental
description: Replace.exe is used to replace file with another file
references:
- https://lolbas-project.github.io/lolbas/Binaries/Replace/
author: frack113
date: 2022/03/06
logsource:
category: process_creation
product: windows
detection:
lolbas:
CommandLine|contains|all:
- 'replace '
- '/A'
condition: lolbas
falsepositives:
- unknown
level: medium
tags:
- attack.command_and_control
- attack.t1105