Personal
Modified on: Sat, 7 Sep, 2024 at 3:59 PM
This Entity category includes Entities that are related to personal information found on the Internet.
Document
Entity Meta
Display Name | Document |
Entity Name | maltego.Document |
Short Description | A document on the Internet |
Entity Category | Personal |
Base Entity | maltego.Unknown |
Entity Properties
Property Name | Type | Display name |
url | string | URL |
Title | String | Title |
document.meta-data | String | Meta-Data |
Entity Description
This Entity represents a document file that is found on a web server. The file type could be anything from a PDF to a SQL dump.
Phone Number
Entity Meta
Display Name | Phone Number |
Entity Name | maltego.PhoneNumber |
Short Description | A telephone number |
Entity Category | Personal |
Base Entity | maltego.Unknown |
Entity Properties
Property Name | Type | Display name |
Phonenumber* | string | Phone Number |
phonenumber.countrycode+ | string | Country Code |
phonenumber.citycode+ | string | City Code |
phonenumber.areacode+ | string | Area Code |
phonenumber.lastnumbers+ | string | Last Digits |
Entity Description
Phone number notation is really hard to define as everyone has their own way of using it. In Maltego phone numbers are broken up into 4 different parts. These are:
- Country code
- City code
- Area code
- Rest (last 4 digits)
Parsing of numbers happens in reverse - the last 4 digits of a number is first chopped from the end. The next 3 digits are used for area code, another 3 for city and the remainder is used for the country code. If the number you are using as input does not fit this format don't panic - the Transforms re-arrange the numbers in various forms when searching for it.
As with a person Entity, this Entity has additional fields that allows for more focused searching - see properties.
When the last 4 digits are omitted in the search Maltego will use these as wildcards.
Email Address
Entity Meta
Display Name | Email Address |
Entity Name | maltego.EmailAddress |
Short Description | An email mailbox to which email messages may be delivered |
Entity Category | Personal |
Base Entity | maltego.Unknown |
Entity Properties
Property Name | Type | Display name |
email | string | Email Address |
Entity Description
Users of Maltego should know what an email address is...
Learn more about this Entity on Wikipedia.
Image
Entity Meta
Display Name | Image |
Entity Name | maltego.Image |
Short Description | A visual representation of something |
Entity Category | Personal |
Base Entity | maltego.Unknown |
Entity Properties
Property Name | Type | Display name |
description | string | Description |
url | URL | URL |
Entity Description
This Entity represents an image file. Images found on the Internet will be rendered as thumbnails as the Entity icon on a Maltego graph.
Phrase
Entity Meta
Display Name | Phrase |
Entity Name | maltego.Phrase |
Short Description | Any text or part thereof |
Entity Category | Personal |
Base Entity | maltego.Unknown |
Entity Properties
Property Name | Type | Display name |
text | string | Text |
Entity Description
A phrase in Maltego is the most powerful Entity (when used with search engine Transforms). This is because absolute no modifications are made to the value of the phrase when it is passed to the query. This was done to ensure that power users can add any search engine operator to it. Thus, having phrase of secret format:pdf site:mil will result in a list of all PDF files with the word secret found on websites with a domain that ends in .mil. Also keep in mind that the use of quotes (") makes a huge difference to search results. A search for top secret is vastly different to a search for "top secret".
Person
Entity Meta
Display Name | Person |
Entity Name | maltego.Person |
Short Description | Entity representing a human |
Entity Category | Personal |
Base Entity | maltego.Unknown |
Entity Properties
Property Name | Type | Display name |
person.fullname* | string | Full Name |
person.firstname+ | string | First Names |
person.lastname+ | string | Surname |
Entity Description
A person in Maltego has a first name and a surname. Previous versions supported middle names, but in the end it was determined that this just confusing for users (first name was separated from last name with a comma ,). In this version the name will be everything before the first space. Entering a name such a Jacobus Hendrik van Wyk will thus identify the first name as Jacobus and the last name as Hendrik van Wyk. While this may appear to be a problem it does not make a huge difference in the performance of most Transforms.
Sentiment
Entity Meta
Display Name | Sentiment |
Entity Name | maltego.Sentiment |
Short Description | This represent the sentiment towards an Entity. |
Entity Category | Personal |
Base Entity | maltego.Unknown |
Entity Properties
Property Name | Type | Display Name |
---|
properties.sentiment | string | Sentiment |
Alias
Entity Meta
Display Name | Alias |
Entity Name | maltego.Alias |
Short Description | An alias for a person |
Entity Category | Personal |
Base Entity | maltego.Unknown |
Entity Properties
Property Name | Type | Display name |
alias | string | Alias |
Entity Description
An alias Entity represents a username or screen name for a particular online social account. Aliases are generally unique per social network making them a great starting point for searching for a person's social accounts. Aliases are also useful for pivoting between a person's different social accounts as it is common for people to use the same alias across multiple social networks.