Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

znb/Elastic-Elephant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elastic Elephant

These are Maltego Transforms to talk to Amazon via Boto

You will also need the Maltego Python library from here.

We want to find out what Instances are running with what Security Groups etc.

The easiest way to run this (especially the firewall stuff) is via a Machine

The maltezon.mtz file contains the Entities needed for this to work.

Installation

  1. Import the maltezon.mtz file into Maltego as a configuration.
  2. Download the Maltego Python library and extract to the Transforms directory.
  3. You should be good to go.

Scripts overview

Instance Scripts

  • GetInstances.py - Gets all the Instances running in a region
  • GetInstanceTag.py - Gets the Instance Tag/Name
  • GetInstanceInfo.py - Gets all the information for a specific Instance
  • GetInstancePublicIp.py - Gets the public IP address for a specific Instance
  • GetInstanceSecurityGroups.py - Gets all the Security Groups applied to an Instance
  • GetInstanceState.py - Get the running state of an Instance

Security Group Scripts

  • GetGlobalSecurityGroups.py - Gets all the Security Groups in use in an AWS region
  • GetSecurityGroupRules.py - Gets the Security Group rules
  • GetIngressProtocolPort.py - Get all the protocols/ports assigned to our Ingress rules
  • GetIngressSource.py - Get the source address assigned to our protocol/ports
  • GetEgressProtocolPort.py - Get all the protocols/ports assigned to out Egress rules
  • GetEgressDestination.py - Get the destination address assigned to our protocol/ports

Machines

These machines can be used to automate common tasks you'd use this framework for.

  • EC2 Asset Discovery - Discover all instances and their information in your region
  • EC2 Running Instances - Find all running instances in a region TODO: Need to figure out how to prune non-running instances
  • EC2 Firewall Audit - Just pull the Security Group information for a region

(They're pretty basic for the time being)

Releases

No releases published

Packages

No packages published

Languages