8000 Typo in CAR-2016-04-002: User Activity from Clearing Event Logs · Issue #1 · mitre-attack/car · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Typo in CAR-2016-04-002: User Activity from Clearing Event Logs #1
Closed
@scotdewerth

Description

@scotdewerth

The text of the Pseudocode section does not match. The system and security events are backwords

Pseudocode
[THIS SECTION IS WRONG]
When an eventlog is cleared, a new event is created that alerts that the eventlog was cleared. For System logs, its event code 104. For Security logs, it is event code 1100 and 1102.
{the System logs are 1100 and 1102 while the Security logs are 104}

[THIS SECTION IS CORRECT]
([log_name] == "System" and [event_code] in [1100, 1102]) or
([log_name] == "Security" and [event_code] == 104)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0