├── .gitignore ├── BruteRatel.yar ├── ConfigDecoder.py ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Immersive-Labs-Sec/BruteRatel-DetectionTools/HEAD/.gitignore -------------------------------------------------------------------------------- /BruteRatel.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Immersive-Labs-Sec/BruteRatel-DetectionTools/HEAD/BruteRatel.yar -------------------------------------------------------------------------------- /ConfigDecoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Immersive-Labs-Sec/BruteRatel-DetectionTools/HEAD/ConfigDecoder.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Immersive-Labs-Sec/BruteRatel-DetectionTools/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Immersive-Labs-Sec/BruteRatel-DetectionTools/HEAD/README.md --------------------------------------------------------------------------------