ID | Name |
---|---|
T1070.001 | Clear Windows Event Logs |
T1070.002 | Clear Linux or Mac System Logs |
T1070.003 | Clear Command History |
T1070.004 | File Deletion |
T1070.005 | Network Share Connection Removal |
T1070.006 | Timestomp |
Adversaries may remove share connections that are no longer useful in order to clean up traces of their operation. Windows shared drive and SMB/Windows Admin Shares connections can be removed when no longer needed. Net is an example utility that can be used to remove network share connections with the net use \system\share /delete
command. [1]
ID | Name | Description |
---|---|---|
S0260 | InvisiMole |
InvisiMole can disconnect previously connected remote drives.[2] |
S0039 | Net |
The |
S0400 | RobbinHood |
RobbinHood disconnects all network shares from the computer with the command |
G0027 | Threat Group-3390 |
Threat Group-3390 has detached network shares after exfiltrating files, likely to evade detection.[4] |
This type of attack technique cannot be easily mitigated with preventive controls since it is based on the abuse of system features.
ID | Data Source | Data Component |
---|---|---|
DS0017 | Command | Command Execution |
DS0029 | Network Traffic | Network Traffic Content |
DS0009 | Process | Process Creation |
DS0002 | User Account | User Account Authentication |
Network share connections may be common depending on how an network environment is used. Monitor command-line invocation of net use
commands associated with establishing and removing remote shares over SMB, including following best practices for detection of Windows Admin Shares. SMB traffic between systems may also be captured and decoded to look for related network share session and file transfer activity. Windows authentication logs are also useful in determining when authenticated network shares are established and by which account, and can be used to correlate network share activity to other events to investigate potentially malicious activity.