-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the api
value to event.category
#2147
Changes from 3 commits
b25e727
f360922
db32adb
97b1a19
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -156,6 +156,19 @@ | |
normalize: | ||
- array | ||
allowed_values: | ||
- name: api | ||
description: > | ||
Events in this category correspond to API events propagated directly | ||
from the Operating System (Windows, Linux, etc.), from either the native | ||
API function or system call, or a managed source of events (such as ETW, syslog). | ||
expected_event_types: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Narrowing down this list of expected Maybe And perhaps also |
||
- access | ||
- admin | ||
- allowed | ||
- denied | ||
- end | ||
- start | ||
- user | ||
- name: authentication | ||
description: > | ||
Events in this category are related to the challenge and response process | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
event.category
field values are designed to be fairly broad, and the termapi
encompasses a wide range: native, SOAP, RPC, Websocket, REST, etc.I don't think we should limit its intended usage only to native/system API calls.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Understood, I'll rephrase