An adversary can leverage a device’s cameras to gather information by capturing video recordings. Images may also be captured, potentially in specified intervals, in lieu of video files.
Malware or scripts may interact with the device cameras through an available API provided by the operating system. Video or image files may be written to disk and exfiltrated later. This technique differs from Screen Capture due to use of the device’s cameras for video recording rather than capturing the victim’s screen.
In Android, an application must hold the android.permission.CAMERA
permission to access the cameras. In iOS, applications must include the NSCameraUsageDescription
key in the Info.plist
file. In both cases, the user must grant permission to the requesting application to use the camera. If the device has been rooted or jailbroken, an adversary may be able to access the camera without knowledge of the user.
ID | Name | Description |
---|---|---|
S1061 | AbstractEmu |
AbstractEmu can grant itself camera permissions.[1] |
S0292 | AndroRAT |
AndroRAT can take photos and videos using the device cameras.[2] |
S1079 | BOULDSPY | |
S0655 | BusyGasper |
BusyGasper can record from the device’s camera.[4] |
S0426 | Concipit1248 |
Concipit1248 requests permissions to use the device camera.[5] |
S0425 | Corona Updates |
Corona Updates can take pictures using the camera and can record MP4 files.[5] |
S0301 | Dendroid | |
S0505 | Desert Scorpion |
Desert Scorpion can record videos.[7] |
S0320 | DroidJack | |
S1092 | Escobar | |
S0405 | Exodus | |
S1080 | Fakecalls | |
S0408 | FlexiSpy | |
S0535 | Golden Cup |
Golden Cup can take pictures with the camera.[13] |
S0551 | GoldenEagle |
GoldenEagle has taken photos with the device camera.[14] |
S0421 | GolfSpy | |
S0544 | HenBox | |
S1128 | HilalRAT | |
S1077 | Hornbill | |
S0407 | Monokle | |
S0399 | Pallas |
Pallas can take pictures with both the front and rear-facing cameras.[20] |
S0316 | Pegasus for Android |
Pegasus for Android has the ability to take pictures using the device camera.[21] |
S1126 | Phenakite | |
S0295 | RCSAndroid |
RCSAndroid can capture photos using the front and back cameras.[23] |
S0549 | SilkBean | |
S0327 | Skygofree |
Skygofree can record video or capture photos when an infected device is in a specified location.[24] |
S0324 | SpyDealer |
SpyDealer can record video and take photos via front and rear cameras.[25] |
S0328 | Stealth Mango |
Stealth Mango can record and take pictures using the front and back cameras.[26] |
S1082 | Sunbird | |
S1069 | TangleBot | |
S0558 | Tiktok Pro |
Tiktok Pro can capture photos and videos from the device’s camera.[28] |
S0418 | ViceLeaker |
ViceLeaker can take photos from both the front and back cameras.[29] |
S0506 | ViperRAT | |
G0112 | Windshift |
Windshift has included video recording in the malicious apps deployed as part of Operation BULL.[31] |
S0489 | WolfRAT |
ID | Mitigation | Description |
---|---|---|
M1006 | Use Recent OS Version |
Android 9 and above restricts access to the mic, camera, and other device sensors from applications running in the background. iOS 14 and Android 12 introduced a visual indicator on the status bar (green dot) when an application is accessing the device’s camera.[33] |
ID | Data Source | Data Component | Detects |
---|---|---|---|
DS0041 | Application Vetting | Permissions Requests |
During the vetting process, applications using the Android permission |
DS0042 | User Interface | System Settings |
The user can view which applications have permission to use the camera through the device settings screen, where the user can then choose to revoke the permissions. |