bazaar
bazaar copied to clipboard
Android security & privacy analysis for the masses
From: https://cryptax.medium.com/investigating-android-malware-with-pithus-17d2143cc528 In APK Analysis > Receivers, show which intent/actions/filters apply to the receiver.
From: https://cryptax.medium.com/investigating-android-malware-with-pithus-17d2143cc528 Detect if a sample is packed and unpack it. *note*: maybe there is something to do with jadx here.
From: https://cryptax.medium.com/investigating-android-malware-with-pithus-17d2143cc528 For the similarity, problem is we don't know what is similar between the samples. Suggestion: using Quark's chart radar to compare malware labels.
From: https://cryptax.medium.com/investigating-android-malware-with-pithus-17d2143cc528 In Behaviour analysis > threat analysis, show where in the code Quark locates the behaviour.
From: https://cryptax.medium.com/investigating-android-malware-with-pithus-17d2143cc528 In Behaviour analysis > Permission analysis, show which section of the code request the permissions instead of the description of the permission. *note*: we could keep the description...
From: https://cryptax.medium.com/investigating-android-malware-with-pithus-17d2143cc528 In Fingerprints > APKiD, show which part of the code implements the features that are detected.
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @peter-murray in...
We'd like to run a Pithus instance, but with our own branding ♥