From 59443bd27eb30366e968433e243aa941f0712c7a Mon Sep 17 00:00:00 2001 From: patel-bhavin Date: Mon, 17 Apr 2023 16:19:43 -0700 Subject: [PATCH] remove tests --- .../windows_dns_gather_network_info.test.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tests/endpoint/windows_dns_gather_network_info.test.yml diff --git a/tests/endpoint/windows_dns_gather_network_info.test.yml b/tests/endpoint/windows_dns_gather_network_info.test.yml deleted file mode 100644 index 55d4409048..0000000000 --- a/tests/endpoint/windows_dns_gather_network_info.test.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Windows DNS Gather Network Info Unit Test -tests: -- name: 'Windows DNS Gather Network Info ' - file: endpoint/windows_dns_gather_network_info.yml - pass_condition: '| stats count | where count > 0' - earliest_time: -24h - latest_time: now - attack_data: - - file_name: sysmon.log - data: https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1590.002/enum_dns_record/sysmon.log - source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational - sourcetype: xmlwineventlog - update_timestamp: true