Overview
Scanner, configuration and secure posture
The pre-installed OWASP Amass scanner reporting its version, the shipped appliance configuration, the collection engine firewalled to loopback and SSH as the only network listener.
Scanner, configuration and secure posture
Enumeration engine running end to end
Scheduled enumeration, timer and OSINT sources
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
- Add the domains you are authorised to enumerate to /etc/amass/scan.conf (empty by default)
- The daily systemd timer runs a passive enumeration of those domains
- Findings are persisted to the OAM asset database and written as text reports
- Query accumulated results at any time with amass subs
- Switch to active mode with one edit when you want DNS resolution and light active recon on assets you own
Getting Started
- Launch the AMI on your preferred EC2 instance type
- Connect over SSH using your key pair
- Prove the scanner works with amass-selftest owasp.org
- Add your authorised domains to /etc/amass/scan.conf and, optionally, API keys to /etc/amass/datasources.yaml
- 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.
Highlights
- 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.
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
Free trial
- ...
Dimension | Description | Cost/hour |
|---|---|---|
m5.large Recommended | m5.large | $0.08 |
t2.micro | t2.micro instance type | $0.04 |
t3.micro | t3.micro instance type | $0.04 |
c5a.12xlarge | c5a.12xlarge instance type | $0.24 |
c5a.16xlarge | c5a.16xlarge instance type | $0.24 |
c5a.24xlarge | c5a.24xlarge instance type | $0.24 |
c5a.2xlarge | c5a.2xlarge instance type | $0.24 |
c5a.4xlarge | c5a.4xlarge instance type | $0.24 |
c5a.8xlarge | c5a.8xlarge instance type | $0.24 |
c5a.large | c5a.large instance type | $0.08 |
Vendor refund policy
Refunds available on request.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
Initial release of OWASP Amass 5.1.1, the OWASP Foundation's attack-surface mapping and external asset discovery tool, as a ready-to-run appliance with a pinned checksum-verified scanner, a persistent OWASP Open Asset Model asset database, a daily passive enumeration timer and CI/SIEM-friendly reports.
Additional details
Usage instructions
Connect via SSH on port 22 as the default login user for your operating system variant (the user guide lists it per variant; on Ubuntu it is ubuntu). This is a headless command-line attack-surface-mapping tool: there is no web interface and no credential. Read the instance note with: cat /etc/amass/credentials. Prove the scanner works end to end with: amass-selftest owasp.org. Add the domains you are authorised to enumerate to /etc/amass/scan.conf (AMASS_TARGETS, empty by default) and, optionally, OSINT data-source API keys to /etc/amass/datasources.yaml, then apply with: sudo systemctl restart amass-enum.timer. A daily systemd timer (amass-enum.timer) runs a passive enumeration of your configured domains and writes reports to /var/lib/amass/reports (latest-<domain>.txt symlinks for pickup). Query the accumulated OWASP Open Asset Model database at any time with: amass subs -d <your-domain> -dir /var/lib/amass -names. Run an ad-hoc enumeration with: amass enum -d <your-domain> -config /etc/amass/config.yaml -dir /var/lib/amass. Only enumerate domains you own or are authorised to assess; scanning third-party infrastructure without authorisation may be illegal.
Resources
Vendor resources
Support
Vendor support
cloudimg provides 24/7 technical support for this product by email and live chat.
Contact: support@cloudimg.co.uk
Response Times: Critical issues receive a one-hour average response.
Scope of Support:
- Deployment and initial configuration assistance
- Configuring authorised enumeration targets in scan.conf
- Adding and troubleshooting OSINT data-source API keys in datasources.yaml
- Interpreting the OWASP Open Asset Model asset database and text reports
- Querying accumulated findings with amass subs
- Wiring the schedule and reports into a CI or SIEM pipeline
- Switching between passive and active enumeration modes
- Performance tuning and troubleshooting
- Instance updates and maintenance guidance
Refunds: For refund requests or billing inquiries, contact support@cloudimg.co.uk with your AWS Marketplace order details.
Getting Started: After launching the AMI, email support@cloudimg.co.uk if you need help configuring your first authorised target, adding OSINT API keys, or any configuration questions. Our engineers are available around the clock.
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products



