We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File Link - https://play.google.com/store/apps/details?id=com.fss.indus Version - 9.2.10.2 SHA256 - b607ec41ad0ee86ece745ed108137fb5733ccca7129225b6bb866d8c54dad8f8
APKiD Scan -
$ apkid 'IndusMobile_9.2.10.2_apks.apk' [+] APKiD 2.1.5 :: from RedNaga :: rednaga.io [*] IndusMobile_9.2.10.2_apks.apk!classes.dex |-> anti_disassembly : illegal class name |-> anti_vm : Build.BOARD check, Build.MANUFACTURER check, emulator file check, possible VM check, subscriber ID check |-> compiler : dexlib 2.x [*] IndusMobile_9.2.10.2_apks.apk!classes10.dex |-> anti_disassembly : illegal class name |-> anti_vm : Build.FINGERPRINT check, Build.MANUFACTURER check |-> compiler : dexlib 2.x |-> obfuscator : unreadable field names, unreadable method names [*] IndusMobile_9.2.10.2_apks.apk!classes11.dex |-> anti_disassembly : illegal class name |-> compiler : dexlib 2.x [*] IndusMobile_9.2.10.2_apks.apk!classes2.dex |-> anti_disassembly : illegal class name |-> anti_vm : Build.FINGERPRINT check, Build.MANUFACTURER check, Build.MODEL check, Build.PRODUCT check, network operator name check, subscriber ID check |-> compiler : dexlib 2.x [*] IndusMobile_9.2.10.2_apks.apk!classes3.dex |-> anti_vm : Build.FINGERPRINT check, Build.MANUFACTURER check, device ID check, possible Build.SERIAL check |-> compiler : dexlib 2.x |-> obfuscator : unreadable field names [*] IndusMobile_9.2.10.2_apks.apk!classes4.dex |-> anti_vm : Build.MANUFACTURER check, Build.TAGS check, network operator name check, possible ro.secure check |-> compiler : dexlib 2.x [*] IndusMobile_9.2.10.2_apks.apk!classes5.dex |-> anti_debug : Debug.isDebuggerConnected() check |-> anti_vm : Build.BOARD check, Build.FINGERPRINT check, Build.MANUFACTURER check, Build.MODEL check, Build.PRODUCT check, possible Build.SERIAL check |-> compiler : dexlib 2.x |-> obfuscator : unreadable field names [*] IndusMobile_9.2.10.2_apks.apk!classes6.dex |-> anti_disassembly : illegal class name |-> anti_vm : Build.BOARD check, Build.FINGERPRINT check, Build.MANUFACTURER check |-> compiler : dexlib 2.x [*] IndusMobile_9.2.10.2_apks.apk!classes7.dex |-> anti_disassembly : illegal class name |-> anti_vm : Build.MANUFACTURER check, Build.TAGS check, network operator name check |-> compiler : dexlib 2.x |-> obfuscator : unreadable field names, unreadable method names [*] IndusMobile_9.2.10.2_apks.apk!classes8.dex |-> anti_vm : Build.MANUFACTURER check, subscriber ID check |-> compiler : dexlib 2.x |-> obfuscator : unreadable field names, unreadable method names [*] IndusMobile_9.2.10.2_apks.apk!classes9.dex |-> anti_disassembly : illegal class name |-> anti_vm : Build.MANUFACTURER check, Build.MODEL check, Build.PRODUCT check, possible Build.SERIAL check |-> compiler : dexlib 2.x |-> obfuscator : unreadable field names, unreadable method names [*] IndusMobile_9.2.10.2_apks.apk!lib/arm64-v8a/liboofphcaofdnc.so |-> packer : Promon Shield
Kony Packer should be detected as
/lib/arm64-v8a/libkonyjsvm.so /assets/application.properties
exist but
/assets/js/startup.js
doesn't exist which break existing rule
rule kony : packer { meta: description = "Kony" url = "http://www.kony.com/" strings: $lib = "libkonyjsvm.so" $decrypt_keys = "assets/application.properties" $encrypted_js = "assets/js/startup.js" condition: is_apk and $lib and $decrypt_keys and $encrypted_js }
The text was updated successfully, but these errors were encountered:
@apkunpacker do you think this rule would fix it? is_apk and $lib and ($decrypt_keys or $encrypted_js)?
is_apk and $lib and ($decrypt_keys or $encrypted_js)
Sorry, something went wrong.
yes
No branches or pull requests
File Link - https://play.google.com/store/apps/details?id=com.fss.indus
Version - 9.2.10.2
SHA256 - b607ec41ad0ee86ece745ed108137fb5733ccca7129225b6bb866d8c54dad8f8
APKiD Scan -
Kony Packer should be detected as
exist but
doesn't exist which break existing rule
The text was updated successfully, but these errors were encountered: