Overview of Maltrail Malicious Traffic Detection
masterMaltrail is a malicious traffic detection system that identifies threats by matching network traffic against publicly available blacklists (feeds) and static trails compiled from AV reports. It can detect various indicators including:
- Domain names (e.g., DGA domains)
- URLs (e.g., known malicious executable paths)
- IP addresses (e.g., known attackers)
- HTTP User-Agent headers (e.g.,
sqlmap)
It also supports optional advanced heuristic mechanisms to discover unknown threats like new malware.