Adversaries may attempt to manipulate features of their artifacts to make them appear legitimate or benign to users and/or security tools. Masquerading occurs when the name or location of an object, legitimate or malicious, is manipulated or abused for the sake of evading defenses and observation. This may include manipulating file metadata, tricking users into misidentifying the file type, and giving legitimate task or service names.
Renaming abusable system utilities to evade security monitoring is also a form of Masquerading.(Citation: LOLBAS Main Site)
T1036(Masquerading:マスカレード/偽装)は、攻撃者が自身のファイル、プロセス、またはディレクトリの名前や場所を、正当なものに見せかけてユーザーや管理者の目を欺く技術です。
Masqueradingとは、一言で言えば「擬態」です。システム上の怪しい動きを、OSの一部や信頼されたアプリケーションの活動であるかのように錯覚させます。
malware.exe があれば即座にバレますが、svchost.exe であれば見逃される可能性が高まります。setup.exe)やパス(例: C:\Windows\Temp)を検査から除外している設定を悪用します。攻撃者は、主に以下の5つのような方法で「偽装」を行います。
lsass.exe の代わりに lsas.exe を使用)。test_exe.doc が実際には test_cod.exe)。C:\Windows\System32 などの正規のディレクトリに似せた場所や、一時フォルダにファイルを置く。cmd.exe)。C:\Users\Public や C:\Windows\Temp などの一時ディレクトリからの実行ファイル起動を制限(AppLockerやASRルール)します。svchost.exe は通常 services.exe から起動されます。それ以外の不自然なプロセス(例: ブラウザ)から起動されている場合は偽装の疑いがあります。T1036自体は「名前の付け方」のテクニックであるため、CVEよりも攻撃グループの活動で目立ちます。
OIP_Logon.dll や SolarWinds.Orion.Core.BusinessLayer.dll といった、いかにも正規に見える名前で配置しました。この攻撃手法を利用する脅威アクターは登録されていません。
この攻撃手法に関連する CVE は登録されていません。