From 29824b76d5c3762817994ab2109e1d754985e781 Mon Sep 17 00:00:00 2001 From: Arun Date: Thu, 28 Oct 2021 19:24:28 +0530 Subject: [PATCH] T1124 - Get system date time in macOS using shell --- atomics/T1124/T1124.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/atomics/T1124/T1124.yaml b/atomics/T1124/T1124.yaml index c3f47439..f35d87b0 100644 --- a/atomics/T1124/T1124.yaml +++ b/atomics/T1124/T1124.yaml @@ -27,3 +27,13 @@ atomic_tests: command: | Get-Date name: powershell +- name: System Time Discovery in macOS + auto_generate_guid: + description: | + Identify system time. Upon execution, the local computer system time and timezone will be displayed. + supported_platforms: + - macos + executor: + command: | + date + name: sh