OwlArch

Software

🔙 Go back home

Maltego - Intelligence and Data Analysis Tool

Introduction

Maltego is a data mining and analysis tool used for information gathering, cybersecurity, and OSINT (Open Source Intelligence) investigations.

Features

Installation

  1. Open a terminal.
  2. Install Maltego using the following command:

    sudo pacman -S maltego
    

Install verification

To verify that Maltego has been installed correctly, run:

   maltego

If the Maltego interface opens, the installation was successful.

Uninstall

To remove Maltego from your system, use:

   sudo pacman -Rns maltego

Usage

Launching Maltego

To start Maltego, run:

   maltego

Creating a New Entity

  1. Open Maltego and select an entity type (Domain, IP, Person, etc.).
  2. Drag the entity onto the workspace.

Running Transformations

  1. Right-click on an entity.
  2. Select a transformation to retrieve more information.

Saving and Exporting an Analysis

Configuration

Maltego allows adding Custom Transformations and configuring External APIs to enhance information gathering. To configure them, go to:

   Edit -> Options -> Transform Servers

You can also add API keys in the configuration for access to advanced services like Shodan, VirusTotal, etc.

Official documentation & More Info

Contributing

If you want to contribute to Maltego, check the official documentation for API extensions and community involvement.

Support

For support and troubleshooting, visit the Maltego Support Page.

License

Maltego is distributed under a proprietary license. Refer to the Maltego Terms of Service for details.


🔙 IVRE 🔜 PwnDBG