├── Attack-Scripts ├── AAD-Brute-Force-Success-Simulator.ps1 ├── Malware-Generator-EICAR.ps1 └── SQL-Brute-Force-Simulator.ps1 ├── KQL-Query-Cheat-Sheet.md ├── README.md ├── Sentinel-Analytics-Rules └── Sentinel-Analytics-Rules(KQL Alert Queries).json ├── Sentinel-Maps(JSON) ├── geoip-summarized.csv ├── linux-ssh-auth-fail.json ├── mssql-auth-fail.json ├── nsg-malicious-allowed-in.json └── windows-rdp-auth-fail.json ├── Special-Windows-Event-Data-Collection-Rules └── Rules.txt ├── Storage-Account-Scripts └── Blob-Upload.ps1 └── Vulnerability-Management ├── Toggle-SMBv1.ps1 └── Toggle-TLS-1.0-and-1.1.ps1 /Attack-Scripts/AAD-Brute-Force-Success-Simulator.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshmadakor1/Cyber-Course-v2/HEAD/Attack-Scripts/AAD-Brute-Force-Success-Simulator.ps1 -------------------------------------------------------------------------------- /Attack-Scripts/Malware-Generator-EICAR.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshmadakor1/Cyber-Course-v2/HEAD/Attack-Scripts/Malware-Generator-EICAR.ps1 -------------------------------------------------------------------------------- /Attack-Scripts/SQL-Brute-Force-Simulator.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshmadakor1/Cyber-Course-v2/HEAD/Attack-Scripts/SQL-Brute-Force-Simulator.ps1 -------------------------------------------------------------------------------- /KQL-Query-Cheat-Sheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshmadakor1/Cyber-Course-v2/HEAD/KQL-Query-Cheat-Sheet.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshmadakor1/Cyber-Course-v2/HEAD/README.md -------------------------------------------------------------------------------- /Sentinel-Analytics-Rules/Sentinel-Analytics-Rules(KQL Alert Queries).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshmadakor1/Cyber-Course-v2/HEAD/Sentinel-Analytics-Rules/Sentinel-Analytics-Rules(KQL Alert Queries).json -------------------------------------------------------------------------------- /Sentinel-Maps(JSON)/geoip-summarized.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshmadakor1/Cyber-Course-v2/HEAD/Sentinel-Maps(JSON)/geoip-summarized.csv -------------------------------------------------------------------------------- /Sentinel-Maps(JSON)/linux-ssh-auth-fail.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshmadakor1/Cyber-Course-v2/HEAD/Sentinel-Maps(JSON)/linux-ssh-auth-fail.json -------------------------------------------------------------------------------- /Sentinel-Maps(JSON)/mssql-auth-fail.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshmadakor1/Cyber-Course-v2/HEAD/Sentinel-Maps(JSON)/mssql-auth-fail.json -------------------------------------------------------------------------------- /Sentinel-Maps(JSON)/nsg-malicious-allowed-in.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshmadakor1/Cyber-Course-v2/HEAD/Sentinel-Maps(JSON)/nsg-malicious-allowed-in.json -------------------------------------------------------------------------------- /Sentinel-Maps(JSON)/windows-rdp-auth-fail.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshmadakor1/Cyber-Course-v2/HEAD/Sentinel-Maps(JSON)/windows-rdp-auth-fail.json -------------------------------------------------------------------------------- /Special-Windows-Event-Data-Collection-Rules/Rules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshmadakor1/Cyber-Course-v2/HEAD/Special-Windows-Event-Data-Collection-Rules/Rules.txt -------------------------------------------------------------------------------- /Storage-Account-Scripts/Blob-Upload.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshmadakor1/Cyber-Course-v2/HEAD/Storage-Account-Scripts/Blob-Upload.ps1 -------------------------------------------------------------------------------- /Vulnerability-Management/Toggle-SMBv1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshmadakor1/Cyber-Course-v2/HEAD/Vulnerability-Management/Toggle-SMBv1.ps1 -------------------------------------------------------------------------------- /Vulnerability-Management/Toggle-TLS-1.0-and-1.1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshmadakor1/Cyber-Course-v2/HEAD/Vulnerability-Management/Toggle-TLS-1.0-and-1.1.ps1 --------------------------------------------------------------------------------