mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
parent
8a2e9e66d4
commit
f347f0207f
@ -299,8 +299,8 @@ GET /my-index-000001/_eql/search
|
||||
{
|
||||
"query": """
|
||||
sequence by process.pid
|
||||
[process where process.name == 'regsvr32.exe']
|
||||
[library where dll.name == 'scrobj.dll']
|
||||
[process where process.name == "regsvr32.exe"]
|
||||
[library where dll.name == "scrobj.dll"]
|
||||
[network where true]
|
||||
"""
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user