2.8 KiB
T1124 - System Time Discovery
Description from ATT&CK
An adversary may gather the system time and/or time zone from a local or remote system. The system time is set and stored by the Windows Time Service within a domain to maintain time synchronization between systems and services in an enterprise network. (Citation: MSDN System Time) (Citation: Technet Windows Time Service)System time information may be gathered in a number of ways, such as with Net on Windows by performing
net time \hostnameto gather the system time on a remote system. The victim's time zone may also be inferred from the current system time or gathered by usingw32tm /tz. (Citation: Technet Windows Time Service)This information could be useful for performing other techniques, such as executing a file with a Scheduled Task/Job (Citation: RSA EU12 They're Inside), or to discover locality information based on time zone to assist in victim targeting (i.e. System Location Discovery). Adversaries may also use knowledge of system time as part of a time bomb, or delaying execution until a specified date/time.(Citation: AnyRun TimeBomb)
Atomic Tests
Atomic Test #1 - System Time Discovery
Identify the system time. Upon execution, the local computer system time and timezone will be displayed.
Supported Platforms: Windows
auto_generated_guid: 20aba24b-e61f-4b26-b4ce-4784f763ca20
Inputs:
| Name | Description | Type | Default Value |
|---|---|---|---|
| computer_name | computer name to query | String | localhost |
Attack Commands: Run with command_prompt!
net time \\#{computer_name}
w32tm /tz
Atomic Test #2 - System Time Discovery - PowerShell
Identify the system time via PowerShell. Upon execution, the system time will be displayed.
Supported Platforms: Windows
auto_generated_guid: 1d5711d6-655c-4a47-ae9c-6503c74fa877
Attack Commands: Run with powershell!
Get-Date
Atomic Test #3 - System Time Discovery in macOS
Identify system time. Upon execution, the local computer system time and timezone will be displayed.
Supported Platforms: macOS
auto_generated_guid: f449c933-0891-407f-821e-7916a21a1a6f
Attack Commands: Run with sh!
date