Merge pull request #602 from Neo23x0/devel

rule: FromBase64String command line
This commit is contained in:
Florian Roth 2020-01-29 16:12:29 +01:00 committed by GitHub
commit 56576b539f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,21 @@
title: FromBase64String Command Line
id: e32d4572-9826-4738-b651-95fa63747e8a
status: experimental
description: Detects suspicious FromBase64String expressions in command line arguments
references:
- https://gist.github.com/Neo23x0/6af876ee72b51676c82a2db8d2cd3639
author: Florian Roth
date: 2020/01/29
tags:
- attack.t1027
- attack.defense_evasion
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine|contains: '::FromBase64String('
condition: selection
falsepositives:
- Administrative script libraries
level: high