Techniques
Sample rules
Potential XXE Exploitation Attempt In JVM Based Application
- source: sigma
- technicques:
- t1190
Description
Detects XML parsing issues, if the application expects to work with XML make sure that the parser is initialized safely.
Detection logic
condition: keywords
keywords:
- SAXParseException
- DOMException