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

Requirements

  • Python 3.6 or later
    • packages in requirements.txt
  • Following system packages
    • yara
    • samba-common (for rpcclient)
  • A MongoDB server connected to the RADAR Control Server

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

Target_host is the primary key. Other fields are optional. "services" must contain JSON formatted as shown below to work with the Playbooks.

{
  "target_host": "scanme.nmap.org",
  "details": {
    "value": "low",
    "last_scan": "1572142040.0714252",
    "latency": 0.10
  },
  "services": [
    {
        "port": "22",
        "protocol": "tcp",
        "service": "ssh",
        "state": "open"
    },
    {
        "port": "80",
        "protocol": "tcp",
        "service": "http",
        "state": "open"
    }
  ]
}

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.2.1.tar.gz (42.1 kB view hashes)

Uploaded Source

Built Distribution

cyber_radar-0.2.1-py3-none-any.whl (52.2 kB view hashes)

Uploaded Python 3

Supported by

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