![]() |
Panoptes 1.0.0
Endpoint Detection and Response
|
The data that is sent to the Panoptes Service. More...
#include <PanoptesPE.h>
Public Attributes | |
| std::vector< std::string > | imports |
| std::vector< std::string > | sections |
| std::vector< double > | section_entropy |
| bool | isSigned |
The data that is sent to the Panoptes Service.
Definition at line 11 of file PanoptesPE.h.
| std::vector<std::string> PortableExecutable::PEScanData::imports |
Definition at line 12 of file PanoptesPE.h.
Referenced by PanoEntry(), and PanoptesServiceClient::SendResults_PE().
| bool PortableExecutable::PEScanData::isSigned |
Definition at line 15 of file PanoptesPE.h.
Referenced by PanoEntry(), and PanoptesServiceClient::SendResults_PE().
| std::vector<double> PortableExecutable::PEScanData::section_entropy |
Definition at line 14 of file PanoptesPE.h.
Referenced by PanoEntry(), and PanoptesServiceClient::SendResults_PE().
| std::vector<std::string> PortableExecutable::PEScanData::sections |
Definition at line 13 of file PanoptesPE.h.
Referenced by PanoEntry(), and PanoptesServiceClient::SendResults_PE().