From c2e361dc303f54368c91ec8557fd5fb16ad3d61c Mon Sep 17 00:00:00 2001 From: odidev Date: Wed, 31 Jan 2024 10:09:23 +0000 Subject: [PATCH] Add snort file Signed-off-by: odidev --- content/sw_database/snort.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 content/sw_database/snort.md diff --git a/content/sw_database/snort.md b/content/sw_database/snort.md new file mode 100644 index 00000000..de9ab864 --- /dev/null +++ b/content/sw_database/snort.md @@ -0,0 +1,28 @@ +--- +name: Snort +category: Networking +description: Snort is an open-source and lightweight network intrusion detection system (NIDS) software for Linux and Windows to detect emerging threats. +download_url: https://www.snort.org/downloads# +works_on_arm: true +supported_minimum_version: + version_number: 2.9.15.1 + release_date: 6/1/2020 + + +optional_info: + homepage_url: https://www.snort.org/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: https://github.com/ArmDeveloperEcosystem/arm-learning-paths/blob/main/content/learning-paths/servers-and-cloud-computing/vectorscan/snort.md + partner_content: + official_docs: https://docs.snort.org/start/ + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Although snort2 is no longer supported, the minimum version installed through apt-get is 2.9.15. +---