From e0993cdd66d043492296fb18a7e1fd11ff73fabd Mon Sep 17 00:00:00 2001 From: squioc <280824+squioc@users.noreply.github.com> Date: Thu, 6 Feb 2025 12:57:49 +0000 Subject: [PATCH] Refresh automation library documentation --- _shared_content/automate/library/triage.md | 3 ++- mkdocs.yml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_shared_content/automate/library/triage.md b/_shared_content/automate/library/triage.md index 5271f59133..f30bb0fdc9 100644 --- a/_shared_content/automate/library/triage.md +++ b/_shared_content/automate/library/triage.md @@ -28,6 +28,7 @@ Get Triage configs | `frequency` | `integer` | Frequency at which the script collects IOCs | | `malware_list` | `array` | List of malware family | | `exclude_signed` | `boolean` | Do not retrieve report with signed binary | +| `exclude_suspicious_analysis` | `boolean` | Do not retrieve report with only one behavioral or with a score gap between two dynamic analysis | **Outputs** @@ -60,4 +61,4 @@ Triage raw results to observables ## Extra -Module **`Triage` v1.37.0** \ No newline at end of file +Module **`Triage` v1.39.0** \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 4ee134b972..e30017abfe 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -278,6 +278,7 @@ nav: - Shodan: tip/features/automate/library/shodan.md - Tranco: tip/features/automate/library/tranco.md - Triage: tip/features/automate/library/triage.md + - Triage: tip/features/automate/library/triage.md - VirusTotal: tip/features/automate/library/virustotal.md - Whois: tip/features/automate/library/whois.md - Develop: @@ -551,6 +552,7 @@ nav: - Shodan: integration/action_library/shodan.md - Tranco: integration/action_library/tranco.md - Triage: integration/action_library/triage.md + - Triage: integration/action_library/triage.md - VirusTotal: integration/action_library/virustotal.md - Whois: integration/action_library/whois.md - How to develop a new Integration: