From 4bbc1acf4002a43a2d252d9a55990722e4d1e87a Mon Sep 17 00:00:00 2001 From: Ashish Bhatia Date: Sun, 28 Jul 2019 11:55:50 -0700 Subject: [PATCH] Mark www.mobilemalware.com.br and appscan.bluemix.net as dead --- .travis.yml | 3 ++- README.md | 8 ++++---- run_awesome_bot.sh | 3 ++- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 31e0f5e..5b70dff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,5 @@ rvm: before_script: - gem install awesome_bot script: - - bash run_awesome_bot.sh + # Some URLs could be flaky, try twice in case the first execution fails. + - bash run_awesome_bot.sh || bash run_awesome_bot.sh diff --git a/README.md b/README.md index fb73b59..13ecadc 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,7 @@ A collection of android security related resources. 1. [AndroTotal](http://andrototal.org/) -4. [Mobile Malware Sandbox](http://www.mobilemalware.com.br/analysis/index_en.php) 5. [Appknox](https://www.appknox.com/) - not free -6. [IBM Security AppScan Mobile Analyzer](https://appscan.bluemix.net/mobileAnalyzer) - not free 7. [NVISO ApkScan](https://apkscan.nviso.be/) 8. [AVC UnDroid](http://undroid.av-comparatives.info/) 10. [Virustotal](https://www.virustotal.com/) - max 128MB @@ -24,6 +22,8 @@ A collection of android security related resources. 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) - Android Malware Analysis as a Service. A baremetal service features static and dynamic analysis for Android applications. A product of MalwarePot (https://malwarepot.com/index.php/AMAaaS) - Free. +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~~ 15. ~~[Visual Threat](https://www.visualthreat.com/) - no longer an Android app analyzer~~ 15. ~~[Tracedroid](http://tracedroid.few.vu.nl/)~~ 15. ~~[habo](https://habo.qq.com/) - 10/day~~ @@ -44,7 +44,7 @@ A collection of android security related resources. ### Static Analysis Tools -1. [Androwarn](https://github.com/maaaaz/androwarn/) - detect and warn the user about potential malicious behaviours developed by an Android application. +1. [Androwarn](https://github.com/maaaaz/androwarn/) - detect and warn the user about potential malicious behaviours developed by an Android application. 2. [ApkAnalyser](https://github.com/sonyxperiadev/ApkAnalyser) 3. [APKInspector](https://github.com/honeynet/apkinspector/) 4. [Droid Intent Data Flow Analysis for Information Leakage](https://www.cert.org/secure-coding/tools/didfail.cfm) @@ -79,7 +79,6 @@ A collection of android security related resources. 1. [Android DBI frameowork](http://www.mulliner.org/blog/blosxom.cgi/security/androiddbiv02.html) 2. [Androl4b](https://github.com/sh4hin/Androl4b)- A Virtual Machine For Assessing Android applications, Reverse Engineering and Malware Analysis -3. [Android Malware Analysis Toolkit](http://www.mobilemalware.com.br/amat/download.html) - (linux distro) Earlier it use to be an [online analyzer](http://dunkelheit.com.br/amat/analysis/index_en.php) 4. [Mobile-Security-Framework MobSF](https://github.com/MobSF/Mobile-Security-Framework-MobSF) - Mobile Security Framework is an intelligent, all-in-one open source mobile application (Android/iOS) automated pen-testing framework capable of performing static, dynamic analysis and web API testing. 5. [AppUse](https://appsec-labs.com/AppUse/) – custom build for pentesting 6. [Cobradroid](https://thecobraden.com/projects/cobradroid/) – custom image for malware analysis @@ -104,6 +103,7 @@ A collection of android security related resources. 28. [Vezir Project](https://github.com/oguzhantopgul/Vezir-Project) - Virtual Machine for Mobile Application Pentesting and Mobile Malware Analysis 29. [MARA](https://github.com/xtiankisutsa/MARA_Framework) - Mobile Application Reverse engineering and Analysis Framework 30. [Taintdroid](http://appanalysis.org) - requires AOSP compilation +3. ~~[Android Malware Analysis Toolkit](http://www.mobilemalware.com.br/amat/download.html) - (linux distro) Earlier it use to be an [online analyzer](http://dunkelheit.com.br/amat/analysis/index_en.php)~~ 31. ~~[Android Reverse Engineering](https://redmine.honeynet.org/projects/are/wiki) – ARE (android reverse engineering) not under active development anymore~~ 31. ~~[ViaLab Community Edition](https://www.nowsecure.com/blog/2014/09/09/introducing-vialab-community-edition/)~~ 32. ~~[Mercury](https://labs.mwrinfosecurity.com/tools/2012/03/16/mercury/)~~ diff --git a/run_awesome_bot.sh b/run_awesome_bot.sh index fdf0ae5..64182a3 100755 --- a/run_awesome_bot.sh +++ b/run_awesome_bot.sh @@ -12,7 +12,8 @@ DEAD_URLS='opencollective.com','http://copperdroid.isg.rhul.ac.uk/copperdroid/', 'http://blog.avlyun.com/wp-content/uploads/2014/04/SmaliViewer.zip',\ 'habo.qq.com','www.fasteque.com','http://admire.necst.it/','tracedroid.few.vu.nl',\ 'http://appanalysis.org','http://dunkelheit.com.br','https://mobile-security.zeef.com',\ -'https://redmine.honeynet.org/projects/are/wiki','https://www.visualthreat.com/' +'https://redmine.honeynet.org/projects/are/wiki','https://www.visualthreat.com/',\ +'http://www.mobilemalware.com.br','https://appscan.bluemix.net' FLAKY_URLS='http://safe.ijiami.cn/' SRC_FILE=README.md