You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rule 871ea072-1b71-4def-b016-6278b505138dEnumeration of Administrator Accounts is failing in both the API search and detection engine with the following error
{
"error" : {
"root_cause" : [
{
"type" : "parsing_exception",
"reason" : "line 6:27: no viable alternative at input '(((process.name : \"net.exe\" or process.pe.original_file_name == \"net.exe\") or\\n ((process.name : \"net1.exe\" or process.pe.original_file_name == \"net1.exe\") and\\n not process.parent.name : \"net.exe\")) and\\n process.args : (\"group\",'"
}
],
"type" : "parsing_exception",
"reason" : "line 6:27: no viable alternative at input '(((process.name : \"net.exe\" or process.pe.original_file_name == \"net.exe\") or\\n ((process.name : \"net1.exe\" or process.pe.original_file_name == \"net1.exe\") and\\n not process.parent.name : \"net.exe\")) and\\n process.args : (\"group\",'",
"caused_by" : {
"type" : "no_viable_alt_exception",
"reason" : null
}
},
"status" : 400
}
I did not find any obvious issues with the query so we need to determine if it is a bug in EQL or the rule
I believe this was an intermittent issue because of the elasticsearch version that was used when tested. I think it's all sorted out. @spong can you confirm?
I believe this was an intermittent issue because of the elasticsearch version that was used when tested. I think it's all sorted out. @spong can you confirm?
Commented over on the PR as well, but the es snapshot on the test cluster is from ~month ago (2020-11-12), so if this syntax was just recently supported then that's the mis-match. Will see about getting that upgraded 👍
Rule
871ea072-1b71-4def-b016-6278b505138d
Enumeration of Administrator Accounts
is failing in both the API search and detection engine with the following errorI did not find any obvious issues with the query so we need to determine if it is a bug in EQL or the rule
REF: elastic/kibana#85506 (comment)
The text was updated successfully, but these errors were encountered: