Skip to content

Commit c449f92

Browse files
committed
Mark approver.talos-sec.com as dead
1 parent 33e2da3 commit c449f92

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ A collection of Android security-related resources.
1919
1. [NowSecure Lab Automated](https://www.nowsecure.com/blog/2016/09/19/announcing-nowsecure-lab-automated/) - Enterprise tool for mobile app security testing both Android and iOS mobile apps. Lab Automated features dynamic and static analysis on real devices in the cloud to return results in minutes. Not free
2020
1. [App Detonator](https://appdetonator.run/) - Detonate APK binary to provide source code level details including app author, signature, build, and manifest information. 3 Analysis/day free quota.
2121
1. [Pithus](https://beta.pithus.org/) - Open-Source APK analyzer. Still in Beta for the moment and limited to static analysis for the moment. Possible to hunt malware with Yara rules. More [here](https://beta.pithus.org/about/).
22-
1. [Approver](https://approver.talos-sec.com/) - Approver is a fully automated security analysis and risk assessment platform for Android and iOS apps. Not free.
2322
1. [Oversecured](https://oversecured.com/) - Enterprise vulnerability scanner for Android and iOS apps, it offers app owners and developers the ability to secure each new version of a mobile app by integrating Oversecured into the development process. Not free.
2423
1. [AppSweep by Guardsquare](https://appsweep.guardsquare.com/) - Free, fast Android application security testing for developers
2524
1. [Koodous](https://koodous.com) - Performs static/dynamic malware analysis over a vast repository of Android samples and checks them against public and private Yara rules.
@@ -47,6 +46,7 @@ A collection of Android security-related resources.
4746
1. ~~[Dexter](https://dexter.dexlabs.org/)~~
4847
1. ~~[MobiSec Eacus](http://www.mobiseclab.org/eacus.jsp)~~
4948
1. ~~[Fireeye](https://fireeye.ijinshan.com/)- max 60MB 15/day~~
49+
1. ~~[approver](https://approver.talos-sec.com/) - Approver is a fully automated security analysis and risk assessment platform for Android and iOS apps. Not free.~~
5050

5151
### Static Analysis Tools
5252

@@ -189,7 +189,7 @@ A collection of Android security-related resources.
189189
1. [Appland downloader (Node)](https://github.com/dweinstein/node-appland) - download apps from Appland third-party Android market
190190
1. [PlaystoreDownloader](https://github.com/ClaudiuGeorgiu/PlaystoreDownloader) - PlaystoreDownloader is a tool for downloading Android applications directly from the Google Play Store. After an initial (one-time) configuration, applications can be downloaded by specifying their package name.
191191
1. [APK Downloader](https://apkcombo.com/apk-downloader/) Online Service to download APK from Playstore for specific Android Device Configuration
192-
~~1. [Apkpure](https://apkpure.com/) - Online apk downloader. Provides also its own app for downloading.~~
192+
1. ~~[Apkpure](https://apkpure.com/) - Online apk downloader. Provides also its own app for downloading.~~
193193

194194
### Misc Tools
195195

run_awesome_bot.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ DEAD_URLS='opencollective.com','http://copperdroid.isg.rhul.ac.uk/copperdroid/',
3232
'http://pralab.diee.unica.it/en/AndroidPRAGuardDataset',\
3333
'https://www.nccgroup.trust/us/about-us/resources/intent-fuzzer/',\
3434
'https://www.sec.tu-bs.de/~danarp/drebin/',\
35-
'https://apkpure.com'
35+
'https://apkpure.com',\
36+
'https://approver.talos-sec.com'
3637

3738
FLAKY_URLS='http://safe.ijiami.cn/',\
3839
'https://apkcombo.com/apk-downloader/',\

0 commit comments

Comments
 (0)