├── .gitattributes ├── .gitignore ├── Converting TA to Purple Team.pdf ├── Current State of Malware Command and Control Channels and Future Predictions-v1.0.pdf ├── LICENSE ├── Projecting TA505 Tradecraft to Cutting Edge Systems.pdf ├── README.md ├── Resources ├── End_of_year-Financial_Report-2020.xlsm ├── Financial Report for FY20.docx ├── Financial Report for FY20.mht ├── PetaqDropper-Macro.txt ├── PetaqDropper-W.exe ├── PetaqDropper.cs ├── PetaqDropper.exe ├── PetaqImpant-Merged.exe ├── PetaqImpant.exe ├── PetaqImplant.exe ├── PreparationCommands.txt ├── calc ├── meter-172.16.168.134 └── test.bat ├── TA505Plus Design Template.pdf └── TA505Plus-Adversary_Simulation-v1.0.pdf /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozavci/ta505plus/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /Converting TA to Purple Team.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozavci/ta505plus/HEAD/Converting TA to Purple Team.pdf -------------------------------------------------------------------------------- /Current State of Malware Command and Control Channels and Future Predictions-v1.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozavci/ta505plus/HEAD/Current State of Malware Command and Control Channels and Future Predictions-v1.0.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozavci/ta505plus/HEAD/LICENSE -------------------------------------------------------------------------------- /Projecting TA505 Tradecraft to Cutting Edge Systems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozavci/ta505plus/HEAD/Projecting TA505 Tradecraft to Cutting Edge Systems.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozavci/ta505plus/HEAD/README.md -------------------------------------------------------------------------------- /Resources/End_of_year-Financial_Report-2020.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozavci/ta505plus/HEAD/Resources/End_of_year-Financial_Report-2020.xlsm -------------------------------------------------------------------------------- /Resources/Financial Report for FY20.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozavci/ta505plus/HEAD/Resources/Financial Report for FY20.docx -------------------------------------------------------------------------------- /Resources/Financial Report for FY20.mht: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozavci/ta505plus/HEAD/Resources/Financial Report for FY20.mht -------------------------------------------------------------------------------- /Resources/PetaqDropper-Macro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozavci/ta505plus/HEAD/Resources/PetaqDropper-Macro.txt -------------------------------------------------------------------------------- /Resources/PetaqDropper-W.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozavci/ta505plus/HEAD/Resources/PetaqDropper-W.exe -------------------------------------------------------------------------------- /Resources/PetaqDropper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozavci/ta505plus/HEAD/Resources/PetaqDropper.cs -------------------------------------------------------------------------------- /Resources/PetaqDropper.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozavci/ta505plus/HEAD/Resources/PetaqDropper.exe -------------------------------------------------------------------------------- /Resources/PetaqImpant-Merged.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozavci/ta505plus/HEAD/Resources/PetaqImpant-Merged.exe -------------------------------------------------------------------------------- /Resources/PetaqImpant.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozavci/ta505plus/HEAD/Resources/PetaqImpant.exe -------------------------------------------------------------------------------- /Resources/PetaqImplant.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozavci/ta505plus/HEAD/Resources/PetaqImplant.exe -------------------------------------------------------------------------------- /Resources/PreparationCommands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozavci/ta505plus/HEAD/Resources/PreparationCommands.txt -------------------------------------------------------------------------------- /Resources/calc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozavci/ta505plus/HEAD/Resources/calc -------------------------------------------------------------------------------- /Resources/meter-172.16.168.134: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozavci/ta505plus/HEAD/Resources/meter-172.16.168.134 -------------------------------------------------------------------------------- /Resources/test.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozavci/ta505plus/HEAD/Resources/test.bat -------------------------------------------------------------------------------- /TA505Plus Design Template.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozavci/ta505plus/HEAD/TA505Plus Design Template.pdf -------------------------------------------------------------------------------- /TA505Plus-Adversary_Simulation-v1.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fozavci/ta505plus/HEAD/TA505Plus-Adversary_Simulation-v1.0.pdf --------------------------------------------------------------------------------