Anti-Forensics
Clear Browser Artifacts
Clear Command History
Clear Operating System Logs
Delete User Account
Disk Wiping
File Deletion
File Encryption
Hide Artifacts
Log Tampering
Modify Windows Registry
Physical Destruction of Storage Media
Physical Removal of Disk Storage
Steganography
System Shutdown
Timestomping
Tripwires
Uninstalling Software
Use of a Virtual Machine
- ID: AF013
- Created: 25th May 2024
- Updated: 14th June 2024
- Platforms: Windows, Linux, MacOS
- Contributor: The ITM Team
Delete User Account
A subject may delete user accounts to obscure their activities and delete all files associated with that user.
Subsections
ID | Name | Description |
---|---|---|
AF013.003 | Delete Local Linux User | A subject may delete user accounts to obscure their activities and delete files and information associated with that user. |
AF013.004 | Delete Local Mac User | A subject may delete user accounts to obscure their activities and delete files and information associated with that user. |
AF013.001 | Delete Local Windows User | A subject may delete user accounts to obscure their activities and delete files and information associated with that user. |
AF013.002 | Delete Windows Active Directory User | A subject may delete user accounts to obscure their activities and delete files and information associated with that user. |
Prevention
ID | Name | Description |
---|---|---|
PV002 | Restrict Access to Administrative Privileges | The Principle of Least Privilege should be enforced, and period reviews of permissions conducted to ensure that accounts have the minimum level of access required to complete duties as per their role. |
Detection
ID | Name | Description |
---|---|---|
DT046 | Agent Capable of Endpoint Detection and Response | An agent capable of Endpoint Detection and Response (EDR) is a software agent installed on organization endpoints (such as laptops and servers) that (at a minimum) records the Operating System, application, and network activity on an endpoint.
Typically EDR operates in an agent/server model, where agents automatically send logs to a server, where the server correlates those logs based on a rule set. This rule set is then used to surface potential security-related events, that can then be analyzed.
An EDR agent typically also has some form of remote shell capability, where a user of the EDR platform can gain a remote shell session on a target endpoint, for incident response purposes. An EDR agent will typically have the ability to remotely isolate an endpoint, where all network activity is blocked on the target endpoint (other than the network activity required for the EDR platform to operate). |
DT056 | User Account Deleted, Windows Event Log | Additional configuration may be required for these Event logs to be generated. Within the Security log, Event ID 4726 (A user account was deleted) and Event ID 4743 (Computer account was successfully deleted) can be used to identify account deletion. These two Event logs contain the account domain, name, and SID of both the account requesting the deletion, and the target account to be deleted. |