Windows_Hacktool_SharpAppLocker_9645cf22
Description
Windows.Hacktool.SharpAppLocker
Query · yara
strings:
$guid = "FE102D27-DEC4-42E2-BF69-86C79E08B67D" ascii wide nocase
$print_str0 = "[+] Output written to:" ascii wide fullword
$print_str1 = "[!] You can only select one Policy at the time." ascii wide fullword
$print_str2 = "SharpAppLocker.exe --effective --allow --rules=\"FileHashRule,FilePathRule\" --outfile=\"C:\\Windows\\Tasks\\Rules.json\"" ascii wide fullword
condition:
$guid or all of ($print_str*)