subject
stringlengths
5
9
predicate
stringclasses
21 values
object
stringlengths
2
4.68k
source
stringclasses
1 value
object_type
stringclasses
6 values
meta
stringlengths
0
10.5k
T1179
name
Hooking
attack
string
T1179
name
Hooking Mitigation
attack
string
T1179
platform
Windows
attack
string
T1179
rdf:type
Technique
attack
enum
{"version":"1.1","external_references":[{"url":"https://msdn.microsoft.com/library/windows/desktop/ms644959.aspx","source_name":"Microsoft Hook Overview","description":"Microsoft. (n.d.). Hooks Overview. Retrieved December 12, 2017."},{"url":"https://www.endgame.com/blog/technical-blog/ten-process-injection-techniques-...
T1179
rdf:type
Mitigation
attack
enum
{"version":"1.0"}
T1179
revoked
true
attack
boolean
T1179
revoked-by
T1056.004
attack
id
T1179
url
https://attack.mitre.org/techniques/T1179
attack
url
T1179
url
https://attack.mitre.org/mitigations/T1179
attack
url
T1180
belongs-to-tactic
TA0003
attack
id
T1180
created
2018-01-16 16:13:52.465000+00:00
attack
date
T1180
created
2018-10-17 00:14:20.652000+00:00
attack
date
T1180
deprecated
true
attack
boolean
T1180
description
Screensavers are programs that execute after a configurable time of user inactivity and consist of Portable Executable (PE) files with a .scr file extension.(Citation: Wikipedia Screensaver) The Windows screensaver application scrnsave.scr is located in <code>C:\Windows\System32\</code>, and <code>C:\Windows\sysWOW64\<...
attack
string
T1180
description
Block .scr files from being executed from non-standard locations. Set Group Policy to force users to have a dedicated screensaver where local changes should not override the settings to prevent changes. Use Group Policy to disable screensavers if they are unnecessary. (Citation: TechNet Screensaver GP)
attack
string
T1180
domain
enterprise-attack
attack
string
T1180
domain
enterprise-attack
attack
string
T1180
is-subtechnique
false
attack
boolean
T1180
modified
2025-10-24 17:48:33.235000+00:00
attack
date
T1180
modified
2025-04-18 18:00:06.522000+00:00
attack
date
T1180
name
Screensaver
attack
string
T1180
name
Screensaver Mitigation
attack
string
T1180
platform
Windows
attack
string
T1180
rdf:type
Technique
attack
enum
{"version":"1.2","external_references":[{"url":"https://en.wikipedia.org/wiki/Screensaver","source_name":"Wikipedia Screensaver","description":"Wikipedia. (2017, November 22). Screensaver. Retrieved December 5, 2017."},{"url":"https://www.welivesecurity.com/wp-content/uploads/2017/08/eset-gazer.pdf","source_name":"ESET...
T1180
rdf:type
Mitigation
attack
enum
{"version":"1.0","external_references":[{"url":"https://technet.microsoft.com/library/cc938799.aspx","source_name":"TechNet Screensaver GP","description":"Microsoft. (n.d.). Customizing the Desktop. Retrieved December 5, 2017."}]}
T1180
revoked
true
attack
boolean
T1180
revoked-by
T1546.002
attack
id
T1180
url
https://attack.mitre.org/techniques/T1180
attack
url
T1180
url
https://attack.mitre.org/mitigations/T1180
attack
url
T1181
belongs-to-tactic
TA0005
attack
id
T1181
belongs-to-tactic
TA0004
attack
id
T1181
created
2018-01-16 16:13:52.465000+00:00
attack
date
T1181
created
2018-10-17 00:14:20.652000+00:00
attack
date
T1181
deprecated
true
attack
boolean
T1181
description
Before creating a window, graphical Windows-based processes must prescribe to or register a windows class, which stipulate appearance and behavior (via windows procedures, which are functions that handle input/output of data). (Citation: Microsoft Window Classes) Registration of new windows classes can include a reques...
attack
string
T1181
description
This type of attack technique cannot be easily mitigated with preventive controls since it is based on the abuse of operating system design features. For example, mitigating specific API calls will likely have unintended side effects, such as preventing legitimate software (i.e., security products) from operating prope...
attack
string
T1181
domain
enterprise-attack
attack
string
T1181
domain
enterprise-attack
attack
string
T1181
is-subtechnique
false
attack
boolean
T1181
modified
2026-04-14 22:53:15.422000+00:00
attack
date
T1181
modified
2025-04-18 18:00:14.549000+00:00
attack
date
T1181
name
Extra Window Memory Injection
attack
string
T1181
name
Extra Window Memory Injection Mitigation
attack
string
T1181
platform
Windows
attack
string
T1181
rdf:type
Technique
attack
enum
{"version":"1.1","external_references":[{"url":"https://msdn.microsoft.com/library/windows/desktop/ms633574.aspx","source_name":"Microsoft Window Classes","description":"Microsoft. (n.d.). About Window Classes. Retrieved December 16, 2017."},{"url":"https://msdn.microsoft.com/library/windows/desktop/ms633584.aspx","sou...
T1181
rdf:type
Mitigation
attack
enum
{"version":"1.0","external_references":[{"url":"http://www.sans.org/reading-room/whitepapers/application/application-whitelisting-panacea-propaganda-33599","source_name":"Beechey 2010","description":"Beechey, J. (2010, December). Application Whitelisting: Panacea or Propaganda?. Retrieved November 18, 2014."},{"url":"h...
T1181
revoked
true
attack
boolean
T1181
revoked-by
T1055.011
attack
id
T1181
url
https://attack.mitre.org/techniques/T1181
attack
url
T1181
url
https://attack.mitre.org/mitigations/T1181
attack
url
T1182
belongs-to-tactic
TA0003
attack
id
T1182
belongs-to-tactic
TA0004
attack
id
T1182
created
2018-01-16 16:13:52.465000+00:00
attack
date
T1182
created
2018-10-17 00:14:20.652000+00:00
attack
date
T1182
deprecated
true
attack
boolean
T1182
description
Dynamic-link libraries (DLLs) that are specified in the AppCertDLLs Registry key under <code>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager</code> are loaded into every process that calls the ubiquitously used application programming interface (API) functions CreateProcess, CreateProcessAsUser, Cre...
attack
string
T1182
description
Identify and block potentially malicious software that may be executed through AppCert DLLs by using whitelisting (Citation: Beechey 2010) tools, like AppLocker, (Citation: Windows Commands JPCERT) (Citation: NSA MS AppLocker) that are capable of auditing and/or blocking unknown DLLs.
attack
string
T1182
domain
enterprise-attack
attack
string
T1182
domain
enterprise-attack
attack
string
T1182
is-subtechnique
false
attack
boolean
T1182
modified
2025-10-24 17:48:44.956000+00:00
attack
date
T1182
modified
2025-04-18 18:00:05.044000+00:00
attack
date
T1182
name
AppCert DLLs
attack
string
T1182
name
AppCert DLLs Mitigation
attack
string
T1182
platform
Windows
attack
string
T1182
rdf:type
Technique
attack
enum
{"version":"1.1","external_references":[{"url":"https://www.endgame.com/blog/technical-blog/ten-process-injection-techniques-technical-survey-common-and-trending-process","source_name":"Elastic Process Injection July 2017","description":"Hosseini, A. (2017, July 18). Ten Process Injection Techniques: A Technical Survey...
T1182
rdf:type
Mitigation
attack
enum
{"version":"1.0","external_references":[{"url":"http://www.sans.org/reading-room/whitepapers/application/application-whitelisting-panacea-propaganda-33599","source_name":"Beechey 2010","description":"Beechey, J. (2010, December). Application Whitelisting: Panacea or Propaganda?. Retrieved November 18, 2014."},{"url":"h...
T1182
revoked
true
attack
boolean
T1182
revoked-by
T1546.009
attack
id
T1182
url
https://attack.mitre.org/techniques/T1182
attack
url
T1182
url
https://attack.mitre.org/mitigations/T1182
attack
url
T1183
belongs-to-tactic
TA0004
attack
id
T1183
belongs-to-tactic
TA0003
attack
id
T1183
belongs-to-tactic
TA0005
attack
id
T1183
created
2018-01-16 16:13:52.465000+00:00
attack
date
T1183
created
2018-10-17 00:14:20.652000+00:00
attack
date
T1183
deprecated
true
attack
boolean
T1183
description
Image File Execution Options (IFEO) enable a developer to attach a debugger to an application. When a process is created, a debugger present in an application’s IFEO will be prepended to the application’s name, effectively launching the new process under the debugger (e.g., “C:\dbg\ntsd.exe -g notepad.exe”). (Citation...
attack
string
T1183
description
This type of attack technique cannot be easily mitigated with preventive controls since it is based on the abuse of operating system design features. For example, mitigating all IFEO will likely have unintended side effects, such as preventing legitimate software (i.e., security products) from operating properly. (Cita...
attack
string
T1183
domain
enterprise-attack
attack
string
T1183
domain
enterprise-attack
attack
string
T1183
is-subtechnique
false
attack
boolean
T1183
modified
2026-04-14 22:53:15.580000+00:00
attack
date
T1183
modified
2025-04-18 17:59:48.585000+00:00
attack
date
T1183
name
Image File Execution Options Injection
attack
string
T1183
name
Image File Execution Options Injection Mitigation
attack
string
T1183
platform
Windows
attack
string
T1183
rdf:type
Technique
attack
enum
{"version":"1.1","external_references":[{"url":"https://blogs.msdn.microsoft.com/mithuns/2010/03/24/image-file-execution-options-ifeo/","source_name":"Microsoft Dev Blog IFEO Mar 2010","description":"Shanbhag, M. (2010, March 24). Image File Execution Options (IFEO). Retrieved December 18, 2017."},{"url":"https://docs....
T1183
rdf:type
Mitigation
attack
enum
{"version":"1.0","external_references":[{"url":"https://answers.microsoft.com/windows/forum/windows_10-security/part-of-windows-10-or-really-malware/af715663-a34a-423c-850d-2a46f369a54c","source_name":"Microsoft IFEOorMalware July 2015","description":"Microsoft. (2015, July 30). Part of Windows 10 or really Malware?. R...
T1183
revoked
true
attack
boolean
T1183
revoked-by
T1546.012
attack
id
T1183
url
https://attack.mitre.org/techniques/T1183
attack
url
T1183
url
https://attack.mitre.org/mitigations/T1183
attack
url
T1184
belongs-to-tactic
TA0008
attack
id
T1184
created
2018-01-16 16:13:52.465000+00:00
attack
date
T1184
created
2018-10-17 00:14:20.652000+00:00
attack
date
T1184
deprecated
true
attack
boolean
T1184
description
Secure Shell (SSH) is a standard means of remote access on Linux and macOS systems. It allows a user to connect to another system via an encrypted tunnel, commonly authenticating through a password, certificate or the use of an asymmetric encryption key pair. In order to move laterally from a compromised host, adversa...
attack
string
T1184
description
Ensure SSH key pairs have strong passwords and refrain from using key-store technologies such as ssh-agent unless they are properly protected. Ensure that all private keys are stored securely in locations where only the legitimate owner has access to with strong passwords and are rotated frequently. Ensure proper file ...
attack
string
T1184
domain
enterprise-attack
attack
string