From 5a2fa26d72f6d6faf69cee08c70c9bd579261aa1 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Tue, 23 Feb 2021 13:47:52 -0500 Subject: [PATCH] Add ET OPEN/PRO URLs --- setup/so-preflight | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/so-preflight b/setup/so-preflight index 05ff75826..69435446a 100644 --- a/setup/so-preflight +++ b/setup/so-preflight @@ -80,6 +80,8 @@ check_misc_urls() { "https://github.com/Neo23x0/signature-base" "https://sigs.securityonion.net/$so_version/securityonion-$so_version.iso.sig" "https://ghcr.io/" + "https://rules.emergingthreats.net/open/" + "https://rules.emergingthreatspro.com/" ) __check_url_arr "${url_arr[@]}"