From 05699b43bd4c98c32af7ca9cc405f25117472f6e Mon Sep 17 00:00:00 2001 From: Keith McCammon Date: Wed, 29 Jan 2020 10:30:46 -0700 Subject: [PATCH] Fix typo in test name (#811) * Fix typo * Generate docs from job=validate_atomics_generate_docs branch=fix-logger-typo Co-authored-by: Carrie Roberts --- atomics/T1087/T1087.md | 6 +++--- atomics/T1087/T1087.yaml | 4 ++-- atomics/index.md | 2 +- atomics/index.yaml | 4 ++-- atomics/linux-index.md | 2 +- atomics/macos-index.md | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/atomics/T1087/T1087.md b/atomics/T1087/T1087.md index 4ef8862e..470d30e8 100644 --- a/atomics/T1087/T1087.md +++ b/atomics/T1087/T1087.md @@ -34,7 +34,7 @@ The Get-GlobalAddressList PowerShell cmdlet can be used to obtain e - [Atomic Test #4 - List opened files by user](#atomic-test-4---list-opened-files-by-user) -- [Atomic Test #5 - Show if a user account has ever logger in remotely](#atomic-test-5---show-if-a-user-account-has-ever-logger-in-remotely) +- [Atomic Test #5 - Show if a user account has ever logged in remotely](#atomic-test-5---show-if-a-user-account-has-ever-logged-in-remotely) - [Atomic Test #6 - Enumerate users and groups](#atomic-test-6---enumerate-users-and-groups) @@ -146,8 +146,8 @@ username=$(echo $HOME | awk -F'/' '{print $3}') && lsof -u $username

-## Atomic Test #5 - Show if a user account has ever logger in remotely -Show if a user account has ever logger in remotely +## Atomic Test #5 - Show if a user account has ever logged in remotely +Show if a user account has ever logged in remotely **Supported Platforms:** Linux, macOS diff --git a/atomics/T1087/T1087.yaml b/atomics/T1087/T1087.yaml index ed722f1a..066d63b5 100644 --- a/atomics/T1087/T1087.yaml +++ b/atomics/T1087/T1087.yaml @@ -62,9 +62,9 @@ atomic_tests: command: | username=$(echo $HOME | awk -F'/' '{print $3}') && lsof -u $username -- name: Show if a user account has ever logger in remotely +- name: Show if a user account has ever logged in remotely description: | - Show if a user account has ever logger in remotely + Show if a user account has ever logged in remotely supported_platforms: - linux - macos diff --git a/atomics/index.md b/atomics/index.md index d8d30585..2d7b23a3 100644 --- a/atomics/index.md +++ b/atomics/index.md @@ -544,7 +544,7 @@ - Atomic Test #2: View sudoers access [linux, macos] - Atomic Test #3: View accounts with UID 0 [linux, macos] - Atomic Test #4: List opened files by user [linux, macos] - - Atomic Test #5: Show if a user account has ever logger in remotely [linux, macos] + - Atomic Test #5: Show if a user account has ever logged in remotely [linux, macos] - Atomic Test #6: Enumerate users and groups [linux, macos] - Atomic Test #7: Enumerate users and groups [macos] - Atomic Test #8: Enumerate all accounts [windows] diff --git a/atomics/index.yaml b/atomics/index.yaml index aeb01d61..6df8f369 100644 --- a/atomics/index.yaml +++ b/atomics/index.yaml @@ -16621,8 +16621,8 @@ discovery: command: 'username=$(echo $HOME | awk -F''/'' ''{print $3}'') && lsof -u $username ' - - name: Show if a user account has ever logger in remotely - description: 'Show if a user account has ever logger in remotely + - name: Show if a user account has ever logged in remotely + description: 'Show if a user account has ever logged in remotely ' supported_platforms: diff --git a/atomics/linux-index.md b/atomics/linux-index.md index ccefd1b6..3782f303 100644 --- a/atomics/linux-index.md +++ b/atomics/linux-index.md @@ -68,7 +68,7 @@ - Atomic Test #2: View sudoers access [linux, macos] - Atomic Test #3: View accounts with UID 0 [linux, macos] - Atomic Test #4: List opened files by user [linux, macos] - - Atomic Test #5: Show if a user account has ever logger in remotely [linux, macos] + - Atomic Test #5: Show if a user account has ever logged in remotely [linux, macos] - Atomic Test #6: Enumerate users and groups [linux, macos] - [T1217 Browser Bookmark Discovery](./T1217/T1217.md) - Atomic Test #1: List Mozilla Firefox Bookmark Database Files on Linux [linux] diff --git a/atomics/macos-index.md b/atomics/macos-index.md index 5a88d69c..ff33260b 100644 --- a/atomics/macos-index.md +++ b/atomics/macos-index.md @@ -81,7 +81,7 @@ - Atomic Test #2: View sudoers access [linux, macos] - Atomic Test #3: View accounts with UID 0 [linux, macos] - Atomic Test #4: List opened files by user [linux, macos] - - Atomic Test #5: Show if a user account has ever logger in remotely [linux, macos] + - Atomic Test #5: Show if a user account has ever logged in remotely [linux, macos] - Atomic Test #6: Enumerate users and groups [linux, macos] - Atomic Test #7: Enumerate users and groups [macos] - [T1010 Application Window Discovery](./T1010/T1010.md)