mirror of
https://github.com/marcredhat/SIEM-toolkit-patched
synced 2026-06-11 05:41:19 +00:00
Snapshot 95 demo-tenant parsers (incl. stormshield) + un-ignore parsers/
The original upstream gitignores parsers/* on the assumption that each tenant has its own set. This fork commits a working snapshot so the Parser Test Runner and Parser Coverage features are usable out of the box. Stormshield parser exercises the new SDL key=value scanner, pattern references, and JS-style unquoted format keys added to backend/routers/quality.py.
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
attributes: {
|
||||
class_uid: "5002",
|
||||
category_uid: "4",
|
||||
severity_id: "0",
|
||||
class_name: "F5 Web Traffic",
|
||||
category_name: "F5 HTTP Access Logs",
|
||||
"metadata.product.name": "F5 BIG-IP",
|
||||
"metadata.product.vendor_name": "F5 Networks",
|
||||
"dataSource.category": "network",
|
||||
"dataSource.name": "F5 BIG-IP",
|
||||
"dataSource.vendor": "F5"
|
||||
},
|
||||
patterns: {
|
||||
timestamp: "\\d{4}/\\d{2}/\\d{2}\\s+\\d{2}:\\d{2}:\\d{2}",
|
||||
ipv4: "(?:\\d{1,3}\\.){3}\\d{1,3}",
|
||||
quote: "\"[^\"]*\"",
|
||||
number: "\\d+"
|
||||
},
|
||||
formats: [
|
||||
{
|
||||
format: ".*$_=identifier$=$_$(?:\\,|\\r)",
|
||||
repeat: true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user