Author: Editorial Team

Sending Windows Logs using WinLogbeat

Download Winlogbeat – Download here (64-bit) Step 1: Download and extract winlogbeat.zip to c:\program files\  (Should look like the image below) Step 2: Open the winlogbeat.yml and edit with notepad: We will add the following under winlogbeat.event_logs: winlogbeat.event_logs:   – name: Security     event_id: 1102,4608,4609,4624-4648, 4700-4800,4950     ignore_older: 72h   – name: Application     event_id: 1000,1002,1001     ignore_older: 72h   – […]

Site Cyber Security Evaluation

If you want a good tool to perform a site security evaluation then one I would recommend would be from the Department of Homeland Security (DHS) which provide a free tool called Cyber Security Evaluation Tool (CSET).  This tool provides users with a systematic and repeatable approach for assessing the security posture of their cyber […]

Wazuh Vulnerabilities

One of the great features in Wazuh is the vulnerabilities module.  Both comparing installed programs against NISTs vulnerability database as well as comparing the installed hot fixes against Microsoft’s update catalog.  It isn’t perfect but can help you identify devices in your network which drop below the average. Vulnerabilities List The list is gathered from […]

Best Open-Source Vulnerability Scanner

If you’re looking for a great open-source vulnerability scanner you can do a lot worse than OWASP ZAP. All features are free unlike the likes of BurpSuite and it is under active development unlike Arachni.  There is a good community who provide custom scripts available on github.  It comes as part of Kali and will […]

Back To Top