mirror of
https://github.com/keyboardcrunch/sentinelone-queries
synced 2026-06-11 02:11:21 +00:00
auto-generated queries from markdown notes
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
title: Deobfuscate or Decode Files
|
||||
description: This Atomic tests detections of certutil encoding and decoding of executables,
|
||||
and the replication of certutil for bypassing detection of executable encoding.
|
||||
Our query below will detected renamed certutil through matching of DisplayName,
|
||||
as well as encoding or decoding of exe files.
|
||||
author: keyboardcrunch
|
||||
date: 10/10/2020
|
||||
modified: null
|
||||
mitre:
|
||||
tactic: Defense Evasion
|
||||
technique: T1140
|
||||
subtechnique: null
|
||||
operating_system: windows
|
||||
query: (TgtProcName != "certutil.exe" AND TgtProcDisplayName = "CertUtil.exe") OR
|
||||
( TgtProcDisplayName = "CertUtil.exe" AND (TgtProcCmdLine RegExp "^.*(-decode).*\.(exe)"
|
||||
OR TgtProcCmdLine RegExp "^.*(-encode).*\.(exe)") )
|
||||
false_positives: null
|
||||
tags: null
|
||||
|
||||
Reference in New Issue
Block a user