From cbabf3a3fe50dd43ddb71753b4bc023918dab250 Mon Sep 17 00:00:00 2001 From: Brian Carrier <carrier@sleuthkit.org> Date: Mon, 28 Aug 2023 21:21:19 -0400 Subject: [PATCH] update malware docs --- docs/doxygen-user/ct_malware_scanner.dox | 10 ++++++---- docs/doxygen-user/footer.html | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/doxygen-user/ct_malware_scanner.dox b/docs/doxygen-user/ct_malware_scanner.dox index 21d857e6f7..ea73f1dcba 100644 --- a/docs/doxygen-user/ct_malware_scanner.dox +++ b/docs/doxygen-user/ct_malware_scanner.dox @@ -13,17 +13,19 @@ For more information on what the module does or obtaining a license, refer to [C Configuration -======= +============== You will need to first get a paid or eval license from the above URL. The code will come in via email. Example license formats include: + * AUT-8ed86eb5-17fc-4b3a-9b75-ce638c11b070 * b826a555-951f-42ca-86ce-439a81106688 -Once you have a license, you must add it on the Options panel. Choose the 'Cyber Triage' tab and choose 'Add License'. +Once you have a license, you must add it on the Autopsy Options panel. +Choose the 'Cyber Triage' tab and choose 'Add License'. \image html malware-scanner-global-options-panel-no-license.png -After you enter the license number that you should have received from your email, you will then need to review and agree to the license terms. +After you enter the license number from your email, you will then need to review and agree to the license terms. The options panel should now display information about the lookup limits. You can always refer back to here about what your limits are and when they reset. @@ -38,7 +40,7 @@ Using the Module Ingest Settings ------ -For each data source, you select if you want files to be uploaded if they have not already been analyzed. By default, they are uploaded. You can choose to not upload them though. +For each data source, you select if you want files to be uploaded if they have not already been analyzed. By default, they are uploaded. You can choose to not upload them though. Refer to the main [website](https://cybertriage.com/autopsy-malware-module) for details on what happens when files are uploaded. \image html malware-scanner-ingest-panel.png diff --git a/docs/doxygen-user/footer.html b/docs/doxygen-user/footer.html index d648961fdc..cfedffe82c 100644 --- a/docs/doxygen-user/footer.html +++ b/docs/doxygen-user/footer.html @@ -1,5 +1,5 @@ <hr/> -<p><i>Copyright © 2012-2022 Basis Technology. Generated on $date<br/> +<p><i>Copyright © 2012-2023 BasisTech. Generated on $date<br/> This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-Share Alike 3.0 United States License</a>. </i></p> -- GitLab