"description":"The defender correlates creation or registration of deferred, repeating, or constraint-based background work with later task execution in the same app context, especially when the task executes without recent user interaction, from background state, or with follow-on file, sensor, or network behavior inconsistent with the app's declared role. The analytic prioritizes Android-observable control-plane effects: WorkManager enqueue operations, JobScheduler or AlarmManager scheduling, later wake or execution of the scheduled work, and post-trigger activity such as network sessions, local staging, or sensor access.",
"channel":"Application enqueues WorkManager work request or schedules JobScheduler or AlarmManager task with delay, periodic interval, or execution constraints during the persistence/execution setup phase"
"channel":"Scheduled task execution creates cache, staged payload, local output, or collected data artifact immediately after wake or job trigger"
}
],
"x_mitre_mutable_elements":[
{
"field":"TimeWindow",
"description":"Correlation window between task registration and later execution, and between execution and follow-on behavior"
},
{
"field":"AllowedAppList",
"description":"Apps legitimately expected to use WorkManager, JobScheduler, or AlarmManager such as mail, sync, backup, calendar, or enterprise management apps"
},
{
"field":"AllowedConstraintProfiles",
"description":"Expected charging, network, idle, or timing constraints for legitimate scheduled work"
},
{
"field":"AllowedScheduleIntervals",
"description":"Expected delay or periodic interval ranges for legitimate app behavior"
},
{
"field":"ForegroundStateRequired",
"description":"Whether follow-on activity from a scheduled task should only occur during active user-driven workflows for a given app"
},
{
"field":"TriggerToNetworkWindow",
"description":"Maximum expected delay between scheduled job trigger and outbound communication"
},
{
"field":"UplinkBytesThreshold",
"description":"Minimum outbound volume after scheduled execution to treat network behavior as meaningful"