mirror of
https://github.com/ashishb/android-security-awesome.git
synced 2024-12-18 11:36:09 +00:00
Disable more broken services
This commit is contained in:
parent
ec2f5d3eec
commit
cbc6b62f75
@ -15,13 +15,13 @@ A collection of android security related resources.
|
||||
8. [AVC UnDroid](http://undroid.av-comparatives.info/)
|
||||
10. [Virustotal](https://www.virustotal.com/) - max 128MB
|
||||
11. [Fraunhofer App-ray](http://app-ray.co/) - not free
|
||||
12. [AppCritique](https://appcritique.boozallen.com) - Upload your Android APKs and receive comprehensive free security assessments.
|
||||
13. [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
|
||||
14. [AMAaaS](https://amaaas.com) - Free Android Malware Analysis Service. A baremetal service features static and dynamic analysis for Android applications. A product of [MalwarePot](https://malwarepot.com/index.php/AMAaaS).
|
||||
15. [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.
|
||||
16. [BitBaan](https://malab.bitbaan.com/)
|
||||
17. [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 malwares with Yara rules. More [here](https://beta.pithus.org/about/).
|
||||
18. [Approver](https://approver.talos-sec.com/) - Approver is a fully automated security analysis and risk assessment platform for Android and iOS apps. Not free.
|
||||
19. ~~[AMAaaS](https://amaaas.com) - Free Android Malware Analysis Service. A baremetal service features static and dynamic analysis for Android applications. A product of [MalwarePot](https://malwarepot.com/index.php/AMAaaS)~~.
|
||||
12. ~~[AppCritique](https://appcritique.boozallen.com) - Upload your Android APKs and receive comprehensive free security assessments~~
|
||||
15. ~~[NVISO ApkScan](https://apkscan.nviso.be/) - sunsetting on Oct 31, 2019~~
|
||||
4. ~~[Mobile Malware Sandbox](http://www.mobilemalware.com.br/analysis/index_en.php)~~
|
||||
6. ~~[IBM Security AppScan Mobile Analyzer](https://appscan.bluemix.net/mobileAnalyzer) - not free~~
|
||||
|
@ -20,7 +20,10 @@ DEAD_URLS='opencollective.com','http://copperdroid.isg.rhul.ac.uk/copperdroid/',
|
||||
'https://bitbucket.org/mstrobel/procyon/wiki/',\
|
||||
'https://code.google.com/p/androguard/wiki/DatabaseAndroidMalwares',\
|
||||
'https://github.com/ashishb/android-security-awesome/actions',\
|
||||
'https://pscout.csl.toronto.edu'
|
||||
'https://pscout.csl.toronto.edu',\
|
||||
'https://appcritique.boozallen.com',\
|
||||
'https://amaaas.com',\
|
||||
'https://malwarepot.com/index.php/AMAaaS'
|
||||
|
||||
FLAKY_URLS='http://safe.ijiami.cn/'
|
||||
SRC_FILE=README.md
|
||||
|
Loading…
Reference in New Issue
Block a user