From cabfeaa52ee261bc78ae27fadac0b02c2fb9f3b3 Mon Sep 17 00:00:00 2001 From: sp Date: Fri, 10 Dec 2021 15:44:07 +0200 Subject: [PATCH] rm conflict file --- .../CustomTables/CiscoSecureEndpoint_CL.json | 185 ------------------ 1 file changed, 185 deletions(-) delete mode 100644 .script/tests/KqlvalidationsTests/CustomTables/CiscoSecureEndpoint_CL.json diff --git a/.script/tests/KqlvalidationsTests/CustomTables/CiscoSecureEndpoint_CL.json b/.script/tests/KqlvalidationsTests/CustomTables/CiscoSecureEndpoint_CL.json deleted file mode 100644 index f380f9940a..0000000000 --- a/.script/tests/KqlvalidationsTests/CustomTables/CiscoSecureEndpoint_CL.json +++ /dev/null @@ -1,185 +0,0 @@ -{ - "Name": "CiscoSecureEndpoint_CL", - "Properties": [ - { - "Name": "id_d", - "Type": "Double" - }, - { - "Name": "timestamp_d", - "Type": "Double" - }, - { - "Name": "timestamp_nanoseconds_d", - "Type": "Double" - }, - { - "Name": "date_t", - "Type": "DateTime" - }, - { - "Name": "event_type_id_d", - "Type": "Double" - }, - { - "Name": "event_type_s", - "Type": "String" - }, - { - "Name": "detection_s", - "Type": "String" - }, - { - "Name": "detection_id_s", - "Type": "String" - }, - { - "Name": "connector_guid_g", - "Type": "String" - }, - { - "Name": "group_guids_s", - "Type": "String" - }, - { - "Name": "severity_s", - "Type": "String" - }, - { - "Name": "computer_connector_guid_g", - "Type": "String" - }, - { - "Name": "computer_external_ip_s", - "Type": "String" - }, - { - "Name": "computer_user_s", - "Type": "String" - }, - { - "Name": "computer_active_b", - "Type": "Boolean" - }, - { - "Name": "computer_network_addresses_s", - "Type": "String" - }, - { - "Name": "computer_links_computer_s", - "Type": "String" - }, - { - "Name": "computer_links_trajectory_s", - "Type": "String" - }, - { - "Name": "computer_links_group_s", - "Type": "String" - }, - { - "Name": "file_disposition_s", - "Type": "String" - }, - { - "Name": "file_file_name_s", - "Type": "String" - }, - { - "Name": "file_file_path_s", - "Type": "String" - }, - { - "Name": "file_identity_sha256_s", - "Type": "String" - }, - { - "Name": "file_identity_sha1_s", - "Type": "String" - }, - { - "Name": "file_identity_md5_g", - "Type": "String" - }, - { - "Name": "file_parent_process_id_d", - "Type": "Double" - }, - { - "Name": "file_parent_disposition_s", - "Type": "String" - }, - { - "Name": "file_parent_file_name_s", - "Type": "String" - }, - { - "Name": "file_parent_identity_sha256_s", - "Type": "String" - }, - { - "Name": "file_parent_identity_sha1_s", - "Type": "String" - }, - { - "Name": "file_parent_identity_md5_g", - "Type": "String" - }, - { - "Name": "event_s", - "Type": "String" - }, - { - "Name": "audit_log_type_s", - "Type": "String" - }, - { - "Name": "audit_log_id_g", - "Type": "String" - }, - { - "Name": "audit_log_user_s", - "Type": "String" - }, - { - "Name": "created_at_t", - "Type": "DateTime" - }, - { - "Name": "new_attributes_policy_id_d", - "Type": "Double" - }, - { - "Name": "new_attributes_product_version_id_d", - "Type": "Double" - }, - { - "Name": "audit_log_id_s", - "Type": "String" - }, - { - "Name": "new_attributes_name_s", - "Type": "String" - }, - { - "Name": "new_attributes_desc_s", - "Type": "String" - }, - { - "Name": "new_attributes_hostname_s", - "Type": "String" - }, - { - "Name": "new_attributes_ip_external_s", - "Type": "String" - }, - { - "Name": "new_attributes_group_id_d", - "Type": "Double" - }, - { - "Name": "new_attributes_operating_system_id_d", - "Type": "Double" - } - ] -} \ No newline at end of file