Project SecOverview: Check Security-Related Information
Released: Feb. 17, 2025 | Categories:
Security
SecOverview
Author: samuelgiger
Getting information from all sources is quite time-intensive and may be excessive for small companies. This project aims to help obtain or analyze specific information.
Getting information about destination IPs, checking files for suspicious activity, or querying DNS records for information was a task I needed to perform frequently,
often reopening tools and repeating the same process. This hobby project aims to minimize the number of tools required while also maintaining a history of requests.
The bigger-picture goal is to create a simple tool that helps small companies manage and scan their infrastructure in terms of cyber threats.
This can involve either preventive or reactive methods.
In the first version, this project contains the following "Apps":
RSS-Feed
Ransomware Victims (Source: ransomware.live)
NMAP Scan
DNS Query
IP/ASN Check (Source: bgpview.io)
Yara Rules Check
Installation
The current version has been tested on a basic Debian 12 (Bookworm). The
application uses Python, Django, Gunicorn, and NGINX. This version only
supports SQLite as a database. For Debian 12, an installation script is available.
Script:
SecOverview Install Script
Download the script via a browser or use the following command:
wget https://github.com/gigersam/SecOverview/blob/main/install.sh
After downloading the script, add execution rights to the file with the following command:
sudo chmod +x install.sh
Then, execute the file as an administrator with the command:
sudo ./install.sh
After installation, an output with the admin password will be displayed.
The script also creates a service for the Django application named "secoverview.service".
To access the application, use a browser and navigate to the server at:
http://YOUR-IP/
After that, a login screen will be displayed, where you will be able to log in
with the admin credentials.
After installation, there are more configuration options. Please refer to the documentation available under the "About" section of the application or
download it here.
Don't hesitate to
contact me if you have any questions or requests.