9.4. Malcore engine results
Return code |
Result |
Description |
---|---|---|
0 |
No Threat Detected |
File was analyzed and declared healthy |
1 |
Infected |
File was scanned and declared infected |
2 |
Suspicious |
The file was analyzed and declared as likely to be infected:
some Malcore engines have detected this file as malicious..
|
3 |
Failed Scan |
An error occurred during the run. |
7 |
Skipped - Whitelisted |
The file is not analyzed and considered healthy since this file is defined in the Malcore whitelist |
8 |
Skipped – Blacklisted |
The file is not scanned and considered infected since this file is defined in the Malcore blacklist |
9 |
Exceeded Archive Depth |
The number of times the file is compressed is limited (max recursion level). The message indicates that the defined value has been exceeded. |
10 |
Not scanned |
Engine not available at time of run |
12 |
Encrypted Archive |
The archive is encrypted and therefore not parsable: the password indicated does not work |
13 |
Exceeded Archive Size |
The maximum file size should not exceed the defined value (maximum value 10MB). The analyzed archive is larger than the value set |
14 |
Exceeded Archive File Number |
The maximum number of files in the archive must not exceed the defined value. The analyzed archive contains a number of files greater than the defined value |
15 |
Password Protected Document |
Solution detected inconsistent behaviour with password protected document |
16 |
Exceeded Archive Timeout |
The archive scan time has been exceeded, Malcore engines are not responding within the deadline |
17 |
Filetype Mismatch |
File type mismatch problem: the solution detects the file extension with its contents and compares it with the file extension displayed |
18 |
Potentially Vulnerable File |
Potentially vulnerable files are files associated with identified vulnerable components or applications |
19 |
Cancelled |
User explicitly canceled this file analysis request |
21 |
Yara Rule Matched |
The verdict of the result is: a Yara rule matches (malware sample identification) |
22 |
Potentially Unwanted |
Solution detected potentially unwanted applications |
23 |
Unsupported File Type |
File type not supported by the solution |
255 |
In Progress |
Analysis in progress.. |