Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/secnnet/amsi-scripts


https://github.com/secnnet/amsi-scripts

amsi antivirus-integration content-scanning etw incident-response malware-detection powershell-scripts powershell-security security-tools threat-analysis

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# AMSI Scripts

**PowerShell scripts for AMSI operations.**

### Prerequisites:
- Windows OS
- PowerShell (v5.1+)
- Admin privileges (for some tasks)

### Usage:
1. Clone/download repo.
2. Open PowerShell in script directory.
3. Run desired script:
- `.\Send-AmsiContent.ps1`: Scan content via AMSI.
- `.\Get-AMSIEvent.ps1 -Path `: Parse AMSI ETW trace.
- `.\Get-AMSIScanResult.ps1 -Interactive`: Interactive mode.
- `.\Get-AMSIScanResult.ps1 -File -StandardAppName `: File mode.

### Notes:
- Run with elevated permissions if needed.
- Understand implications before content scanning.
- Scripts are as-is; use at your own risk.

### Credits:
Scripts modified from Matt Graeber's work at Red Canary. See [Microsoft](https://docs.microsoft.com/en-us/windows/win32/amsi/antimalware-scan-interface-portal) for AMSI details.

### License:
MIT