Archives
Windows Event Log Monitoring and Alerting via PowerShell
Overview This project focuses on building a PowerShell-based automation to monitor Windows Event Logs — specifically targeting failed login attempts (Event ID 4625). The script reads the Security log, extracts recent failed logins, and sends a real-time email alert if any are found. It runs silently in the background every 5 minutes using Task Scheduler….
MAC Address Changer
Overview A MAC address changer is a software tool or command-line utility that allows a user to modify or spoof the MAC (Media Access Control) address of a device’s network interface card (NIC). The MAC address is a unique identifier assigned by the manufacturer, and it plays a key role in network communication at the…