Add docs for DawDropper#822
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #822 +/- ##
=======================================
Coverage 81.10% 81.10%
=======================================
Files 75 75
Lines 6372 6372
=======================================
Hits 5168 5168
Misses 1204 1204
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Quark Rules For DawDropper
New Quark rules (#243 - #245) are now available. These rules target DawDropper, a malware family that downloads and installs additional APKs. Check here for the rule details.
With these rules, Quark is now able to identify the DawDropper malware family as high-risk. In our experiment, Quark achieved 100% accuracy and 100% precision. Please check here for the APKs we tested.
Below is a summary report of a DawDropper sample (
a1298cc00605c79679f72b22d5c9c8e5c8557218458d6a6bd152b2c2514810eb). The report shows that Quark identified the sample as high-risk, with a list of behaviors as evidence.Identified Well-Known Threats
With Quark's rule classification feature, analysts can generate behavior maps and see how behaviors are related. This feature helps identify two well-known threats from DawDropper, as shown below.
1. Download APKs from remote servers
The behavior map shows that the
Lcom/techmediapro/photoediting/core/MainActivity;N0function downloads a file from a URL. If the URL points to an APK, it indicates that the function downloads an additional APK from a remote server.Behaviors detected by Quark:
2. Install additional APKs
The behavior map shows that the
Lcom/techmediapro/photoediting/core/MainActivity;S0function installs additional APKs.Behaviors detected by Quark:
List of Tested APKs
The table below lists the APKs we tested.