Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fmind/apkworkers
A celery application to distribute Android malware analysis
https://github.com/fmind/apkworkers
android androzoo celery malware python
Last synced: about 1 month ago
JSON representation
A celery application to distribute Android malware analysis
- Host: GitHub
- URL: https://github.com/fmind/apkworkers
- Owner: fmind
- License: other
- Created: 2019-12-11T13:17:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T13:25:11.000Z (about 5 years ago)
- Last Synced: 2024-11-06T00:29:21.449Z (3 months ago)
- Topics: android, androzoo, celery, malware, python
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# APK Workers
A Celery application to distribute Android malware analysis.
# HPC
```
oarsub -I
module load lang/Python/2.7.13-foss-2017a
make prod
exit
oarsub -S srv/start-oar.sh
```# Development
```
make prod
celery -A apkworkers worker --loglevel=info |& tee -a worker.log
```# Production
```
make prod
celery -A apkworkers worker -Q --loglevel=error |& tee -a worker.log
```## Monitoring
```
flower -A apkworkers
```## Send tasks
```
cat signatures.txt
0000003b455a6c7af837ef90f2eaffd856e3b5cf49f5e27191430328de2fa670
0000003b455a6c7af837ef90f2eaffd856e3b5cf49f5e27191430328de2fa671
0000003b455a6c7af837ef90f2eaffd856e3b5cf49f5e27191430328de2fa670
``````
workdo -t vtreport tasks.txt
```