From e970d3152bfc0c86a3ff575d8e6f1dad1daea023 Mon Sep 17 00:00:00 2001 From: G-r-ay Date: Thu, 8 May 2025 19:13:06 +0100 Subject: [PATCH 1/2] mitre bool removal and usage spelling fix --- docs/snowCMD.md | 5 +---- docs/{snowUseage.md => snowUsage.md} | 0 docs/snowflake.md | 4 +--- sidebars.js | 2 +- 4 files changed, 3 insertions(+), 8 deletions(-) rename docs/{snowUseage.md => snowUsage.md} (100%) diff --git a/docs/snowCMD.md b/docs/snowCMD.md index 1a4e9d4..d1f14b5 100644 --- a/docs/snowCMD.md +++ b/docs/snowCMD.md @@ -26,12 +26,9 @@ CALL INFRA_CONTROLS.CREATE_RESOURCES(); #### Run Static Inference ```sql -CALL STATIC_DETECTION.ANOMALY_DETECTION(TRUE); +CALL STATIC_DETECTION.ANOMALY_DETECTION(); ``` -**Parameters**: -- `True/False`: Specifies whether to include optional MITRE tactic mappings in the classified anomalies. Set to TRUE to include the mappings, or FALSE to exclude them. - **Purpose**: This parameter toggles whether MITRE strategy mappings are added to the identified anomalies during the inference phase or if only the anomaly detection task runs. ## Using Your Own Data with Snowflake Worksheets diff --git a/docs/snowUseage.md b/docs/snowUsage.md similarity index 100% rename from docs/snowUseage.md rename to docs/snowUsage.md diff --git a/docs/snowflake.md b/docs/snowflake.md index b310248..5c3a2de 100644 --- a/docs/snowflake.md +++ b/docs/snowflake.md @@ -60,11 +60,9 @@ It is recommended that you run this command before running the sheet as a whole. ### Run Static Inference ```sql -CALL STATIC_DETECTION.ANOMALY_DETECTION(boolean); +CALL STATIC_DETECTION.ANOMALY_DETECTION(); ``` -**Parameters:** -- `True or False`: Specifies whether to include optional MITRE tactic mappings in the classified anomalies. Set to TRUE to include the mappings, or False to exclude them. #### Purpose: This parameter toggles whether MITRE strategy mappings are added to the identified anomalies during the inference phase or if only the anomaly detection task runs. diff --git a/sidebars.js b/sidebars.js index a9e74d0..1ab9323 100644 --- a/sidebars.js +++ b/sidebars.js @@ -29,7 +29,7 @@ const sidebars = { label: 'Snowflake', items: [ 'snowUI', - 'snowUseage', + 'snowUsage', { type: 'category', label: 'Worksheets', From 42473e638178a37ca5f46e0926bb09f9489d9062 Mon Sep 17 00:00:00 2001 From: G-r-ay Date: Thu, 8 May 2025 19:21:05 +0100 Subject: [PATCH 2/2] mitre bool removal and usage spelling fix 2 --- docs/snow_commandRef.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/snow_commandRef.md b/docs/snow_commandRef.md index db53f16..b25f274 100644 --- a/docs/snow_commandRef.md +++ b/docs/snow_commandRef.md @@ -13,11 +13,9 @@ Required Permissions: Warehouse, compute pool, and task management access ### Run Inference ```sql -CALL STATIC_DETECTION.ANOMALY_DETECTION(boolean); +CALL STATIC_DETECTION.ANOMALY_DETECTION(); ``` -Parameters: -- `True or False`: Specifies whether to include optional MITRE tactic mappings in the classified anomalies. Set to TRUE to include the mappings, or False to exclude them. -Purpose: Executes inference on specified service data +Purpose: Executes anomaly detection on specified service data #### Viewing Classification Results