Hayabusa low test sigma
Outlook Task/Note Reminder Received
Detects changes to the registry values related to outlook that indicates that a reminder was triggered for a Note or Task item. This could be a sign of exploitation of CVE-2023-23397. Further investigation is required to determine the success of an exploitation.
Detection Logic
{
"registry_set": {
"EventID": 13,
"Channel": "Microsoft-Windows-Sysmon/Operational"
},
"selection": {
"TargetObject
| contains
| all": [
"\\SOFTWARE\\Microsoft\\Office\\",
"\\Outlook\\"
],
"TargetObject
| contains": [
"\\Tasks\\",
"\\Notes\\"
]
},
"condition": "registry_set and selection"
} False Positives
- ⚠ Legitimate reminders received for a task or a note will also trigger this rule.
Field Validations
Loading…
Comments (0)
Loading comments...