mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
ClamAV for malware lab
This commit is contained in:
1
modules/utilities/unix/audit_tools/clamav/clamav.pp
Normal file
1
modules/utilities/unix/audit_tools/clamav/clamav.pp
Normal file
@@ -0,0 +1 @@
|
||||
include clamav::install
|
||||
@@ -0,0 +1,3 @@
|
||||
class clamav::install {
|
||||
ensure_packages(['clamav', 'clamtk', 'clamav-freshclam'])
|
||||
}
|
||||
@@ -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>
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user