From b83ffcf37ccce0c3b7966cf1df5a1ad98de6c829 Mon Sep 17 00:00:00 2001 From: Leo Verlod <96517806+Leomon5@users.noreply.github.com> Date: Wed, 5 Jan 2022 15:38:55 -0600 Subject: [PATCH] Updating T1217 Test 4 to include Opera (#1708) Upon attempting to develop an atomic for Opera bookmark discovery and testing T1217 Test 4, found that this test also detects Opera bookmarks in addition to Chrome's. Modifying name/description of this test to outline that it finds Opera bookmarks too. Co-authored-by: Carrie Roberts --- atomics/T1217/T1217.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atomics/T1217/T1217.yaml b/atomics/T1217/T1217.yaml index 77b5b59f..6f96cceb 100644 --- a/atomics/T1217/T1217.yaml +++ b/atomics/T1217/T1217.yaml @@ -55,10 +55,10 @@ atomic_tests: cleanup_command: | rm -f #{output_file} 2>/dev/null name: sh -- name: List Google Chrome Bookmarks on Windows with powershell +- name: List Google Chrome / Opera Bookmarks on Windows with powershell auto_generated_guid: faab755e-4299-48ec-8202-fc7885eb6545 description: | - Searches for Google Chromes's Bookmarks file (on Windows distributions) that contains bookmarks. + Searches for Google Chrome's and Opera's Bookmarks file (on Windows distributions) that contains bookmarks. Upon execution, paths that contain bookmark files will be displayed. supported_platforms: - windows