We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2dd09 commit 27bb07bCopy full SHA for 27bb07b
tools/sigma/backends/limacharlie.py
@@ -177,6 +177,22 @@ def _mapProcessCreationOperations(node):
177
keywordField = None,
178
postOpMapper = None
179
),
180
+ "/proxy/": SigmaLCConfig(
181
+ topLevelParams = {
182
+ "event": "HTTP_REQUEST",
183
+ },
184
+ preConditions = None,
185
+ fieldMappings = {
186
+ "c-uri|contains": "event/URL",
187
+ "c-uri": "event/URL",
188
+ "URL": "event/URL",
189
+ "cs-uri-query": "event/URL",
190
+ "cs-uri-stem": "event/URL",
191
192
+ isAllStringValues = False,
193
+ keywordField = None,
194
+ postOpMapper = None
195
+ ),
196
}
197
198
class LimaCharlieBackend(BaseBackend):
0 commit comments