ClamAV for malware lab

This commit is contained in:
Z. Cliffe Schreuders
2023-07-18 20:34:42 +01:00
parent 9941b24451
commit 06f1a12669
4 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1 @@
include clamav::install

View File

@@ -0,0 +1,3 @@
class clamav::install {
ensure_packages(['clamav', 'clamtk', 'clamav-freshclam'])
}

View File

@@ -0,0 +1,11 @@
<?xml version="1.0"?>
<utility xmlns="http://www.github/cliffe/SecGen/utility"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.github/cliffe/SecGen/utility">
<name>ClamAV</name>
<author>Z. Cliffe Schreuders</author>
<module_license>MIT</module_license>
<description>ClamAV is an open-source antivirus engine for detecting and removing malware on Linux systems. It provides command-line scanner tools and a daemon for automatic signature updates.</description>
<type>linux_antivirus</type>
<platform>linux</platform>
</utility>

View File

@@ -111,6 +111,8 @@ Chapter 19 "Malicious Logic": Bishop, M. (2005), Introduction to Computer Securi
<utility module_path=".*/handy_cli_tools"/>
<service module_path=".*/apache"/>
<utility module_path=".*/nmap"/>
<utility module_path=".*/clamav"/>
<network type="private_network" >
<input into="IP_address">