mirror of
https://github.com/pe3zx/my-infosec-awesome.git
synced 2024-10-01 07:45:36 -04:00
My curated list of awesome links, resources and tools on infosec related topics
.travis.yml | ||
LICENSE | ||
README.md |
My Awesome
My curated list of awesome links, resources and tools
Articles
Tools
AWS Security
Open source projects related to AWS security.
airbnb/BinaryAlert | BinaryAlert: Serverless, Real-time & Retroactive Malware Detection |
cloudsploit/scans | AWS security scanning checks |
nccgroup/Scout2 | Security auditing tool for AWS environments |
Netflix/security_monkey | Security Monkey monitors your AWS and GCP accounts for policy changes and alerts on insecure configurations. |
Alfresco/prowler | Tool for AWS security assessment, auditing and hardening. It follows guidelines of the CIS Amazon Web Services Foundations Benchmark. |
Binary Analysis
Binary analysis tools, including decompilers, deobfuscators, disassemblers, etc.
fireeye/flare-floss | FireEye Labs Obfuscated String Solver - Automatically extract obfuscated strings from malware. |
katjahahn/PortEx | Java library to analyse Portable Executable files with a special focus on malware analysis and PE malformation robustness |
williballenthin/python-idb | Pure Python parser and analyzer for IDA Pro database files (.idb). |