Forrest logo
back to the amass tool

amass-intel:tldr:a6d2a

amass-intel: Find ASNs belonging to an organisation.
$ amass intel -org ${organisation_name}
try on your machine

The command "amass intel -org ${organisation_name}" is a command used with the amass tool. Amass is an open-source network mapping and intelligence tool used for information gathering in ethical hacking and security testing.

In this particular command, the "intel" keyword instructs amass to perform intelligence gathering on the specified organization. The "-org" flag indicates that the subsequent argument is the name or identifier of the organization.

The "${organisation_name}" is a placeholder where you should replace it with the actual name or identifier of the organization you want to gather intelligence on. For example, if you want to gather intelligence on a company named "Example Corp," you would replace "${organisation_name}" with "Example Corp" in the command.

Overall, this command tells amass to gather intelligence on a specific organization, providing valuable information that can assist in security assessments and vulnerability identification.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the amass tool