API Log and Intents

The section contains two tables: API log and Intents.

warning_green

The Intents table appears in reports for Android packages only.

The number of objects detected during the analysis is displayed to the right from the table name.

To open a necessary table, click its name.

To sort table columns in ascending or descending order click the column titles.

To filter the data by maliciousness, click one of the colors in the 18_FilterScale scale. The filter includes the upper level of maliciousness into the previous one.

API Log

The API log table contains information about all events that occurred on the virtual machine while the file was running. The API log table contains structured data from the Process graph section.

Click Open API Log in a New Tab to open this section in a new browser tab.

Parameter

Comment

Time

Time of the process. It is calculated from file launch.

Process

The full path to the process in the host operating system.

Event

An event which occurs while the file is running. It corresponds to the commonly used API functions.

Arguments

Arguments of the events. They indicate special conditions for executing events.

Intents

The Intents table contains the intents that were sent by the analyzed application to start components of other applications.

Parameter

Comment

Time

Time of the action. It is calculated from file launch.

Data

Data to perform the action upon.

Action

Name of action to perform.

Transaction

Transaction defining a type of component to start:

START_ACTIVITY—starting an activity.

START_SERVICE—starting a service.

BROADCAST_INTENT—delivering a broadcast.

Component name

Component that receives the intent.