Scanner signatures
Zirkul Agent automatically downloads vulnerability detection rules from the official server, however, the community can also help by creating their own rules and sharing them with other users.
Passive scan signatures
{
"name": "Missing Content Sniffing protection",
"key": "content-sniff-protection",
"type": "vulnerability",
"severity": "medium",
"cwe": 693,
"owasp": "A05:2021",
"cvss": 4.3,
"cvss_string": "AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N",
"cve": null,
"details": "The server is not returning the following security header: X-Content-Type-Options",
"technology": {"application": "Jenkins", "lang": "Java"},
"rules": [
{
"in": "response header name",
"header name": "x-content-type-options",
"compare": "missing"
},{
"in": "response header value",
"header name": "status",
"compare": "contains",
"value": "200"
}
]
}Keywords definition:
Active scan signatures
Keywords definition:
Rule syntax
Keywords definition:
in (Required)
header name (Optional)
compare (Required)
https_only (Optional)
Last updated