OWASP Amass Attack Surface Discovery

AWS Security

Authorised attack surface mapping and external asset discovery for the domains you own.

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Overview

OWASP Amass is the OWASP Foundation's open source tool for attack surface mapping and external asset discovery. Point it at a domain you own, or one you are authorised to test, and it enumerates the subdomains, DNS records, TLS certificates and netblocks that make up your external attack surface, drawing on open source intelligence from certificate transparency logs, passive DNS and dozens of data sources. cloudimg ships it as a ready to run asset inventory appliance: the scanner, a persistent asset database, a daily passive enumeration schedule and CI friendly reports are already in place.

Why the cloudimg image

cloudimg preconfigures the pinned, checksum verified scanner, a persistent OWASP Open Asset Model database, a daily passive enumeration timer and reports your CI or SIEM can read, with no baked API keys and no default credential of any kind. SSH host keys are rotated per instance, the collection engine port is firewalled to loopback, unattended security updates are on, and every image is backed by a paired deploy guide and 24/7 support.

Common uses

  • Inventory the external attack surface of the domains you own
  • Feed discovered subdomains and assets into your CI or SIEM pipeline
  • Continuously track new subdomains and certificates for authorised domains

Key features

  • Scanning in minutes, not hours of setup. Unlike installing Amass from source or Docker, this AMI eliminates configuration research, database setup, scheduling plumbing, and hardening steps. Launch, SSH in, and run your first asset-discovery scan immediately. Includes a pinned, checksum-verified Amass release, a pre-built config, a persistent OAM database, a daily passive enumeration timer, and text reports with stable symlinks ready for Jenkins, GitLab CI, Splunk, or Elastic SIEM pickup.
  • Defensive, authorized-only asset discovery with zero credential risk. Maps your external attack surface - subdomains, DNS, TLS certificates, and netblocks - using passive open-source intelligence that sends no packets to targets. Ships with no targets configured, no baked API keys, and no default credentials. You control exactly which domains are enumerated, eliminating the shared-key leakage risk present in pre-configured alternatives.
  • Hardened by default with 24/7 expert support. SSH is the only open port, the collection-engine port is firewalled to loopback, and unattended security updates are enabled on a fully patched OS. cloudimg engineers help you configure targets, add OSINT API keys, interpret findings, and wire reports into your CI or SIEM pipeline around the clock. Critical issues receive a one-hour average response.

See it running

Real screenshots taken while testing this image against its deployment guide.

OWASP Amass Attack Surface Discovery screenshot 1 OWASP Amass Attack Surface Discovery screenshot 2 OWASP Amass Attack Surface Discovery screenshot 3

Description

This is a repackaged open source software product wherein additional charges apply for cloudimg support services.

## Overview

OWASP Amass is the OWASP Foundation's open-source, Apache-2.0 licensed tool for attack-surface mapping and external asset discovery, and one of the most widely adopted open-source attack-surface-mapping tools. This AMI delivers Amass fully configured as a ready-to-run asset-inventory appliance - SSH in and start discovering subdomains, DNS records, TLS certificates, netblocks and autonomous systems within minutes of launch.

## Why This AMI Instead of a Bare Install

Installing Amass from source or Docker gives you a binary, not a production-ready scanning host. With a manual approach you still need to research configuration options, set up a persistent asset database, build scheduling plumbing, harden the instance, and wire output into your pipeline. This AMI eliminates that work entirely:

  • No configuration research - system config and OSINT data-source template are pre-built at /etc/amass/
  • No database setup - a persistent OWASP Open Asset Model (OAM) database is ready at /var/lib/amass
  • No scheduling plumbing - a daily systemd timer runs passive enumeration automatically
  • No hardening steps - SSH-only access, loopback-firewalled engine port, unattended security updates, fully patched OS
  • No credential risk - ships with zero baked API keys and no default credentials of any kind

The result: you go from EC2 launch to your first asset-discovery report without writing a single line of configuration.

## What Is Included

  • Pinned scanner - the upstream OWASP Amass release binary, verified against published SHA256 checksums
  • Ready-to-use configuration - system config at /etc/amass/config.yaml and an OSINT data-source template at /etc/amass/datasources.yaml. Certificate-transparency and several sources work with no API keys; add your keys to unlock more than sixty data sources
  • Persistent asset database - findings accumulate in the OAM database and are queryable with amass subs at any time
  • Scheduled enumeration - a daily systemd timer passively enumerates your configured domains and writes text reports with stable latest-domain symlinks
  • Self-test included - run amass-selftest to confirm the scanner works end to end before pointing it at your own domains

## CI and SIEM Integration

Text reports are written with stable symlinks under /var/lib/amass/reports, making them straightforward to pick up with common automation and monitoring tools. Feed the plain-text reports into Jenkins or GitLab CI pipelines for continuous asset-inventory checks, or ship them to Splunk or Elastic SIEM for correlation with your security event data. The plain-text format works with any log shipper or file-based integration.

## Authorised Use Only

Amass is a defensive asset-inventory tool for domains you own or are permitted to assess. Enumerating third-party infrastructure you are not authorised to test may be illegal. The image ships with no targets configured; you add only the domains you are authorised to enumerate, and the default mode is passive open-source-intelligence collection that sends no packets to your targets.

## How Asset Discovery Works

1. Add the domains you are authorised to enumerate to /etc/amass/scan.conf (empty by default)

2. The daily systemd timer runs a passive enumeration of those domains

3. Findings are persisted to the OAM asset database and written as text reports

4. Query accumulated results at any time with amass subs

5. Switch to active mode with one edit when you want DNS resolution and light active recon on assets you own

## Getting Started

1. Launch the AMI on your preferred EC2 instance type

2. Connect over SSH using your key pair

3. Prove the scanner works with amass-selftest owasp.org

4. Add your authorised domains to /etc/amass/scan.conf and, optionally, API keys to /etc/amass/datasources.yaml

5. Review reports under /var/lib/amass/reports and query results with amass subs

## Secure by Default

SSH with your launch key is the only open port. The embedded collection-engine port is firewalled to loopback. No default credential of any kind, no baked API keys, and unattended security upgrades are enabled. The operating system is fully patched at capture.

## 24/7 cloudimg Support

Technical support by email and live chat covers configuring authorised targets, adding OSINT data-source API keys, interpreting the asset database and reports, wiring the schedule into your CI or SIEM pipeline, and switching between passive and active modes. Critical issues receive a one-hour average response. Contact support@cloudimg.co.uk with any pre-purchase or configuration questions.

OWASP Amass is Apache-2.0 licensed free software. All product and company names are trademarks or registered trademarks of their respective holders; use of them does not imply any affiliation with or endorsement by them, including the OWASP Foundation.

Related technologies

attack surface managementasset discoverysubdomain enumerationosint reconnaissancedns reconnaissanceexternal asset inventorycertificate transparencysecurity scanningattack surface mappingpassive reconnaissance