Displays the malware analysis and submission jobs that are in the queue waiting to be analyzed.
Syntax
show malware queued [limit <number>]
Parameters
limit <number>
(Optional) Displays the specified number of entries that are in the queue. You can display up to 1000 entries.
Output fields
The following table describes the output fields for the show malware queued command. Fields are listed in the approximate order in which they appear in the output.
Field | Description |
|---|---|
Malware ID | Specific malware analysis job number. |
Submission ID | Specific malware submission job number. |
Analysis Type | Type of malware analysis (sandbox or live) that is associated with the malware submission job number. |
URL | Single URL of the malware sample. |
Analysis Timeout | Number of seconds after which the malware analysis stops if the analysis is not complete. |
Analysis Priority | Priority setting for the current analysis, if you add multiple analysis jobs at the same time to the MVX engine queue. The default priority is normal. |
Profile Name | Guest image profile that the MVX engine uses for the current malware analysis job. |
Profile ID | Guest image profile ID number. |
Application | Application used to test submitted content. |
State | Whether the malware submission job has been completed, is in the queue waiting to be analyzed, or is currently running. |
Submitted Time | Date and time when the malware analysis job was submitted. |
Number of Events | Number of events identified in the analysis. |
Children Malware ID(s) | Specific child malware analysis job number that is associated with the parent malware submission. |
Parent Malware ID | Specific parent malware analysis job number that is associated with the child malware submission. |
Example
The following example displays one malware analysis job that is in the queue:
hostname # show malware queued
Malware ID 2
Submission ID 2
Analysis Type: sandbox
URL: http://qa-server.eng.fireeye.com/QA/xli/mas/test-infection.pdf
Analysis Timeout: 100
Analysis Priority: normal
Profile Name: win7-sp1m
Profile ID: 65
Application: -
State: queued
Status: -
Submitted Time: 2015-09-02 23:01:24 UTC
Number of Events: 0
Children Malware ID(s) -
Parent Malware ID -
User role
Admin, Operator, Monitor, or Analyst
Command mode
Enable
Supported appliances
This command is supported on the following appliance running the specified release or later:
Malware Analysis: Release 7.5. The
limitoption was added and the command output was enhanced to display the statistics about a specific malware submission job in Release 7.7.