From 040dcf3a53102cb58f3da0565297bc25983ed04f Mon Sep 17 00:00:00 2001 From: Nasreddine Bencherchali <8741929+nasbench@users.noreply.github.com> Date: Thu, 8 Aug 2024 19:27:41 +0200 Subject: [PATCH] update release date --- appendix/sigma-modifiers-appendix.md | 4 ++-- appendix/sigma-tags-appendix.md | 4 ++-- appendix/sigma-taxonomy-appendix.md | 4 ++-- json-schema/sigma-correlation-rules-schema.json | 2 +- json-schema/sigma-detection-rule-schema.json | 2 +- json-schema/sigma-filters-schema.json | 2 +- specification/sigma-correlation-rules-specification.md | 4 ++-- specification/sigma-filters-specification.md | 4 ++-- specification/sigma-rules-specification.md | 4 ++-- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/appendix/sigma-modifiers-appendix.md b/appendix/sigma-modifiers-appendix.md index 8bf7afa..9d009ec 100644 --- a/appendix/sigma-modifiers-appendix.md +++ b/appendix/sigma-modifiers-appendix.md @@ -3,7 +3,7 @@ The following document defines the standardized modifiers that can be used in Sigma. * Version 2.0.0 -* Release date 2024-08-12 +* Release date 2024-08-08 ## Summary - [Summary](#summary) @@ -78,7 +78,7 @@ The following document defines the standardized modifiers that can be used in Si ## History -* 2024-08-12 Modifiers Appendix v2.0.0 +* 2024-08-08 Modifiers Appendix v2.0.0 * 2023-05-27 Modifiers Appendix v1.0.4 * Update from PySigma 0.7.6 * Add `fieldref` diff --git a/appendix/sigma-tags-appendix.md b/appendix/sigma-tags-appendix.md index 776f8fa..3f476b9 100644 --- a/appendix/sigma-tags-appendix.md +++ b/appendix/sigma-tags-appendix.md @@ -3,7 +3,7 @@ The following document defines the standardized tags that can be used to categorize the different Sigma rules. * Version 2.0.0 -* Release date 2024-08-12 +* Release date 2024-08-08 ## Summary @@ -99,7 +99,7 @@ The following tags are currently supported: ## History -* 2024-08-12 Tags Appendix v2.0.0 +* 2024-08-08 Tags Appendix v2.0.0 * 2023-11-23 Tags Appendix v1.2.0 * Add Summiting the Pyramid * 2023-06-20 Tags Appendix v1.1.0 diff --git a/appendix/sigma-taxonomy-appendix.md b/appendix/sigma-taxonomy-appendix.md index 6c1fb30..e47a28b 100644 --- a/appendix/sigma-taxonomy-appendix.md +++ b/appendix/sigma-taxonomy-appendix.md @@ -3,7 +3,7 @@ The following document defines the field names and log sources that are allowed to be used in SIGMA rules that are shared on the official SigmaHQ repository. * Version 2.0.0 -* Release date 2024-08-12 +* Release date 2024-08-08 ## Summary @@ -323,7 +323,7 @@ You can find all possible field values in the [Sysmon Community Guide](https://g ## History -* 2024-08-12 Taxonomy Appendix v v2.0.0 +* 2024-08-08 Taxonomy Appendix v v2.0.0 * Fix the following windows services: * Change `ldap_debug` to `ldap` * Add new windows services: diff --git a/json-schema/sigma-correlation-rules-schema.json b/json-schema/sigma-correlation-rules-schema.json index e694314..04ca96a 100644 --- a/json-schema/sigma-correlation-rules-schema.json +++ b/json-schema/sigma-correlation-rules-schema.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "title": "Sigma Meta rule specification V2.0.0 (2024-08-12)", + "title": "Sigma Meta rule specification V2.0.0 (2024-08-08)", "type": "object", "required": [ "title", diff --git a/json-schema/sigma-detection-rule-schema.json b/json-schema/sigma-detection-rule-schema.json index 22bcdb0..49dccd1 100644 --- a/json-schema/sigma-detection-rule-schema.json +++ b/json-schema/sigma-detection-rule-schema.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema#", - "title": "Sigma rule specification V2.0.0 (2024-08-12)", + "title": "Sigma rule specification V2.0.0 (2024-08-08)", "type": "object", "required": ["title", "logsource", "detection"], "properties": { diff --git a/json-schema/sigma-filters-schema.json b/json-schema/sigma-filters-schema.json index 63084be..6726169 100644 --- a/json-schema/sigma-filters-schema.json +++ b/json-schema/sigma-filters-schema.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema#", - "title": "Sigma Global Filter specification V2.0.0 (2024-08-12)", + "title": "Sigma Global Filter specification V2.0.0 (2024-08-08)", "type": "object", "required": [ "title", diff --git a/specification/sigma-correlation-rules-specification.md b/specification/sigma-correlation-rules-specification.md index c5296e7..e9a050b 100644 --- a/specification/sigma-correlation-rules-specification.md +++ b/specification/sigma-correlation-rules-specification.md @@ -3,7 +3,7 @@ The following document defines the standardized correlation that can be used in Sigma rules. * Version 2.0.0 -* Release date 2024-08-12 +* Release date 2024-08-08 - [Introduction](#introduction) - [Compatibility](#compatibility) @@ -559,4 +559,4 @@ detection: # History -* 2024-08-12 Specification v2.0.0 +* 2024-08-08 Specification v2.0.0 diff --git a/specification/sigma-filters-specification.md b/specification/sigma-filters-specification.md index d07a7c9..67607a8 100644 --- a/specification/sigma-filters-specification.md +++ b/specification/sigma-filters-specification.md @@ -3,7 +3,7 @@ The following document defines the standardized global filter that can be used with Sigma rules. * Version 2.0.0 -* Release date 2024-08-12 +* Release date 2024-08-08 - [Introduction](#introduction) - [Global filter](#global-filter) @@ -174,4 +174,4 @@ filter: # History -* 2024-08-12 Specification v2.0.0 +* 2024-08-08 Specification v2.0.0 diff --git a/specification/sigma-rules-specification.md b/specification/sigma-rules-specification.md index cd74a9b..9fdd255 100644 --- a/specification/sigma-rules-specification.md +++ b/specification/sigma-rules-specification.md @@ -1,7 +1,7 @@ # Sigma Rules Specification - Version 2.0.0 -- Release date 2024-08-12 +- Release date 2024-08-08 # Summary @@ -734,6 +734,6 @@ Check out the [Sigma Filters Specification](/specification/sigma-filters-specifi # History -* 2024-08-12 Specification v2.0.0 +* 2024-08-08 Specification v2.0.0 * 2023-06-29 Specification v1.0.4 * 2022-12-28 Specification v1.0.3