show workorders id <workorder_ID>

Prev Next

Displays workorder information for a specific malware submission job number.

Syntax

show workorders id <workorder_ID>

Parameters

None

Output fields

The following table describes the output fields for the show workorders id command. Fields are listed in the approximate order in which they appear in the output.

Field

Description

Submission ID

Specific malware submission job number.

Malware ID

Specific malware analysis job number.

Source IpAddress

IP address of the source.

Destination IpAddress

IP address of the destination.

md5sum

MD5 checksum of the attachment.

File type

File type that is associated with the malware submission job.

Status

Whether the analysis succeeded or failed.

Malicious

Whether the malware submission job was detected as malicious.

Analysis Object ID

Analysis object job number that is associated with the malware submission.

Analysis Object Name

Analysis object name that is associated with the malware submission job.

Analysis File Type

Analysis file type that is associated with the malware submission job.

Static Analysis weight

Weight that is assigned to a static analysis job on a particular object.

Dynamic Analysis weight

Weight that is assigned to a dynamic analysis job on a particular object.

Dynamic Analysis jobs

Number of dynamic analysis jobs that have been processed on a particular object.

Static Analysis jobs

Number of static analysis jobs that have been processed on a particular object.

Job ID

Job number that is associated with the malware submission.

OS name

Guest image profile.

Application name

Application used to test the content.

OS Changes weight

Weight assigned based on a correlation between a set of rules and a set of operating system (OS) change activities detected by the virtual machine (VM) during dynamic analysis.

CNC Match weight

Weight that is assigned by a custom rule that is used for callback detection on a VM during dynamic analysis.

Assigned time

Timestamp generated when the malware submission job started the detection operation on a VM.

Complete time

Timestamp generated when the malware submission job completed the detection operation on a VM.

Job runtime

Time needed to complete the malware submission job.

Examples

The following example displays the workorder information about job number 1751:

hostname # show workorders id 1751
Submission ID: 1751
   Malware ID            : 1751
   Source IpAddress      : 117.108.112.75
   Destination IpAddress : 102.81.99.76
   md5sum                : ffca5eea85bb237901efe8f303a7ae84
   File type             : exe
   Status                : success
   Malicious             : YES
      Analysis Object ID      : 1581
      Analysis Object Name    : ffca5eea85bb237901efe8f303a7ae84.bin
      Analysis File Type      : exe
      md5sum                  : ffca5eea85bb237901efe8f303a7ae84
      Static Analysis weight  : 100
      Dynamic Analysis weight : 100
      Dynamic Analysis jobs   : 2
      Static Analysis jobs    : 4
            SA engine weight       : 100
            SA job ID              : 6322
                 SA sub-engine name         : clamd
                 SA sub-engine signature    : Win.Trojan.Poseidon-23
                 SA sub-engine weight       : 80
            Job ID                 : 3128
            OS name                : winxp-sp3
            Application name       : Windows Explorer
            OS Changes weight      : 100
            CNC Match weight       : 0
            Assigned time          : 2015-09-14 17:35:35.804376
            Complete time          : 2015-09-14 17:37:37.570101
            Job runtime            : 00:02:01.765725
            Job ID                 : 3129
            OS name                : win7x64-sp1
            Application name       : Windows Explorer
            OS Changes weight      : 100
            CNC Match weight       : 0
            Assigned time          : 2015-09-14 17:36:18.84481
            Complete time          : 2015-09-14 17:37:34.460841
            Job runtime            : 00:01:15.616031

User role

Admin, Monitor, or Analyst.

Command mode

Enable

Supported appliances

This command is supported on the following appliances running the specified releases or later:

  • Network Security: Before Release 7.5. The command output was enhanced to display the statistics about a specific malware submission job in Release 7.7.