From c7d4cdd255a4935b83c56ede2f9ef1d00fd5c28f Mon Sep 17 00:00:00 2001 From: David Itkin Date: Fri, 22 Nov 2024 14:29:45 -0500 Subject: [PATCH] trying to make it validate --- .../CustomTables/BloodHoundEnterprise.json | 121 ------------------ 1 file changed, 121 deletions(-) delete mode 100644 .script/tests/KqlvalidationsTests/CustomTables/BloodHoundEnterprise.json diff --git a/.script/tests/KqlvalidationsTests/CustomTables/BloodHoundEnterprise.json b/.script/tests/KqlvalidationsTests/CustomTables/BloodHoundEnterprise.json deleted file mode 100644 index dad1532b8eb..00000000000 --- a/.script/tests/KqlvalidationsTests/CustomTables/BloodHoundEnterprise.json +++ /dev/null @@ -1,121 +0,0 @@ -{ - "Name": "BloodHoundEnterprise", - "Properties": [ - { - "Name": "TimeGenerated", - "Type": "DateTime" - }, - { - "Name": "EventVendor", - "Type": "String" - }, - { - "Name": "EventProduct", - "Type": "String" - }, - { - "Name": "domain_sid", - "Type": "String" - }, - { - "Name": "exposure_index", - "Type": "Real" - }, - { - "Name": "tier_zero_count", - "Type": "Real" - }, - { - "Name": "critical_risk_count", - "Type": "Real" - }, - { - "Name": "domain_id", - "Type": "String" - }, - { - "Name": "non_tier_zero_principal", - "Type": "String" - }, - { - "Name": "tier_zero_principal", - "Type": "String" - }, - { - "Name": "group", - "Type": "String" - }, - { - "Name": "principal", - "Type": "String" - }, - { - "Name": "path_id", - "Type": "String" - }, - { - "Name": "user", - "Type": "String" - }, - { - "Name": "finding_id", - "Type": "String" - }, - { - "Name": "path_title", - "Type": "String" - }, - { - "Name": "path_type", - "Type": "String" - }, - { - "Name": "exposure", - "Type": "Real" - }, - { - "Name": "finding_count", - "Type": "Real" - }, - { - "Name": "principal_count", - "Type": "Real" - }, - { - "Name": "id", - "Type": "Real" - }, - { - "Name": "created_at", - "Type": "Datetime" - }, - { - "Name": "updated_at", - "Type": "Datetime" - }, - { - "Name": "deleted_at", - "Type": "Datetime" - }, - { - "Name": "deleted_at_v", - "Type": "Bool" - }, - { - "Name": "domain_impact_value", - "Type": "Real" - }, - { - "Name": "domain_name", - "Type": "String" - }, - { - "Name": "domain_type", - "Type": "String" - }, - { - "Name": "data_type", - "Type": "String" - } - ] -} \ No newline at end of file