Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
/ nmap-agent Public archive

INACTIVE - Experiment: A light-weight agent to get a port scan perspective into a useable place/format for security operations

Notifications You must be signed in to change notification settings

mozilla/nmap-agent

Repository files navigation

nmap-agent (client)

A container that performs NMAP scans and send results to S3 for post analysis

Inputs:

  • target(s)
  • scan options
  • reporting endpoint

Outputs

  • Raw NMAP XML results sent to S3

Benefits:

  • simplified format
  • deployable via docker
  • pass inputs via ENV vars
  • No running services
  • Multiple perspectives...
    • Scan from Docker => Prod Endpoint
    • Scan from Docker => Docker Network
    • Scan from Docker => VPC

S3 bucket (server)

A receiving location for scan results

Inputs:

  • Uploads scan results via write only access (limit exposure if a single node is corrupted)

Outputs:

  • S3 bucket scan results via read-only access (limit exposure if policy node is corrupted)

Benefits:

  • No web application to secure/maintain
  • Easy access to raw data for alternative uses
  • Easy programmatics access to data store
  • AWS/DevOps friendly

nmap2json post processing (Lambda function)

a simple lambda function, which is run on any file that changes in an S3 bucket ./xml folder and produces a simplified ./json equivalent. JSON is simply an easier format to work with and reduces the barrier of entry for really anything to use this data, including the policy framework.

nmap-policy (TBD)

a policy/expectations framework for describing service expectations for a given perspective

About

INACTIVE - Experiment: A light-weight agent to get a port scan perspective into a useable place/format for security operations

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •