Skip to content

Commit

Permalink
Remove callout syntax in Example
Browse files Browse the repository at this point in the history
  • Loading branch information
joepeeples authored Dec 20, 2023
1 parent 258813d commit 0a8c2b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/detections/api/rules/rules-api-create.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1072,15 +1072,15 @@ POST api/detection_engine/rules
"rule_id": "process_started_by_ms_office_program",
"risk_score": 50,
"description": "Process started by MS Office program - possible payload",
"interval": "1h", <1>
"interval": "1h",
"name": "MS Office child process",
"severity": "low",
"tags": [
"child process",
"ms office"
],
"type": "query",
"from": "now-70m", <2>
"from": "now-70m",
"query": "process.parent.name:EXCEL.EXE or process.parent.name:MSPUB.EXE or process.parent.name:OUTLOOK.EXE or process.parent.name:POWERPNT.EXE or process.parent.name:VISIO.EXE or process.parent.name:WINWORD.EXE",
"language": "kuery",
"filters": [
Expand Down

0 comments on commit 0a8c2b2

Please sign in to comment.