Neton | Tool For Getting Information From Internet Connected Sandboxes

  • Search zippyshare.cloud on google and enjoy unlimited cloud storage

Ruchika oberoi

Administrator
Staff member
Mar 27, 2022
4,615
234
63
Da33f048167c417d9a6fa3aa6854af2662065206

Neton is a tool for getting information from Internet connected sandboxes. It is composed by an agent and a web interface that displays the collected information.
The Neton agent gets information from the systems on which it runs and exfiltrates it via HTTPS to the web server.

Some of the information it collects:

  • Operating system and hardware information
  • Find files on mounted drives
  • List unsigned microsoft drivers
  • Run SharpEDRChecker
  • Run Pafish
  • Run Al-Khaser
  • Detect hooks
  • Take screenshots of the desktop
All this information can be used to improve Red Team artifacts or to learn how sandboxes work and improve them.

Images​

2022 10 27 10 38 29 9 2022 10 27 10 04 51 3 2022 10 27 10 05 10 1 2022 11 13 23 17 36 2022 10 27 10 05 47

Deployment​

NetonWeb​

  1. Install (with virtualenv):
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

  1. Configure the database:
python3 manage.py migrate
python3 manage.py makemigrations core
python3 manage.py migrate core

  • Create user:
python3 manage.py createsuperuser

Launch (test)​

python3 manage.py runserver

Launch (prod)​

  • Generate the certificates and store them in the certs folder:
openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout server.key -out server.crt

Launch gunicorn:

./launch_prod.sh

Agent​

Build solution with Visual Studio. The agent configuration can be done from the Program.cs class.

  • url variable: Url where the information will be exfiltrated (NetonWeb’s).
  • sandboxId variable: Identifier of the sandbox where the samples are uploaded.
  • wave variable: Way of organising the different times the samples are sent. muestras. 2022 10 28 08 16 57 2

Sample data​

In the sample data folder there is a with several samples collected from the following services:

  • Virustotal
  • Tria.ge
  • Metadefender
  • Hybrid Analysis
  • Any.run
  • Intezer Analyze
  • Pikker
  • AlienVault OTX
  • Threat.Zone
To access the sample information copy the sqlite file to the NetonWeb folder and run the application.

Credentials:

  • User: raccoon
  • Password: jAmb.Abj3.j11pmMa

Extra info​

  • Slides (ES):
  • Video (ES):
    You must be registered for see medias
  • Video (EN):
    You must be registered for see medias

Credits​

  • SharpEDRChecker:
  • Pafish:
  • Al-Khaser:
  • OffensiveCSharp → HookDetector:
  • OffensiveCSharp → DriverQuery:

GitHub:​

You must be registered for see images

Neton

Neton is a tool for getting information from Internet connected sandboxes - GitHub - Aetsu/Neton: Neton is a tool for getting information from Internet connected sandboxes