Difference between revisions of "Entity Types"
Jump to navigation
Jump to search
| Line 254: | Line 254: | ||
| <code>ENTITY_TYPE_LINKEDIN_ACCOUNT</code> | | <code>ENTITY_TYPE_LINKEDIN_ACCOUNT</code> | ||
| style="text-align:center;" | 61 | | style="text-align:center;" | 61 | ||
| − | | A | + | | A LinkedIn account. |
| + | |- | ||
| + | | <code>ENTITY_TYPE_VIN</code> | ||
| + | | style="text-align:center;" | 62 | ||
| + | | A [https://en.wikipedia.org/wiki/Vehicle_identification_number vehicle identification number.] | ||
| + | |- | ||
| + | | <code>ENTITY_TYPE_TELEGRAM_ACCOUNT</code> | ||
| + | | style="text-align:center;" | 63 | ||
| + | | A Telegram account. | ||
|} | |} | ||
Revision as of 17:38, 15 February 2022
This is an enumeration of the interesting tidbits of analytic value.
This information is also kept in the [EntityType] database table.
| Name | Value | Meaning |
|---|---|---|
ENTITY_TYPE_UNKNOWN
|
0 | The type of entity is not known. |
ENTITY_TYPE_ACCOUNT
|
1 | Any form of account identifier. |
ENTITY_TYPE_CREDIT_CARD_NUMBER
|
2 | A credit card number. |
ENTITY_TYPE_EMAIL_ADDRESS
|
3 | An Email Address. |
ENTITY_TYPE_MAC_ADDRESS
|
4 | A 40-bit MAC address of a network card. vendor lookup |
ENTITY_TYPE_PERSON
|
5 | The name of a person. |
ENTITY_TYPE_PHONE_NUMBER
|
6 | A phone number. |
ENTITY_TYPE_SEARCH_TERM
|
7 | Something the user searched for. |
ENTITY_TYPE_TRACKING_NUMBER
|
8 | A package tracking number. |
ENTITY_TYPE_SERIAL_NUMBER
|
9 | A serial number. |
ENTITY_TYPE_IMEI
|
10 | International Mobile Equipment Identity. |
ENTITY_TYPE_IMSI
|
11 | International Mobile Subscriber Identity. |
ENTITY_TYPE_TMSI
|
12 | Temporary Mobile Subscriber Identity. |
ENTITY_TYPE_ICCID
|
13 | Integrated Circuit Card ID or SIM card serial number. |
ENTITY_TYPE_SPOOLED_DOCUMENT_TITLE
|
14 | Spooled Document Title. |
ENTITY_TYPE_YOUTUBE_VIDEO_ID
|
15 | YouTube Video ID. |
ENTITY_TYPE_FACEBOOK_ACCOUNT_NUMBER
|
16 | Facebook Account Number. |
ENTITY_TYPE_AIRLINE_RESERVATION
|
17 | Airline Reservation. |
ENTITY_TYPE_DELL_SERVICE_TAG
|
18 | A Dell Computer Service Tag. |
ENTITY_TYPE_APPLE_UDID
|
19 | An Apple Unique Device ID. |
ENTITY_TYPE_FILE_PATH
|
20 | A file path. |
ENTITY_TYPE_VOLUME_SERIAL_NUMBER
|
21 | A serial number assigned to a logical volume by the operating system. |
ENTITY_TYPE_VOLUME_NAME
|
22 | The name of a volume in a file system. |
ENTITY_TYPE_MACHINE_NAME
|
23 | The name of a computer or device. |
ENTITY_TYPE_ANDROID_ADVERTISING_ID
|
24 | The identifier assigned to Android devices for advertising. |
ENTITY_TYPE_SSID
|
25 | The WiFi Service Set ID or network name. |
ENTITY_TYPE_PASSWORD
|
26 | A password. |
ENTITY_TYPE_USB_DEVICE
|
27 | A USB device. |
ENTITY_TYPE_SHARE_NAME
|
28 | A windows file share name. |
ENTITY_TYPE_LIMEWIRE_CLIENT_ID
|
29 | A LimeWire Client Identifier. |
ENTITY_TYPE_PRODUCT_KEY
|
30 | A Windows product license key. |
ENTITY_TYPE_GOOGLE_PLUS_ID
|
31 | A Google Plus Profile ID. |
ENTITY_TYPE_DISNEY_GUEST_ID
|
32 | An identifier of a guest at Disney. |
ENTITY_TYPE_MACHINE_GUID
|
33 | A GUID assigned to a machine by Microsoft. |
ENTITY_TYPE_STEAM_ACCOUNT_ID
|
34 | A Steam game network account identifier. |
ENTITY_TYPE_STEAM_PERSONA
|
35 | A persona on the Steam game network. |
ENTITY_TYPE_STEAM_NAME
|
36 | A name used in a Steam game. |
ENTITY_TYPE_TOR_HIDDEN_SERVICE
|
37 | An identifier of a Tor Hidden Service. |
ENTITY_TYPE_NT_PASSWORD_HASH
|
38 | A hash of a Windows NT logon password. |
ENTITY_TYPE_AUTHOR
|
39 | The author of a document. |
ENTITY_TYPE_OGG_SERIAL_NUMBER
|
40 | The data stream serial number in an Ogg multimedia file. |
ENTITY_TYPE_CRYPTO_KEY_ID
|
41 | The identifier of a cryptographic key. |
ENTITY_TYPE_WHATSAPP_ACCOUNT_NUMBER
|
42 | The account number of a WhatsApp user. |
ENTITY_TYPE_BITLOCKER_RECOVERY_KEY
|
43 | A recovery key for a BitLocker encrypted volume. |
ENTITY_TYPE_SNAPCHAT_ACCOUNT_ID
|
44 | A Snapchat account identifier. |
ENTITY_TYPE_TWITTER_ACCOUNT_ID
|
45 | A Twitter account identifier. |
ENTITY_TYPE_APPLE_AUTHENTICATION_ID
|
46 | An Apple authentication identifier. |
ENTITY_TYPE_KIK_ACCOUNT_ID
|
47 | A Kik Account identifier. |
ENTITY_TYPE_VIBER_ID
|
48 | A Viber identifier. |
ENTITY_TYPE_VIBER_MEMBER_ID
|
49 | A Viber Member identifier. |
ENTITY_TYPE_DISK_SIGNATURE
|
50 | A 32-bit Master Boot Record identifier at offset 440 of the sector. |
ENTITY_TYPE_AES_128_KEY
|
51 | A 128-bit AES encryption key |
ENTITY_TYPE_AES_192_KEY
|
52 | A 192-bit AES encryption key |
ENTITY_TYPE_AES_256_KEY
|
53 | A 256-bit AES encryption key |
ENTITY_TYPE_WICKR_ACCOUNT_ID
|
54 | A WICKR account identifier |
ENTITY_TYPE_APPLE_DSID
|
55 | An Apple Directory Service Identifier |
ENTITY_TYPE_MEID
|
56 | A Mobile Equipment Identifier |
ENTITY_TYPE_ACCOUNT_PROVIDER
|
57 | A source for accounts. This can be a website, business, etc. |
ENTITY_TYPE_DEVICE_NAME
|
58 | The name of a device. This can be automatically assigned or set by a human. |
ENTITY_TYPE_AIRDROP_ID
|
59 | An AirDrop ID. |
ENTITY_TYPE_BLUETOOTH_LINK_KEY
|
60 | Bluetooth Link Key. |
ENTITY_TYPE_LINKEDIN_ACCOUNT
|
61 | A LinkedIn account. |
ENTITY_TYPE_VIN
|
62 | A vehicle identification number. |
ENTITY_TYPE_TELEGRAM_ACCOUNT
|
63 | A Telegram account. |