![]() |
Panoptes 1.0.0
Endpoint Detection and Response
|
#include <PanoptesAMSI.h>
Public Types | |
| enum | AMSI_RESULT_PANO { AMSI_RESULT_PANO_CLEAN = 0 , AMSI_RESULT_PANO_NOT_DETECTED = 1 , AMSI_RESULT_PANO_BLOCKED_BY_ADMIN_START = 0x4000 , AMSI_RESULT_PANO_BLOCKED_BY_ADMIN_END = 0x4fff , AMSI_RESULT_PANO_DETECTED = 32768 } |
| The result of the AMSI scan. More... | |
| typedef enum AmsiScanner::AMSI_RESULT_PANO | AMSI_RESULT_PANO |
| The result of the AMSI scan. | |
Static Public Member Functions | |
| static HRESULT | AmsiScanFile (std::string PathToFile, std::string CopyPath, int *AmsiResult) |
| Scan a file using Windows built in AMSI feature set. | |
Definition at line 15 of file PanoptesAMSI.h.
The result of the AMSI scan.
The result of the AMSI scan.
| Enumerator | |
|---|---|
| AMSI_RESULT_PANO_CLEAN | |
| AMSI_RESULT_PANO_NOT_DETECTED | |
| AMSI_RESULT_PANO_BLOCKED_BY_ADMIN_START | |
| AMSI_RESULT_PANO_BLOCKED_BY_ADMIN_END | |
| AMSI_RESULT_PANO_DETECTED | |
Definition at line 18 of file PanoptesAMSI.h.
|
static |
Scan a file using Windows built in AMSI feature set.
| file_path | The path of the file to scan |
| copy_path | The path to copy the file to, if empty the file will not be copied |
| amsi_result | The result of the scan, will be set to the result of the scan |
Definition at line 10 of file amsi-scan.cpp.
References result.
Referenced by PanoEntry(), AMSI::TEST(), and AMSI::TEST().