Skip to content

Commit

Permalink
Fix typo in event.action for AUDIT_ANOM_LINK (#66)
Browse files Browse the repository at this point in the history
This fixes a typo in used-suspcious-link to used-suspicious-link.

Closes #51
  • Loading branch information
andrewkroh committed Jun 18, 2020
1 parent 9bd3927 commit d94d465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -16,6 +16,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Added semantic versioning support via go modules. #61
- Added ECS categorization support for events by record type and syscall. #62
- Fixed a typo in the action value associated with ROLE_REMOVE messages. #65
- Fixed a typo in the action value associated with ANOM_LINK messages. #66

### Removed

Expand Down
2 changes: 1 addition & 1 deletion aucoalesce/normalizations.yaml
Expand Up @@ -1466,7 +1466,7 @@ normalizations:
type: start
# AUDIT_ANOM_LINK - Suspicious use of file links
- record_types: ANOM_LINK
action: used-suspcious-link
action: used-suspicious-link
# AUDIT_ANOM_LOGIN_FAILURES - Failed login limit reached
- <<: *macro-user-session
record_types: ANOM_LOGIN_FAILURES
Expand Down

0 comments on commit d94d465

Please sign in to comment.