Tools Automated Threat Intelligent System integrated with McAfee Advanced Threat Defense and Malware Information Sharing Platform 02/09/2019 Anastasis Vasileiadis Automated Threat Intelligent System An improvised automated threat intelligent system with advanced vulnerability scanners and Opensource Intelligence Information gathering python scripts when integrated with McAfee Advanced Threat Defense and Malware Information Sharing Platform can defend against new and futuristic cyber attacks. ATD-MISP with OpenDXL This integration is focusing on the automated threat intelligence collection with McAfee ATD, OpenDXL, and MISP. McAfee Advanced Threat Defense (ATD) will produce local threat intelligence that will be pushed via DXL. An OpenDXL wrapper will subscribe and parse indicators ATD produced and will import indicators into a threat intelligence management platform (MISP). Component Description McAfee Advanced Threat Defense (ATD) ...
Tools truegaze v0.1.3 releases: Static analysis tool for Android/iOS apps focusing on security issues 02/09/2019 Anastasis Vasileiadis truegaze A static analysis tool for Android and iOS applications focusing on security issues outside the source code such as resource strings, third-party libraries, and configuration files. Structure The application is command line and will consist of several modules that check for various vulnerabilities. Each module does its own scanning, and all results get printed to the command line. Changelog v0.1.3 Added plugin to check for weak signing keys Install pip install truegaze Use To scan an application: truegaze scan test.apk truegaze scan test.ipa Sample output Listing modules: user@localhost:~/$ truegaze list Total active plugins: 1 +----------------+------------------------------------------+---------+------+ | Name | Description | Android | iOS...