美文网首页
The default values for an emulat

The default values for an emulat

作者: 石先 | 来源:发表于2018-06-07 11:43 被阅读12次

There are few data elements that are unique to an emulated Android environment. Below are few checks that the malware does and the default values for an emulator:

Build.FINGERPRINT.startsWith "generic" or "unknown"
Build.MODEL.contains "google_sdk" or "Emulator" or "Android SDK built for x86"
Build.MANUFACTURER.contains "Genymotion"
Build.BRAND.startsWith "generic"
Build.DEVICE.startsWith "generic"
Build.HARDWARE.contains "golfdish" or "ranchu"
Build.PRODUCT equals "google_sdk" or "sdk_x86" or "vbox86p" or "generic"
IMEI = 000000000000000, 012345678912345 or 004999010640000
IMSI = 012345678912345
NetworkOperatorName is empty
SimOperatorName is empty

SonicWall Security Center

相关文章

网友评论

      本文标题:The default values for an emulat

      本文链接:https://www.haomeiwen.com/subject/sktgsftx.html