This guide provides a reference mapping of common security use cases and misconfigurations to their corresponding detection templates. You can use these templates to quickly identify, categorize, and remediate vulnerabilities across your infrastructure.

How the Scanner Works

Our application scanner uses in-house built detection mechanisms to keep your servers secure. It continuously aggregates vulnerability data from multiple trusted sources and matches them against the applications installed on your servers.

The scanner combines threat intelligence from the National Vulnerability Database (NVD), Red Hat, and UTM Stacked Threat Intelligence to ensure you have the most up-to-date protection against known vulnerabilities.

flowchart LR
    A["NVD"] --> D["Detection Engine"]
    B["Red Hat"] --> D
    C["UTM Threat Intel"] --> D
    D --> E["Server Applications"]
    E --> F["Vulnerability Matches"]

Detection Templates Reference

Depending on what you are trying to detect, you can utilize specific templates. Below is a mapping of common security use cases to their recommended detection templates.

Security Use CaseDetection Template
Detect known CVEsCVE-2021-44228 (Log4Shell)
Identify Out-of-Band vulnerabilitiesBlind SQL Injection via OOB
SQL Injection detectionGeneric SQL Injection
Cross-Site Scripting (XSS)Reflected XSS Detection
Default or weak passwordsDefault Credentials Check
Secret files or data exposureSensitive File Disclosure
Identify open redirectsOpen Redirect Detection
Detect subdomain takeoversSubdomain Takeover Templates
Security misconfigurationsUnprotected Jenkins Console
Weak SSL/TLS configurationsSSL Certificate Expiry
Misconfigured cloud servicesOpen S3 Bucket Detection
Remote code execution (RCE)RCE Detection Templates
Directory traversal attacksPath Traversal Detection
File inclusion vulnerabilitiesLocal/Remote File Inclusion

If you are setting up a new environment, we recommend starting with the Default Credentials Check and SSL Certificate Expiry templates, as these catch some of the most common and easily exploitable misconfigurations.

Next Steps

Ready to put these templates to work? Check out our guides on running your first scan.

Run a Vulnerability Scan

Learn how to configure and execute a vulnerability scan using these templates.