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: 2 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T13:25:11.000Z (over 6 years ago)
- Last Synced: 2025-04-11T04:43:29.106Z (about 1 year ago)
- Topics: android, androzoo, celery, malware, python
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- 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
```