LinuxCommandLibrary

amass-intel

Collect open source intel on an organisation like root domains and ASNs.

TLDR

Find root domains in an IP address range

$ amass intel -addr [192.168.0.1-254]
copy


Use active recon methods
$ amass intel -active -addr [192.168.0.1-254]
copy


Find root domains related to a domain
$ amass intel -whois -d [domain_name]
copy


Find ASNs belonging to an organisation
$ amass intel -org [organisation_name]
copy


Find root domains belonging to a given Autonomous System Number
$ amass intel -asn [asn]
copy


Save results to a text file
$ amass intel -o [output_file] -whois -d [domain_name]
copy

Copied to clipboard