Skip to main content

A framework to support a Red-team Analysis, Documentation, and Automation Revolution!

Project description

RADAR

Red-team Analysis, Documentation, and Automation Revolution

Features

  • Modular plugin support
  • Integrates with your existing workflow

Required System Components

  • Python 3.6 or later
    • packages in requirements.txt
  • Following system packages
    • yara
  • A MongoDB server connected to the RADAR Control Server

Wanted System Components

The following software components are not required, but are needed for full functionality (e.g. playbooks and commanders)

  • nmap
  • samba-common (for rpcclient)

Self-signed certificate help

I used this guide to make my self-signed certificates for testing. If you're using an IP address instead of a domain name, change the V3 ext file as shown in this guide

Data Format Specifications

Target information

A valid target is json that has the following structure (see actual example below).

  • target_host: REQUIRED - This key is the IP address, domain name, or hostname of the target. This must uniquely identify the device and be usable by programs which take this data as arguments (e.g. nmap).
  • source_command: REQUIRED - This field is an internal UUID used by RADAR. This UUID can be queried in the database to find detailed information about the command that this target was parsed from.
  • details: This optional key contains arbitrary metadata about the host - for example what type of device it is or how strong the network connection is to the device.
  • services: This optional key contains a list of open ports on the host and information about the services it's running.
  • vulnerabilities: This optional key contains a list of information about potential vulnerabilities the host has. This data is typically used by playbooks.
{
  "target_host": "scanme.nmap.org",
  "details": {
    "host_type": "mailserver;webserver",
    "latency": "0.093",
    "scan_time": 1609632285,
    "status": "up",
    "value": "high"
  },
  "services": [
    {
      "port": "22",
      "protocol": "tcp",
      "service": "ssh",
      "state": "open"
    },
    {
      "port": "80",
      "protocol": "tcp",
      "service": "http",
      "state": "open"
    },
    {
      "port": "9929",
      "protocol": "tcp",
      "service": "nping-echo",
      "state": "open"
    },
    {
      "port": "31337",
      "protocol": "tcp",
      "service": "Elite",
      "state": "open"
    }
  ],
  "source_command": "ed73d874-7ad9-4343-a2e4-d9f17ddea966"
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cyber-radar-0.3.5.tar.gz (53.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cyber_radar-0.3.5-py3-none-any.whl (65.2 kB view details)

Uploaded Python 3

File details

Details for the file cyber-radar-0.3.5.tar.gz.

File metadata

  • Download URL: cyber-radar-0.3.5.tar.gz
  • Upload date:
  • Size: 53.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.0

File hashes

Hashes for cyber-radar-0.3.5.tar.gz
Algorithm Hash digest
SHA256 ad6634b61e4152ded4bd05f1e680efa6de48b4d7e3392015dfd07d35f5f1f19c
MD5 b8a35398be9d98787499dfbd91b37a47
BLAKE2b-256 69d02490f928cfb9d5cde1691aa2eb1ca205a844dfa4243651f2c447c786cc07

See more details on using hashes here.

File details

Details for the file cyber_radar-0.3.5-py3-none-any.whl.

File metadata

  • Download URL: cyber_radar-0.3.5-py3-none-any.whl
  • Upload date:
  • Size: 65.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.0

File hashes

Hashes for cyber_radar-0.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 b876ad04abb64a8b040fc1cdad7c615aaa197f9214ee9b802eb808b41dccacea
MD5 8d2119360ad0cb14800747296f14bbf0
BLAKE2b-256 9fa7e9f6d4d51347819d6a8e89f38b11bbbc6166e7df22edfbfd4ef7da4d2e98

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page