Skip to content

Typo - Powershell Sysmon #19

Description

@danfoxley

https://github.com/nsacyber/Mitigating-Web-Shells#powershell-script-to-identify-sysmon-entries-for-iis

Please fix typo:

Get-WinEvent -FilterHashtable @{logname="Micorosft-Windows-Sysmon/Operational";id=1;} | Where {$.message -like "ParentImage: C:\Windows\System32\inetsrv\w3wp.exe"} | %{$.properties[4]} | Sort-Object -Property value -Unique

Corrected (Microsoft)
Get-WinEvent -FilterHashtable @{logname="Microsoft-Windows-Sysmon/Operational";id=1;} | Where {$.message -like "ParentImage: C:\Windows\System32\inetsrv\w3wp.exe"} | %{$.properties[4]} | Sort-Object -Property value -Unique

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions