Skip to content

Commit ca96110

Browse files
authored
Add docs for DawDropper (#822)
1 parent ffd44c8 commit ca96110

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed

docs/source/quark_rules.rst

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,3 +851,88 @@ The table below lists the APKs we tested.
851851
- f46b863952599b91a4d2d682a80f345dfa03fad473d1938f2c53a3139c87a019
852852
* - 10
853853
- eec5096dfca6824317863f9225c29f6c4b3442c48fefa62dc382e3569bca5a60
854+
855+
856+
New Quark Rules For DawDropper
857+
===============================
858+
859+
New Quark rules (#243 - #245) are now available. These rules target `DawDropper <https://www.trendmicro.com/en_us/research/22/g/examining-new-dawdropper-banking-dropper-and-daas-on-the-dark-we.html>`_\ , a malware family that downloads and installs additional APKs. Check `here <https://github.com/ev-flow/quark-rules>`_ for the rule details.
860+
861+
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 :ref:`here <list-of-tested-apks-dawdropper>` for the APKs we tested.
862+
863+
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.
864+
865+
866+
.. image:: https://i.postimg.cc/44T6JT3v/Screenshot-2025-10-21-22-38-20.png
867+
:target: https://i.postimg.cc/44T6JT3v/Screenshot-2025-10-21-22-38-20.png
868+
:alt:
869+
870+
871+
Identified Well-Known Threats
872+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
873+
874+
With Quark's `rule classification <https://quark-engine.readthedocs.io/en/latest/quark_reports.html#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.
875+
876+
**1. Download APKs from remote servers**
877+
878+
879+
.. image:: https://i.postimg.cc/VLW5TKMP/downloadapk.png
880+
:target: https://i.postimg.cc/VLW5TKMP/downloadapk.png
881+
:alt:
882+
883+
884+
The behavior map shows that the ``Lcom/techmediapro/photoediting/core/MainActivity;N0`` function 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.
885+
886+
Behaviors detected by Quark:
887+
888+
889+
* Connect to a URL and read data from it (#00243)
890+
* Write data to a file (#00244)
891+
892+
**2. Install additional APKs**
893+
894+
895+
.. image:: https://i.postimg.cc/nc663z2H/installapk.png
896+
:target: https://i.postimg.cc/nc663z2H/installapk.png
897+
:alt:
898+
899+
900+
The behavior map shows that the ``Lcom/techmediapro/photoediting/core/MainActivity;S0`` function installs additional APKs.
901+
902+
Behaviors detected by Quark:
903+
904+
905+
* Install other APKs from file (#00245)
906+
907+
.. _list-of-tested-apks-dawdropper:
908+
909+
List of Tested APKs
910+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
911+
912+
The table below lists the APKs we tested.
913+
914+
.. list-table::
915+
:header-rows: 1
916+
917+
* - index
918+
- sha256
919+
* - 1
920+
- 022a01566d6033f6d90ab182c4e69f80a3851565aaaa386c8fa1a9435cb55c91
921+
* - 2
922+
- 02499a198a8be5e203b7929287115cc84d286fc6afdb1bc84f902e433a7961e4
923+
* - 3
924+
- 05b3e4071f62763b3925fca9db383aeaad6183c690eecbbf532b080dfa6a5a08
925+
* - 4
926+
- 71c44a78cd77a8f5767096f268c3193108ac06ff3779c65e78bc879d3b0ff11d
927+
* - 5
928+
- 77f226769eb1a886606823d5b7832d92f678f0c2e1133f3bbee939b256c398aa
929+
* - 6
930+
- 8fef8831cbc864ffe16e281b0e4af8e3999518c15677866ac80ffb9495959637
931+
* - 7
932+
- 9b2064f8808d3aaa2d3dc9f5c7ee0775b29e29df3a958466a8953f148b702461
933+
* - 8
934+
- a1298cc00605c79679f72b22d5c9c8e5c8557218458d6a6bd152b2c2514810eb
935+
* - 9
936+
- b4bd13770c3514596dd36854850a9507e5734374083a0e4299c697b6c9b9ec58
937+
* - 10
938+
- d5ac8e081298e3b14b41f2134dae68535bcf740841e75f91754d3d0c0814ed42

0 commit comments

Comments
 (0)