From 12cfd3e20765ffabed40a9327547a086ad240333 Mon Sep 17 00:00:00 2001 From: Mario Candela Date: Thu, 21 Mar 2024 19:20:14 +0100 Subject: [PATCH] Add beelzebub (#585) Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> Co-authored-by: nodiscc --- software/beelzebub.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 software/beelzebub.yml diff --git a/software/beelzebub.yml b/software/beelzebub.yml new file mode 100644 index 0000000000..448315ec90 --- /dev/null +++ b/software/beelzebub.yml @@ -0,0 +1,14 @@ +name: "beelzebub" +website_url: "https://beelzebub-honeypot.com/" +source_code_url: "https://github.com/mariocandela/beelzebub" +description: "Honeypot framework designed to provide a highly secure environment for detecting and analyzing cyber attacks." +licenses: + - MIT +platforms: + - Docker + - K8S + - Go +tags: + - Miscellaneous +depends_3rdparty: true +demo_url: "https://beelzebub-honeypot.com/docs/"