├── Chapter06 ├── 1_Creating_Computers_And_Accounts.txt ├── 2_Creating_MANAGES_relationships.txt ├── 3_Creating_USES_relationships.txt ├── 4_Creating_Cloud_Assets.txt └── README.txt ├── Chapter07 └── Invoke-WindowsSearch.psm1 ├── Chapter08 ├── Dump-AllProcesses.ps1 ├── README.txt ├── bashspray.sh ├── macos_osascripts.txt ├── ubuntu_zenity.txt └── windows_PowerShell_Spray.txt ├── Chapter09 └── Search-OfficeDocuments.ps1 ├── Chapter10 ├── Creating a scheduled task with Windows Events trigger.txt ├── README.txt ├── linux_pam_module_sentinel.sh ├── windows_PowerShell_Get-Events_PSCustomObject.ps1 └── windows_PowerShell_Logon_Watcher.txt ├── Chapter11 ├── HomefieldSentinel │ ├── Homefield.Sentinel.sln │ └── HomefieldSentinel │ │ ├── App.config │ │ ├── Homefield.Sentinel.csproj │ │ ├── Logger.cs │ │ ├── Program.cs │ │ ├── ProjectInstaller.Designer.cs │ │ ├── ProjectInstaller.cs │ │ ├── ProjectInstaller.resx │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── SentinelService.Designer.cs │ │ ├── SentinelService.cs │ │ ├── SentinelService.resx │ │ └── TheSentinel.cs ├── README.txt ├── macos_sentinel.sh ├── windows_PowerShell_Watcher_2.ps1 ├── windows_Powershell_Watcher_1.ps1 └── windows_add_credential_to_vault.txt ├── LICENSE └── README.md /Chapter06/1_Creating_Computers_And_Accounts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter06/1_Creating_Computers_And_Accounts.txt -------------------------------------------------------------------------------- /Chapter06/2_Creating_MANAGES_relationships.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter06/2_Creating_MANAGES_relationships.txt -------------------------------------------------------------------------------- /Chapter06/3_Creating_USES_relationships.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter06/3_Creating_USES_relationships.txt -------------------------------------------------------------------------------- /Chapter06/4_Creating_Cloud_Assets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter06/4_Creating_Cloud_Assets.txt -------------------------------------------------------------------------------- /Chapter06/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter06/README.txt -------------------------------------------------------------------------------- /Chapter07/Invoke-WindowsSearch.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter07/Invoke-WindowsSearch.psm1 -------------------------------------------------------------------------------- /Chapter08/Dump-AllProcesses.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter08/Dump-AllProcesses.ps1 -------------------------------------------------------------------------------- /Chapter08/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter08/README.txt -------------------------------------------------------------------------------- /Chapter08/bashspray.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter08/bashspray.sh -------------------------------------------------------------------------------- /Chapter08/macos_osascripts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter08/macos_osascripts.txt -------------------------------------------------------------------------------- /Chapter08/ubuntu_zenity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter08/ubuntu_zenity.txt -------------------------------------------------------------------------------- /Chapter08/windows_PowerShell_Spray.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter08/windows_PowerShell_Spray.txt -------------------------------------------------------------------------------- /Chapter09/Search-OfficeDocuments.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter09/Search-OfficeDocuments.ps1 -------------------------------------------------------------------------------- /Chapter10/Creating a scheduled task with Windows Events trigger.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter10/Creating a scheduled task with Windows Events trigger.txt -------------------------------------------------------------------------------- /Chapter10/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter10/README.txt -------------------------------------------------------------------------------- /Chapter10/linux_pam_module_sentinel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter10/linux_pam_module_sentinel.sh -------------------------------------------------------------------------------- /Chapter10/windows_PowerShell_Get-Events_PSCustomObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter10/windows_PowerShell_Get-Events_PSCustomObject.ps1 -------------------------------------------------------------------------------- /Chapter10/windows_PowerShell_Logon_Watcher.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter10/windows_PowerShell_Logon_Watcher.txt -------------------------------------------------------------------------------- /Chapter11/HomefieldSentinel/Homefield.Sentinel.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter11/HomefieldSentinel/Homefield.Sentinel.sln -------------------------------------------------------------------------------- /Chapter11/HomefieldSentinel/HomefieldSentinel/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter11/HomefieldSentinel/HomefieldSentinel/App.config -------------------------------------------------------------------------------- /Chapter11/HomefieldSentinel/HomefieldSentinel/Homefield.Sentinel.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter11/HomefieldSentinel/HomefieldSentinel/Homefield.Sentinel.csproj -------------------------------------------------------------------------------- /Chapter11/HomefieldSentinel/HomefieldSentinel/Logger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter11/HomefieldSentinel/HomefieldSentinel/Logger.cs -------------------------------------------------------------------------------- /Chapter11/HomefieldSentinel/HomefieldSentinel/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter11/HomefieldSentinel/HomefieldSentinel/Program.cs -------------------------------------------------------------------------------- /Chapter11/HomefieldSentinel/HomefieldSentinel/ProjectInstaller.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter11/HomefieldSentinel/HomefieldSentinel/ProjectInstaller.Designer.cs -------------------------------------------------------------------------------- /Chapter11/HomefieldSentinel/HomefieldSentinel/ProjectInstaller.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter11/HomefieldSentinel/HomefieldSentinel/ProjectInstaller.cs -------------------------------------------------------------------------------- /Chapter11/HomefieldSentinel/HomefieldSentinel/ProjectInstaller.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter11/HomefieldSentinel/HomefieldSentinel/ProjectInstaller.resx -------------------------------------------------------------------------------- /Chapter11/HomefieldSentinel/HomefieldSentinel/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter11/HomefieldSentinel/HomefieldSentinel/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Chapter11/HomefieldSentinel/HomefieldSentinel/SentinelService.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter11/HomefieldSentinel/HomefieldSentinel/SentinelService.Designer.cs -------------------------------------------------------------------------------- /Chapter11/HomefieldSentinel/HomefieldSentinel/SentinelService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter11/HomefieldSentinel/HomefieldSentinel/SentinelService.cs -------------------------------------------------------------------------------- /Chapter11/HomefieldSentinel/HomefieldSentinel/SentinelService.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter11/HomefieldSentinel/HomefieldSentinel/SentinelService.resx -------------------------------------------------------------------------------- /Chapter11/HomefieldSentinel/HomefieldSentinel/TheSentinel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter11/HomefieldSentinel/HomefieldSentinel/TheSentinel.cs -------------------------------------------------------------------------------- /Chapter11/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter11/README.txt -------------------------------------------------------------------------------- /Chapter11/macos_sentinel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter11/macos_sentinel.sh -------------------------------------------------------------------------------- /Chapter11/windows_PowerShell_Watcher_2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter11/windows_PowerShell_Watcher_2.ps1 -------------------------------------------------------------------------------- /Chapter11/windows_Powershell_Watcher_1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter11/windows_Powershell_Watcher_1.ps1 -------------------------------------------------------------------------------- /Chapter11/windows_add_credential_to_vault.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/Chapter11/windows_add_credential_to_vault.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Cybersecurity-Attacks-Red-Team-Strategies/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Cybersecurity-Attacks---Red-Team-Strategies- --------------------------------------------------------------------------------