Intent (optional)
The Intent object contains data about an intent. The object is used only in results of Android app analysis.
Structure
Key
Type
Description
cn
string
Component that receives the intent.
action
Name of action to perform.
data
Data to perform the action upon.
transaction
Transaction defining a type of component to start:
•START_ACTIVITY—starting an activity.
•START_SERVICE—starting a service.
•BROADCAST_INTENT—delivering a broadcast.
maliciousness
integer
Maliciousness, from 0 to 100.
rules
object
List of triggered rules.
timestamp
Timestamp. Counted from the moment the file analysis started.
Example
{
"cn": null,
"action": "android.app.action.ADD_DEVICE_ADMIN",
"data": null,
"transaction": "START_ACTIVITY",
"maliciousness": 69,
"rules": {
"suspicious": [
"Using device administration features"
]
},
"timestamp": 0
}