2018-05-25 08:15:00 -04:00
|
|
|
attack_technique: T1124
|
|
|
|
|
display_name: System Time Discovery
|
|
|
|
|
atomic_tests:
|
|
|
|
|
- name: System Time Discovery
|
2020-05-15 17:19:25 +00:00
|
|
|
auto_generated_guid: 20aba24b-e61f-4b26-b4ce-4784f763ca20
|
2018-05-25 08:15:00 -04:00
|
|
|
description: |
|
2020-03-31 17:23:05 -07:00
|
|
|
Identify the system time. Upon execution, the local computer system time and timezone will be displayed.
|
2018-05-25 08:15:00 -04:00
|
|
|
supported_platforms:
|
2020-06-17 12:55:46 -06:00
|
|
|
- windows
|
2018-05-25 08:15:00 -04:00
|
|
|
input_arguments:
|
2018-05-27 15:42:23 +01:00
|
|
|
computer_name:
|
2018-05-25 08:15:00 -04:00
|
|
|
description: computer name to query
|
2021-09-03 19:20:46 -05:00
|
|
|
type: String
|
2019-12-02 10:54:21 -06:00
|
|
|
default: localhost
|
2018-05-25 08:15:00 -04:00
|
|
|
executor:
|
|
|
|
|
command: |
|
2018-08-31 07:59:05 -04:00
|
|
|
net time \\#{computer_name}
|
2018-05-25 08:15:00 -04:00
|
|
|
w32tm /tz
|
2020-06-17 12:55:46 -06:00
|
|
|
name: command_prompt
|
2018-05-25 08:15:00 -04:00
|
|
|
- name: System Time Discovery - PowerShell
|
2020-05-15 17:19:25 +00:00
|
|
|
auto_generated_guid: 1d5711d6-655c-4a47-ae9c-6503c74fa877
|
2018-05-25 08:15:00 -04:00
|
|
|
description: |
|
2020-03-31 17:23:05 -07:00
|
|
|
Identify the system time via PowerShell. Upon execution, the system time will be displayed.
|
2018-05-25 08:15:00 -04:00
|
|
|
supported_platforms:
|
2020-06-17 12:55:46 -06:00
|
|
|
- windows
|
2018-05-25 08:15:00 -04:00
|
|
|
executor:
|
|
|
|
|
command: |
|
2018-09-05 11:35:24 -04:00
|
|
|
Get-Date
|
2020-06-17 12:55:46 -06:00
|
|
|
name: powershell
|
2021-10-28 19:24:28 +05:30
|
|
|
- name: System Time Discovery in macOS
|
2021-11-15 16:55:00 +00:00
|
|
|
auto_generated_guid: f449c933-0891-407f-821e-7916a21a1a6f
|
2021-10-28 19:24:28 +05:30
|
|
|
description: |
|
|
|
|
|
Identify system time. Upon execution, the local computer system time and timezone will be displayed.
|
|
|
|
|
supported_platforms:
|
|
|
|
|
- macos
|
|
|
|
|
executor:
|
|
|
|
|
command: |
|
|
|
|
|
date
|
|
|
|
|
name: sh
|