lisa icon indicating copy to clipboard operation
lisa copied to clipboard

Sandbox for automated Linux malware analysis.

Results 25 lisa issues
Sort by recently updated
recently updated
newest added

in the Dynamic Analysis mip little file error: Analysis result: ![image](https://user-images.githubusercontent.com/49174330/168016924-9c0e8a33-4a9b-48f1-94dd-483c2c43fb5d.png) file md5:ba4907e2e155c69aa09a6392197435f0

Hi, Just a small boot sequence issue. When I execute scalable function, api container will get error " Address already in use". ```bash ~/lisa$ docker-compose up --scale worker=10 Recreating lisa_worker_1...

Hi there, Thank you for sharing this amazing project. I set things up, and when I try to analyze any sample I always get the same KeyError: 'minopsz' error. ```...

Celery version 5.2.0 runs on, Python (3.7, 3.8, 3.9, 3.10) PyPy3.7 (7.3.7+) This is the version of celery which will support Python 3.7 or newer. If you're running an older...

The docker files are set for python:3.6-slim. Celery - Python 3.6: Celery 5.1 or earlier. I tested with python:3.7 and ran into more errors and dep issues. build with no...

## CHANGES + Change the IP range of the services from 172.42.0.1x to 172.42.0.2x. If you started more than 9 workers at the same time the IPs overlapped. Now it's...

Is there a way to pass the 'execution time' via the API call or change the default value of execution time? thanks!

Using a Yara HTTP runner I wrote (https://github.com/roaldi/YaraSea), I added an additional docker service that responds to HTTP posts from the worker, responding in JSON with yara rules that the...

New version of radare2 changed `minopsz` and `maxopsz` to `core` (old: `bin`). This commit fixes the `task failed` when user submit a binary. Cred to @AlbertoFDR for `minopsz` fix and...

First off, great work !!! I have installed and have everything running fine on Ubuntu 18.04 Have modified to have the web interface access work for IP of host (not...