Skip to content

Device-Security-Audit is a Python-based security audit tool that helps assess and enhance the security of your systems. It includes checks for Docker container vulnerabilities, rootkit detection, network traffic monitoring, and cloud and Kubernetes security. With customizable options and parallel task execution, it's simply the best.

License

Notifications You must be signed in to change notification settings

n03stalg1a/Device-Security-Audit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Device Security Audit Script

This is a Python-based device security audit script designed to run various security checks on a system. It performs audits for Docker container security, rootkit detection, network traffic capture, cloud and Kubernetes security checks, and more. It also supports customizable audit options and parallel execution of tasks for efficiency.

Features

  • Real-time network traffic capture with tcpdump.
  • Docker image vulnerability scanning using Trivy.
  • Docker security hardening with Docker Bench for Security.
  • Rootkit detection using Chkrootkit.
  • Cloud resource auditing for AWS, GCP, and Azure (optional).
  • Kubernetes security check (optional).
  • Real-time threat intelligence integration (Shodan, AlienVault, VirusTotal).

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/Device-Security-Audit.git
    cd Device-Security-Audit
  2. Install required Python packages:

    pip install -r requirements.txt
  3. Optional: If you plan to use Docker, install Docker on your system.

Usage

Run the script using:

python audit_script.py

About

Device-Security-Audit is a Python-based security audit tool that helps assess and enhance the security of your systems. It includes checks for Docker container vulnerabilities, rootkit detection, network traffic monitoring, and cloud and Kubernetes security. With customizable options and parallel task execution, it's simply the best.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages