An adversary may attempt to get detailed information about the operating system and hardware, including version, patches, and architecture.
On Android, much of this information is programmatically accessible to applications through the android.os.Build class.[1]
On iOS, techniques exist for applications to programmatically access this information.[2]
ID | Name | Description |
---|---|---|
S0525 | Android/AdDisplay.Ashas |
Android/AdDisplay.Ashas can collect information about the device including device type, OS version, language, free storage space, battery status, device root, and if developer mode is enabled.[3] |
S0304 | Android/Chuli.A |
Android/Chuli.A gathered system information including phone number, OS version, phone model, and SDK version.[4] |
S0310 | ANDROIDOS_ANSERVER.A |
ANDROIDOS_ANSERVER.A gathers the device OS version, device build version, manufacturer, and model.[5] |
S0422 | Anubis | |
S0540 | Asacub |
Asacub can collect various pieces of device information, including device model and OS version.[7] |
S0529 | CarbonSteal |
CarbonSteal has gathered device metadata, including model, manufacturer, SD card size, disk usage, memory, CPU, and serial number.[8] |
S0480 | Cerberus |
Cerberus can collect device information, such as the default SMS app and device locale.[9][10] |
S0555 | CHEMISTGAMES |
CHEMISTGAMES has fingerprinted devices to uniquely identify them.[11] |
S0425 | Corona Updates |
Corona Updates can collect various pieces of device information, including OS version, phone model, and manufacturer.[12] |
S0505 | Desert Scorpion |
Desert Scorpion can collect device metadata and can check if the device is rooted.[13] |
S0550 | DoubleAgent |
DoubleAgent has accessed common system information.[8] |
S0420 | Dvmap |
Dvmap checks the Android version to determine which system library to patch.[14] |
S0507 | eSurv | |
S0478 | EventBot |
EventBot can collect system information such as OS version, device vendor, and the type of screen lock that is active on the device.[16] |
S0522 | Exobot |
Exobot can obtain the device’s country and carrier name.[17] |
S0509 | FakeSpy |
FakeSpy can collect device information, including OS version and device model.[18] |
S0577 | FrozenCell |
FrozenCell has gathered the device manufacturer, model, and serial number.[19] |
S0535 | Golden Cup |
Golden Cup can collect various pieces of device information, such as serial number and product information.[20] |
S0551 | GoldenEagle |
GoldenEagle has checked for system root.[8] |
S0421 | GolfSpy |
GolfSpy can obtain the device’s battery level, network operator, connection information, sensor information, and information about the device’s storage and memory.[21] |
S0536 | GPlayed |
GPlayed can collect the device’s model, country, and Android version.[22] |
S0406 | Gustuff |
Gustuff gathers information about the device, including the default SMS application, if SafetyNet is enabled, the battery level, the operating system version, and if the malware has elevated permissions.[23] |
S0544 | HenBox |
HenBox can collect device information and can check if the device is running MIUI on a Xiaomi device.[24] |
S0463 | INSOMNIA |
INSOMNIA can collect the device’s name, serial number, iOS version, total disk space, and free disk space.[25] |
S0288 | KeyRaider |
Most KeyRaider samples search to find the Apple account's username, password and device's GUID in data being transferred.[26] |
S0485 | Mandrake |
Mandrake can access device configuration information and status, including Android version, battery level, device model, country, and SIM operator.[27] |
S0407 | Monokle |
Monokle queries the device for metadata such as make, model, and power levels.[28] |
S0399 | Pallas |
Pallas queries the device for metadata, such as device ID, OS version, and the number of cameras.[29] |
S0289 | Pegasus for iOS |
Pegasus for iOS monitors the victim for status and disables other access to the phone by other jailbreaking software.[30] |
S0326 | RedDrop |
RedDrop exfiltrates details of the victim device operating system and manufacturer.[31] |
S0403 | Riltok |
Riltok can query various details about the device, including phone number, country, mobile operator, model, root availability, and operating system version.[32] |
S0411 | Rotexy |
Rotexy collects information about the compromised device, including phone number, network operator, OS version, device model, and the device registration country.[33] |
S0313 | RuMMS |
RuMMS gathers device model and operating system version information and transmits it to a command and control server.[34] |
S0558 | Tiktok Pro |
Tiktok Pro can check the device’s battery status.[35] |
S0427 | TrickMo |
TrickMo can collect device information such as network operator, model, brand, and OS version.[36] |
S0418 | ViceLeaker |
ViceLeaker collects device information, including the device model and OS version.[37] |
S0506 | ViperRAT |
ViperRAT can collect system information, including brand, manufacturer, and serial number.[38] |
G0112 | Windshift |
Windshift has included system information enumeration in the malicious apps deployed as part of Operation BULL and Operation ROCK.[39] |
S0318 | XLoader for Android |
XLoader for Android collects the device’s Android ID and serial number.[40] |
S0490 | XLoader for iOS |
XLoader for iOS can obtain the device’s UDID, version number, and product number.[40] |
ID | Mitigation | Description |
---|---|---|
M1005 | Application Vetting |
App vetting procedures can search for apps that use the android.os.Build class, but these procedures could potentially be evaded and are likely not practical in this case, as many apps are likely to use this functionality as part of their legitimate behavior. |