Skip to content
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

[Winlogbeat] Add configuration category and more security events #22988

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add new winlogbeat security dashboard {pull}18775[18775]
- Add `event.outcome` to events based on the audit success and audit failure keywords. {pull}20564[20564]
- Add file.pe and process.pe fields to ProcessCreate & LoadImage events in Sysmon module. {issue}17335[17335] {pull}22217[22217]
- Add additional event categorization for security and sysmon modules. {pull}22988[22988]

*Elastic Log Driver*

Expand Down
196 changes: 99 additions & 97 deletions x-pack/winlogbeat/module/security/config/winlogbeat-security.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
"@timestamp": "2019-11-07T10:37:04.2260925Z",
"event": {
"action": "logging-service-shutdown",
"category": "process",
"category": [
"process"
],
"code": 1100,
"kind": "event",
"module": "security",
"outcome": "success",
"provider": "Microsoft-Windows-Eventlog",
"type": "end"
"type": [
"end"
]
},
"host": {
"name": "WIN-41OB2LO92CR.wlbeat.local"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"@timestamp": "2019-11-07T10:34:29.0559196Z",
"event": {
"action": "audit-log-cleared",
"category": "iam",
"category": [
"iam"
],
"code": 1102,
"kind": "event",
"module": "security",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
"@timestamp": "2019-11-08T07:56:17.3217049Z",
"event": {
"action": "logging-full",
"category": "iam",
"category": [
"iam"
],
"code": 1104,
"kind": "event",
"module": "security",
"outcome": "success",
"provider": "Microsoft-Windows-Eventlog",
"type": "admin"
"type": [
"admin"
]
},
"host": {
"name": "WIN-41OB2LO92CR.wlbeat.local"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
"@timestamp": "2019-11-07T16:22:14.8425353Z",
"event": {
"action": "auditlog-archieved",
"category": "iam",
"category": [
"iam"
],
"code": 1105,
"kind": "event",
"module": "security",
"outcome": "success",
"provider": "Microsoft-Windows-Eventlog",
"type": "admin"
"type": [
"admin"
]
},
"host": {
"name": "WIN-41OB2LO92CR.wlbeat.local"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"@timestamp": "2019-11-07T15:22:57.6553291Z",
"event": {
"action": "changed-audit-config",
"category": "iam",
"category": [
"iam",
"configuration"
],
"code": 4719,
"kind": "event",
"module": "security",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"@timestamp": "2019-12-18T16:22:12.3112534Z",
"event": {
"action": "added-computer-account",
"category": "iam",
"category": [
"iam"
],
"code": 4741,
"kind": "event",
"module": "security",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"@timestamp": "2019-12-18T16:22:12.3425087Z",
"event": {
"action": "changed-computer-account",
"category": "iam",
"category": [
"iam"
],
"code": 4742,
"kind": "event",
"module": "security",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"@timestamp": "2019-12-18T16:25:21.5781833Z",
"event": {
"action": "deleted-computer-account",
"category": "iam",
"category": [
"iam"
],
"code": 4743,
"kind": "event",
"module": "security",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
"@timestamp": "2019-12-18T16:26:46.8744233Z",
"event": {
"action": "added-distribution-group-account",
"category": "iam",
"category": [
"iam"
],
"code": 4744,
"kind": "event",
"module": "security",
"outcome": "success",
"provider": "Microsoft-Windows-Security-Auditing",
"type": [
"creation",
"group"
"group",
"creation"
]
},
"group": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
"@timestamp": "2019-12-18T16:29:05.0175739Z",
"event": {
"action": "changed-distribution-group-account",
"category": "iam",
"category": [
"iam"
],
"code": 4745,
"kind": "event",
"module": "security",
"outcome": "success",
"provider": "Microsoft-Windows-Security-Auditing",
"type": [
"change",
"group"
"group",
"change"
]
},
"group": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
"@timestamp": "2019-12-18T16:31:01.6117458Z",
"event": {
"action": "added-member-to-distribution-group",
"category": "iam",
"category": [
"iam"
],
"code": 4746,
"kind": "event",
"module": "security",
"outcome": "success",
"provider": "Microsoft-Windows-Security-Auditing",
"type": [
"change",
"group"
"group",
"change"
]
},
"group": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
"@timestamp": "2019-12-18T16:35:16.6816525Z",
"event": {
"action": "removed-member-from-distribution-group",
"category": "iam",
"category": [
"iam"
],
"code": 4747,
"kind": "event",
"module": "security",
"outcome": "success",
"provider": "Microsoft-Windows-Security-Auditing",
"type": [
"change",
"group"
"group",
"change"
]
},
"group": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
"@timestamp": "2019-12-19T08:01:45.9824133Z",
"event": {
"action": "deleted-distribution-group-account",
"category": "iam",
"category": [
"iam"
],
"code": 4748,
"kind": "event",
"module": "security",
"outcome": "success",
"provider": "Microsoft-Windows-Security-Auditing",
"type": [
"deletion",
"group"
"group",
"deletion"
]
},
"group": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
"@timestamp": "2019-12-19T08:03:42.7234679Z",
"event": {
"action": "added-distribution-group-account",
"category": "iam",
"category": [
"iam"
],
"code": 4749,
"kind": "event",
"module": "security",
"outcome": "success",
"provider": "Microsoft-Windows-Security-Auditing",
"type": [
"creation",
"group"
"group",
"creation"
]
},
"group": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
"@timestamp": "2019-12-19T08:10:57.4737631Z",
"event": {
"action": "changed-distribution-group-account",
"category": "iam",
"category": [
"iam"
],
"code": 4750,
"kind": "event",
"module": "security",
"outcome": "success",
"provider": "Microsoft-Windows-Security-Auditing",
"type": [
"change",
"group"
"group",
"change"
]
},
"group": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
"@timestamp": "2019-12-19T08:20:29.0889568Z",
"event": {
"action": "added-member-to-distribution-group",
"category": "iam",
"category": [
"iam"
],
"code": 4751,
"kind": "event",
"module": "security",
"outcome": "success",
"provider": "Microsoft-Windows-Security-Auditing",
"type": [
"change",
"group"
"group",
"change"
]
},
"group": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
"@timestamp": "2019-12-19T08:21:23.6444225Z",
"event": {
"action": "removed-member-from-distribution-group",
"category": "iam",
"category": [
"iam"
],
"code": 4752,
"kind": "event",
"module": "security",
"outcome": "success",
"provider": "Microsoft-Windows-Security-Auditing",
"type": [
"change",
"group"
"group",
"change"
]
},
"group": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
"@timestamp": "2019-12-19T08:24:36.5952761Z",
"event": {
"action": "deleted-distribution-group-account",
"category": "iam",
"category": [
"iam"
],
"code": 4753,
"kind": "event",
"module": "security",
"outcome": "success",
"provider": "Microsoft-Windows-Security-Auditing",
"type": [
"deletion",
"group"
"group",
"deletion"
]
},
"group": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
"@timestamp": "2019-12-19T08:26:26.1432582Z",
"event": {
"action": "added-distribution-group-account",
"category": "iam",
"category": [
"iam"
],
"code": 4759,
"kind": "event",
"module": "security",
"outcome": "success",
"provider": "Microsoft-Windows-Security-Auditing",
"type": [
"creation",
"group"
"group",
"creation"
]
},
"group": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
"@timestamp": "2019-12-19T08:28:21.0305977Z",
"event": {
"action": "changed-distribution-group-account",
"category": "iam",
"category": [
"iam"
],
"code": 4760,
"kind": "event",
"module": "security",
"outcome": "success",
"provider": "Microsoft-Windows-Security-Auditing",
"type": [
"change",
"group"
"group",
"change"
]
},
"group": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
"@timestamp": "2019-12-19T08:29:38.4487328Z",
"event": {
"action": "added-member-to-distribution-group",
"category": "iam",
"category": [
"iam"
],
"code": 4761,
"kind": "event",
"module": "security",
"outcome": "success",
"provider": "Microsoft-Windows-Security-Auditing",
"type": [
"change",
"group"
"group",
"change"
]
},
"group": {
Expand Down
Loading