stix-shifter
stix-shifter copied to clipboard
Conversion of ISSUPERET operator to AQL query is not supported
STIX Pattern:
ipv4-addr:value ISSUPERET '1.1.1.0/24'
Expected AQL query is:
SELECT * FROM events WHERE INCIDR(sourceip, '1.1.1.0/24') OR INCIDR(destinationip, '1.1.1.0/24') OR INCIDR(identityip, '1.1.1.0/24')
But running above AQL query throws error because AQL built in function INCIDR() doesn't validate CIDR in the second column/parameter which is INCIDR(sourceip, '1.1.1.0/24').
A bug has been logged for the QRadar AQL team. Once that is fixed, this support should be added in QRadar module.