> ## Documentation Index
> Fetch the complete documentation index at: https://docs.intrace.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Nodes

This page provides a comprehensive reference for all node categories, nodes, and their fields in the Intrace system.

## Table of Contents

1. [Personal](#personal)
2. [Device](#device)
3. [Companies & Organizations](#companies--organizations)
4. [Network](#network)
5. [Geographic](#geographic)
6. [Cyber](#cyber)
7. [Hardware & Services](#hardware--services)
8. [Social](#social)
9. [Registration & Tracking](#registration--tracking)
10. [Transportation](#transportation)
11. [Weapons](#weapons)
12. [Financial](#financial)
13. [System](#system)

***

## Personal

**Description:** Personal data and attributes\
**Color:** `#3498db`

### Phone Number

**Description:** A phone number with additional validation and carrier information\
**Icon:** PhoneIcon\
**Color:** `#2980b9`\
**Kind:** generic

| Field Name            | Type    | Description                            |
| --------------------- | ------- | -------------------------------------- |
| number                | string  | Phone number                           |
| country\_code         | string  | Country code                           |
| phone\_valid          | boolean | Whether phone is valid                 |
| phone\_type           | string  | Type of phone (mobile, landline, etc.) |
| phone\_region         | string  | Phone region                           |
| country               | string  | Country                                |
| international\_number | string  | International format number            |
| local\_number         | string  | Local format number                    |
| e164                  | string  | E.164 format number                    |
| country\_prefix       | string  | Country prefix                         |
| carrier               | string  | Carrier information                    |
| first\_reported\_date | string  | First reported date                    |
| last\_reported\_date  | string  | Last reported date                     |
| first\_seen           | string  | First seen date                        |
| last\_seen            | string  | Last seen date                         |
| type                  | string  | Type                                   |
| is\_connected         | boolean | Connection status                      |
| status                | string  | Status                                 |
| company               | string  | Company                                |
| location              | string  | Location                               |
| associated\_address   | string  | Associated address                     |

### Email Address

**Description:** An email address\
**Icon:** MailIcon\
**Color:** `#2980b9`\
**Kind:** generic

| Field Name | Type   | Description   |
| ---------- | ------ | ------------- |
| email      | string | Email address |

### Image

**Description:** An image file with metadata\
**Icon:** ImageIcon\
**Color:** `#2980b9`\
**Kind:** image

| Field Name  | Type   | Description       |
| ----------- | ------ | ----------------- |
| image\_url  | string | Image URL         |
| site\_url   | string | Site URL          |
| title       | string | Image title       |
| description | string | Image description |
| metadata    | object | Image metadata    |

### Phrase

**Description:** A short text or phrase\
**Icon:** MessageSquareIcon\
**Color:** `#2980b9`\
**Kind:** generic

| Field Name | Type   | Description |
| ---------- | ------ | ----------- |
| text       | string | Phrase text |

### Person

**Description:** A person with first and last name\
**Icon:** UserCheckIcon\
**Color:** `#2980b9`\
**Kind:** generic

| Field Name   | Type   | Description |
| ------------ | ------ | ----------- |
| first\_name  | string | First name  |
| middle\_name | string | Middle name |
| last\_name   | string | Last name   |
| age          | string | Age         |

### AKA

**Description:** An alternate name for a person\
**Icon:** UserPlusIcon\
**Color:** `#2980b9`\
**Kind:** generic

| Field Name   | Type   | Description                  |
| ------------ | ------ | ---------------------------- |
| first\_name  | string | First name                   |
| middle\_name | string | Middle name                  |
| last\_name   | string | Last name                    |
| linked\_to   | string | Person this AKA is linked to |

### Relative

**Description:** A relative of a person\
**Icon:** UsersIcon\
**Color:** `#3498db`\
**Kind:** generic

| Field Name     | Type    | Description                        |
| -------------- | ------- | ---------------------------------- |
| first\_name    | string  | First name                         |
| middle\_name   | string  | Middle name                        |
| last\_name     | string  | Last name                          |
| dob            | string  | Date of birth                      |
| is\_deceased   | boolean | Whether person is deceased         |
| relative\_type | string  | Type of relative relationship      |
| city           | string  | City                               |
| state          | string  | State                              |
| related\_to    | string  | Person this relative is related to |

### Associate

**Description:** An associate of a person\
**Icon:** UserIcon\
**Color:** `#9b59b6`\
**Kind:** generic

| Field Name    | Type    | Description                              |
| ------------- | ------- | ---------------------------------------- |
| first\_name   | string  | First name                               |
| middle\_name  | string  | Middle name                              |
| last\_name    | string  | Last name                                |
| dob           | string  | Date of birth                            |
| is\_deceased  | boolean | Whether person is deceased               |
| associate\_of | string  | Person this associate is associated with |

### Indicators

**Description:** Statistics and indicators about a person\
**Icon:** InfoIcon\
**Color:** `#f39c12`\
**Kind:** generic

| Field Name                           | Type   | Description                            |
| ------------------------------------ | ------ | -------------------------------------- |
| has\_bankruptcy\_records             | number | Number of bankruptcy records           |
| has\_business\_records               | number | Number of business records             |
| has\_divorce\_records                | number | Number of divorce records              |
| has\_domains\_records                | number | Number of domain records               |
| has\_evictions\_records              | number | Number of eviction records             |
| has\_mobile\_phones                  | number | Number of mobile phones                |
| has\_land\_lines                     | number | Number of land lines                   |
| has\_emails                          | number | Number of emails                       |
| has\_addresses                       | number | Number of addresses                    |
| has\_property\_records               | number | Number of property records             |
| has\_vehicle\_registrations\_records | number | Number of vehicle registration records |
| has\_current\_addresses              | number | Number of current addresses            |
| has\_historical\_addresses           | number | Number of historical addresses         |
| has\_debt\_records                   | number | Number of debt records                 |

### Trait

**Description:** A trait of a person or object\
**Icon:** TagIcon\
**Color:** `#2980b9`\
**Kind:** generic

| Field Name | Type   | Description |
| ---------- | ------ | ----------- |
| trait      | string | Trait name  |
| value      | string | Trait value |

### Sentiment

**Description:** Sentiment analysis result\
**Icon:** SmileIcon\
**Color:** `#2980b9`\
**Kind:** generic

| Field Name | Type   | Description              |
| ---------- | ------ | ------------------------ |
| sentiment  | string | Sentiment classification |
| confidence | number | Confidence score         |

### Event

**Description:** A specific point-in-time event with type, date, and description\
**Icon:** CalendarIcon\
**Color:** `#1abc9c`\
**Kind:** generic

| Field Name  | Type   | Description       |
| ----------- | ------ | ----------------- |
| event\_type | string | Type of event     |
| date        | string | Event date        |
| description | string | Event description |
| location    | string | Event location    |

### Username

**Description:** A username or social media handle\
**Icon:** AtSign\
**Color:** `#2980b9`\
**Kind:** generic

| Field Name | Type   | Description |
| ---------- | ------ | ----------- |
| username   | string | Username    |

### Census Record

**Description:** Historical census record with person and household details\
**Icon:** LucideFileText\
**Color:** `#8e44ad`\
**Kind:** generic

| Field Name                    | Type    | Description                       |
| ----------------------------- | ------- | --------------------------------- |
| census\_id                    | string  | Census record ID                  |
| census\_year                  | number  | Census year                       |
| match\_quality                | number  | Match quality score               |
| first\_name\_is\_exact\_match | boolean | Whether first name is exact match |
| household\_id                 | number  | Household ID                      |
| dob                           | string  | Date of birth                     |
| gender                        | string  | Gender                            |
| marital\_status               | string  | Marital status                    |
| ethnicity\_id                 | number  | Ethnicity ID                      |
| race\_id                      | number  | Race ID                           |
| first\_name                   | string  | First name                        |
| middle\_name                  | string  | Middle name                       |
| last\_name                    | string  | Last name                         |
| name\_suffix                  | string  | Name suffix                       |
| name\_prefix                  | string  | Name prefix                       |
| age\_formatted                | string  | Formatted age                     |
| can\_read                     | string  | Can read indicator                |
| can\_write                    | string  | Can write indicator               |
| citizenship\_status           | string  | Citizenship status                |
| city\_resided\_in\_1935       | string  | City resided in 1935              |
| city\_same\_house             | string  | Same house indicator              |
| death\_date\_std              | string  | Standardized death date           |
| dwelling                      | string  | Dwelling information              |
| enumeration\_district         | string  | Enumeration district              |
| estimated\_marriage\_year     | string  | Estimated marriage year           |
| ethnicity                     | string  | Ethnicity                         |
| family\_number                | string  | Family number                     |
| full\_name                    | string  | Full name                         |
| immigration\_year\_std        | string  | Standardized immigration year     |
| incorporated\_place           | string  | Incorporated place                |
| institutions                  | string  | Institutions                      |
| language                      | string  | Language                          |
| minor\_civil\_division        | string  | Minor civil division              |
| own\_rent                     | string  | Own or rent indicator             |
| pr\_occupation                | string  | Primary occupation                |
| race                          | string  | Race                              |
| respondent                    | string  | Respondent information            |
| schedule\_type                | string  | Schedule type                     |
| state\_resided\_in\_1935      | string  | State resided in 1935             |
| image\_name                   | string  | Image name                        |
| line\_number                  | string  | Line number                       |
| page\_number                  | string  | Page number                       |
| city                          | string  | City                              |
| state                         | string  | State                             |
| county                        | string  | County                            |
| birth\_location               | string  | Birth location                    |
| birth\_location\_father       | string  | Father's birth location           |
| birth\_location\_mother       | string  | Mother's birth location           |
| birth\_location\_spouse       | string  | Spouse's birth location           |

### Census Relative

**Description:** A relative found in the same household in census records\
**Icon:** UsersIcon\
**Color:** `#9b59b6`\
**Kind:** generic

| Field Name             | Type   | Description       |
| ---------------------- | ------ | ----------------- |
| census\_year           | number | Census year       |
| household\_id          | number | Household ID      |
| relative\_relationship | string | Relationship type |
| first\_name            | string | First name        |
| last\_name             | string | Last name         |
| full\_name             | string | Full name         |
| dob                    | string | Date of birth     |
| age\_formatted         | string | Formatted age     |
| gender                 | string | Gender            |
| race                   | string | Race              |
| ethnicity              | string | Ethnicity         |
| birth\_location        | string | Birth location    |

***

## Device

**Description:** Device information\
**Color:** `#9b59b6`

### Device

**Description:** Device identifier\
**Icon:** CpuIcon\
**Color:** `#8e44ad`\
**Kind:** generic

| Field Name | Type   | Description       |
| ---------- | ------ | ----------------- |
| device     | string | Device identifier |

***

## Companies & Organizations

**Description:** Company and organization related nodes\
**Color:** `#7f8c8d`

### Organization

**Description:** Complete organization information including company details and corporate registry data\
**Icon:** BuildingIcon\
**Color:** `#7f8c8d`\
**Kind:** generic

| Field Name                    | Type      | Description                   |
| ----------------------------- | --------- | ----------------------------- |
| organization\_name            | string    | Organization name             |
| industry                      | string    | Industry                      |
| company\_type                 | string    | Company type                  |
| naics\_code                   | string    | NAICS code                    |
| sic\_code                     | string    | SIC code                      |
| domain                        | string    | Domain                        |
| website                       | string    | Website URL                   |
| seo\_description              | string    | SEO description               |
| description                   | string    | Description                   |
| employees                     | string    | Employee count                |
| founded\_year                 | string    | Founded year                  |
| revenue                       | string    | Revenue                       |
| global\_ranking               | string    | Global ranking                |
| total\_funding                | string    | Total funding                 |
| latest\_funding\_stage        | string    | Latest funding stage          |
| ticker                        | string    | Stock ticker                  |
| technologies                  | string    | Technologies used             |
| languages                     | string    | Languages                     |
| tags                          | string    | Tags                          |
| branch\_status                | string    | Branch status                 |
| company\_number               | string    | Company number                |
| current\_status               | string    | Current status                |
| dissolution\_date             | string    | Dissolution date              |
| inactive                      | boolean   | Whether company is inactive   |
| incorporation\_date           | string    | Incorporation date            |
| jurisdiction\_code            | string    | Jurisdiction code             |
| opencorporates\_url           | string    | OpenCorporates URL            |
| previous\_names               | string\[] | Previous names                |
| registry\_url                 | string    | Registry URL                  |
| registered\_address\_in\_full | string    | Registered address            |
| created\_at                   | string    | Created at timestamp          |
| retrieved\_at                 | string    | Retrieved at timestamp        |
| source\_publisher             | string    | Source publisher              |
| source\_retrieved\_at         | string    | Source retrieved at timestamp |
| source\_terms                 | string    | Source terms                  |
| source\_url                   | string    | Source URL                    |
| updated\_at                   | string    | Updated at timestamp          |

### Corporate Officer

**Description:** An officer or director of a company\
**Icon:** LucideBriefcase\
**Color:** `#78ff1e`\
**Kind:** generic

| Field Name             | Type   | Description          |
| ---------------------- | ------ | -------------------- |
| id                     | string | Officer ID           |
| name                   | string | Officer name         |
| title                  | string | Officer title        |
| given\_name            | string | Given name           |
| family\_name           | string | Family name          |
| nationality            | string | Nationality          |
| country\_of\_residence | string | Country of residence |
| birth\_month           | string | Birth month          |
| birth\_year            | string | Birth year           |
| registered\_address    | string | Registered address   |
| uid                    | string | Unique identifier    |
| ceased\_on             | string | Date ceased          |
| notified\_on           | string | Date notified        |
| position               | string | Position             |
| start\_date            | string | Start date           |
| end\_date              | string | End date             |
| opencorporates\_url    | string | OpenCorporates URL   |
| address                | string | Address              |
| inactive               | string | Inactive status      |
| current\_status        | string | Current status       |
| date\_of\_birth        | string | Date of birth        |
| occupation             | string | Occupation           |

### Control Mechanism

**Description:** Control mechanism details\
**Icon:** GitMergeIcon\
**Color:** `#9b59b6`\
**Kind:** generic

| Field Name          | Type    | Description               |
| ------------------- | ------- | ------------------------- |
| mechanism\_type     | string  | Type of control mechanism |
| source\_description | string  | Source description        |
| control\_level      | string  | Control level             |
| percentage\_min     | number  | Minimum percentage        |
| percentage\_max     | number  | Maximum percentage        |
| exclusive\_min      | boolean | Exclusive minimum         |
| exclusive\_max      | boolean | Exclusive maximum         |
| exercised\_via      | string  | Exercised via             |
| retrieved\_at       | string  | Retrieved at timestamp    |
| ceased\_on          | string  | Date ceased               |
| notified\_on        | string  | Date notified             |

### Industry Code

**Description:** Industry or sector classification code\
**Icon:** LucideHash\
**Color:** `#2ecc71`\
**Kind:** generic

| Field Name         | Type   | Description       |
| ------------------ | ------ | ----------------- |
| code               | string | Industry code     |
| description        | string | Code description  |
| code\_scheme\_id   | string | Code scheme ID    |
| code\_scheme\_name | string | Code scheme name  |
| uid                | string | Unique identifier |

### Organization Identifier

**Description:** Unique identifier for an organization in a specific system\
**Icon:** LucideFingerprint\
**Color:** `#9b59b6`\
**Kind:** generic

| Field Name               | Type   | Description            |
| ------------------------ | ------ | ---------------------- |
| uid                      | string | Unique identifier      |
| identifier\_system\_code | string | Identifier system code |
| identifier\_system\_name | string | Identifier system name |

### Trademark Registration

**Description:** Registered trademark information\
**Icon:** LucideTag\
**Color:** `#e74c3c`\
**Kind:** generic

| Field Name          | Type   | Description         |
| ------------------- | ------ | ------------------- |
| mark\_text          | string | Trademark text      |
| mark\_image\_url    | string | Trademark image URL |
| register\_name      | string | Register name       |
| registration\_date  | string | Registration date   |
| expiry\_date        | string | Expiry date         |
| opencorporates\_url | string | OpenCorporates URL  |

### Filing

**Description:** Corporate filing document\
**Icon:** LucideFileText\
**Color:** `#e67e22`\
**Kind:** generic

| Field Name         | Type   | Description        |
| ------------------ | ------ | ------------------ |
| title              | string | Filing title       |
| date               | string | Filing date        |
| description        | string | Filing description |
| filing\_code       | string | Filing code        |
| filing\_type       | string | Filing type        |
| filing\_type\_name | string | Filing type name   |
| url                | string | Filing URL         |

### Corporate Grouping

**Description:** A collection of related corporate entities\
**Icon:** LucideUsers\
**Color:** `#f39c12`\
**Kind:** generic

| Field Name          | Type   | Description          |
| ------------------- | ------ | -------------------- |
| name                | string | Grouping name        |
| opencorporates\_url | string | OpenCorporates URL   |
| updated\_at         | string | Updated at timestamp |
| wikipedia\_id       | string | Wikipedia ID         |

### Register Entry

**Description:** Entry in an official register for a company\
**Icon:** LucideClipboard\
**Color:** `#3498db`\
**Kind:** generic

| Field Name          | Type   | Description        |
| ------------------- | ------ | ------------------ |
| title               | string | Entry title        |
| entry\_id           | string | Entry ID           |
| opencorporates\_url | string | OpenCorporates URL |

***

## Network

**Description:** Domains, IPs, certificates, and related data\
**Color:** `#c0392b`

### Banner

**Description:** A simple text banner\
**Icon:** FlagIcon\
**Color:** `#e74c3c`\
**Kind:** generic

| Field Name | Type   | Description |
| ---------- | ------ | ----------- |
| text       | string | Banner text |

### Website

**Description:** Website with URL, title, and optional snippet\
**Icon:** ExternalLinkIcon\
**Color:** `#27ae60`\
**Kind:** favicon

| Field Name | Type   | Description     |
| ---------- | ------ | --------------- |
| title      | string | Website title   |
| url        | string | Website URL     |
| snippet    | string | Website snippet |

### Domain

**Description:** Domain information including tags, subdomains, and WHOIS data\
**Icon:** GlobeIcon\
**Color:** `#3498db`\
**Kind:** generic

| Field Name          | Type      | Description            |
| ------------------- | --------- | ---------------------- |
| domain              | string    | Domain name            |
| tags                | string\[] | Domain tags            |
| subdomains          | string\[] | Subdomains             |
| created\_date       | string    | Created date           |
| updated\_date       | string    | Updated date           |
| expires\_date       | string    | Expires date           |
| registrar           | string    | Registrar              |
| whois\_server       | string    | WHOIS server           |
| status              | string    | Domain status          |
| nameservers         | string    | Name servers           |
| historical\_records | string    | Historical records     |
| last\_checked       | string    | Last checked timestamp |
| age                 | string    | Domain age             |

### Hostname

**Description:** A collection of hostnames\
**Icon:** GlobeIcon\
**Color:** `#2980b9`\
**Kind:** generic

| Field Name | Type   | Description |
| ---------- | ------ | ----------- |
| hostnames  | string | Hostnames   |

### MX Record

**Description:** Mail exchange record\
**Icon:** AtSignIcon\
**Color:** `#16a085`\
**Kind:** generic

| Field Name   | Type   | Description |
| ------------ | ------ | ----------- |
| priority     | number | Priority    |
| mx\_hostname | string | MX hostname |
| mx\_priority | number | MX priority |
| mx\_target   | string | MX target   |

### TXT Record

**Description:** Text record\
**Icon:** TextCursorIcon\
**Color:** `#27ae60`\
**Kind:** generic

| Field Name    | Type   | Description  |
| ------------- | ------ | ------------ |
| text          | string | Text content |
| txt\_hostname | string | TXT hostname |
| txt\_content  | string | TXT content  |

### IP Address

**Description:** An IP address\
**Icon:** WifiIcon\
**Color:** `#e67e22`\
**Kind:** link

| Field Name | Type   | Description |
| ---------- | ------ | ----------- |
| ip         | string | IP address  |

### DNS Record

**Description:** DNS record for a domain\
**Icon:** LayersIcon\
**Color:** `#f39c12`\
**Kind:** generic

| Field Name        | Type      | Description         |
| ----------------- | --------- | ------------------- |
| subdomain         | string    | Subdomain           |
| dns\_record\_type | string    | DNS record type     |
| value             | string    | Record value        |
| last\_seen        | string    | Last seen timestamp |
| ports             | number\[] | Ports               |

### DMARC Record

**Description:** DMARC record for a domain\
**Icon:** GitMergeIcon\
**Color:** `#f39c12`\
**Kind:** generic

| Field Name | Type   | Description       |
| ---------- | ------ | ----------------- |
| text       | string | DMARC record text |

### SPF Record

**Description:** SPF record for a domain\
**Icon:** GitMergeIcon\
**Color:** `#f39c12`\
**Kind:** generic

| Field Name | Type   | Description     |
| ---------- | ------ | --------------- |
| text       | string | SPF record text |

### AS Record

**Description:** Autonomous system record\
**Icon:** GitMergeIcon\
**Color:** `#d35400`\
**Kind:** generic

| Field Name  | Type   | Description |
| ----------- | ------ | ----------- |
| asn         | string | ASN number  |
| description | string | Description |
| name        | string | AS name     |
| type        | string | Type        |
| route       | string | Route       |
| domain      | string | Domain      |

### Inetnum

**Description:** IP network block information\
**Icon:** GridIcon\
**Color:** `#2ecc71`\
**Kind:** generic

| Field Name         | Type   | Description               |
| ------------------ | ------ | ------------------------- |
| inetnum            | string | IP network block          |
| inetnumFirst       | string | First IP address          |
| inetnumLast        | string | Last IP address           |
| inetnumFirstString | string | First IP address (string) |
| inetnumLastString  | string | Last IP address (string)  |
| parent             | string | Parent block              |
| netname            | string | Network name              |
| nethandle          | string | Network handle            |
| description        | string | Description               |
| modified           | string | Modified timestamp        |
| country            | string | Country                   |
| city               | string | City                      |
| address            | string | Address                   |
| source             | string | Source                    |

### Tracking Code

**Description:** A tracking code string\
**Icon:** HashIcon\
**Color:** `#c0392b`\
**Kind:** link

| Field Name | Type   | Description   |
| ---------- | ------ | ------------- |
| code       | string | Tracking code |

### NS Record

**Description:** Name server record\
**Icon:** ServerIcon\
**Color:** `#1abc9c`\
**Kind:** generic

| Field Name   | Type   | Description |
| ------------ | ------ | ----------- |
| ns\_hostname | string | NS hostname |
| ns\_server   | string | NS server   |

### A Record

**Description:** IPv4 address record\
**Icon:** WifiIcon\
**Color:** `#3498db`\
**Kind:** generic

| Field Name  | Type   | Description  |
| ----------- | ------ | ------------ |
| a\_ip       | string | IPv4 address |
| a\_hostname | string | Hostname     |

### AAAA Record

**Description:** IPv6 address record\
**Icon:** WifiIcon\
**Color:** `#9b59b6`\
**Kind:** generic

| Field Name     | Type   | Description  |
| -------------- | ------ | ------------ |
| aaaa\_ip       | string | IPv6 address |
| aaaa\_hostname | string | Hostname     |

### CNAME Record

**Description:** Canonical name record\
**Icon:** Link2Icon\
**Color:** `#e67e22`\
**Kind:** generic

| Field Name    | Type   | Description  |
| ------------- | ------ | ------------ |
| cname\_alias  | string | CNAME alias  |
| cname\_target | string | CNAME target |

### SOA Record

**Description:** Start of authority record\
**Icon:** DatabaseIcon\
**Color:** `#34495e`\
**Kind:** generic

| Field Name        | Type   | Description         |
| ----------------- | ------ | ------------------- |
| soa\_primary\_ns  | string | Primary name server |
| soa\_admin\_email | string | Admin email         |
| soa\_serial       | string | Serial number       |
| soa\_refresh      | string | Refresh interval    |
| soa\_retry        | string | Retry interval      |
| soa\_expire       | string | Expire interval     |
| soa\_ttl          | string | Time to live        |

### SRV Record

**Description:** Service location record\
**Icon:** WrenchIcon\
**Color:** `#e74c3c`\
**Kind:** generic

| Field Name    | Type   | Description  |
| ------------- | ------ | ------------ |
| srv\_service  | string | Service name |
| srv\_protocol | string | Protocol     |
| srv\_name     | string | Service name |
| srv\_priority | string | Priority     |
| srv\_weight   | string | Weight       |
| srv\_port     | string | Port         |
| srv\_target   | string | Target       |

### PTR Record

**Description:** Reverse DNS lookup record\
**Icon:** ExternalLinkIcon\
**Color:** `#f39c12`\
**Kind:** generic

| Field Name    | Type   | Description |
| ------------- | ------ | ----------- |
| ptr\_ip       | string | IP address  |
| ptr\_hostname | string | Hostname    |

### CAA Record

**Description:** Certificate authority authorization record\
**Icon:** ShieldIcon\
**Color:** `#2ecc71`\
**Kind:** generic

| Field Name | Type   | Description |
| ---------- | ------ | ----------- |
| caa\_flag  | string | CAA flag    |
| caa\_tag   | string | CAA tag     |
| caa\_value | string | CAA value   |

### DNSKEY Record

**Description:** DNSSEC public key record\
**Icon:** KeyIcon\
**Color:** `#8e44ad`\
**Kind:** generic

| Field Name        | Type   | Description      |
| ----------------- | ------ | ---------------- |
| dnskey\_flags     | string | DNSKEY flags     |
| dnskey\_protocol  | string | DNSKEY protocol  |
| dnskey\_algorithm | string | DNSKEY algorithm |
| dnskey\_key       | string | DNSKEY key       |

### RRSIG Record

**Description:** DNSSEC signature record\
**Icon:** LucideFingerprint\
**Color:** `#95a5a6`\
**Kind:** generic

| Field Name           | Type   | Description  |
| -------------------- | ------ | ------------ |
| rrsig\_type\_covered | string | Type covered |
| rrsig\_algorithm     | string | Algorithm    |
| rrsig\_labels        | string | Labels       |
| rrsig\_ttl           | string | Time to live |
| rrsig\_signature     | string | Signature    |

### NAPTR Record

**Description:** Naming authority pointer record\
**Icon:** NavigationIcon\
**Color:** `#d35400`\
**Kind:** generic

| Field Name         | Type   | Description        |
| ------------------ | ------ | ------------------ |
| naptr\_order       | string | Order              |
| naptr\_preference  | string | Preference         |
| naptr\_flags       | string | Flags              |
| naptr\_service     | string | Service            |
| naptr\_regexp      | string | Regular expression |
| naptr\_replacement | string | Replacement        |

### Netblock

**Description:** A netblock with CIDR and country\
**Icon:** GridIcon\
**Color:** `#3498db`\
**Kind:** generic

| Field Name | Type   | Description   |
| ---------- | ------ | ------------- |
| cidr       | string | CIDR notation |
| country    | string | Country       |

### SSL Certificate

**Description:** SSL/TLS certificate details\
**Icon:** ShieldIcon\
**Color:** `#2ecc71`\
**Kind:** generic

| Field Name     | Type   | Description             |
| -------------- | ------ | ----------------------- |
| subject        | string | Certificate subject     |
| issuer         | string | Certificate issuer      |
| fingerprint    | string | Certificate fingerprint |
| serial\_number | string | Serial number           |
| valid\_from    | string | Valid from date         |
| valid\_until   | string | Valid until date        |
| version        | string | Certificate version     |
| alt\_names     | string | Alternative names       |

### Query

**Description:** Generic query node for transform searches\
**Icon:** MessageSquareIcon\
**Color:** `#e74c3c`\
**Kind:** generic

| Field Name      | Type   | Description    |
| --------------- | ------ | -------------- |
| query           | string | Query string   |
| transform\_name | string | Transform name |

### Google Search

**Description:** A search query\
**Icon:** MessageSquareIcon\
**Color:** `#3498db`\
**Kind:** generic

| Field Name | Type   | Description  |
| ---------- | ------ | ------------ |
| query      | string | Search query |

### CVE

**Description:** Common Vulnerability and Exposure\
**Icon:** AlertTriangleIcon\
**Color:** `#e74c3c`\
**Kind:** generic

| Field Name | Type   | Description          |
| ---------- | ------ | -------------------- |
| cve        | string | CVE identifier       |
| rating     | string | Vulnerability rating |
| vector     | string | Attack vector        |

### CPE

**Description:** Common Platform Enumeration identifier\
**Icon:** TagIcon\
**Color:** `#f39c12`\
**Kind:** generic

| Field Name | Type   | Description    |
| ---------- | ------ | -------------- |
| cpe        | string | CPE identifier |
| vendor     | string | Vendor         |
| product    | string | Product        |
| version    | string | Version        |
| update     | string | Update         |
| edition    | string | Edition        |
| language   | string | Language       |

### WHOIS Data

**Description:** Detailed WHOIS information\
**Icon:** InfoIcon\
**Color:** `#27ae60`\
**Kind:** generic

| Field Name                                | Type   | Description                            |
| ----------------------------------------- | ------ | -------------------------------------- |
| name                                      | string | Name                                   |
| whois\_info                               | string | WHOIS information                      |
| registry\_domain\_id                      | string | Registry domain ID                     |
| domain\_name                              | string | Domain name                            |
| creation\_date                            | string | Creation date                          |
| registry\_expiry\_date                    | string | Registry expiry date                   |
| updated\_date                             | string | Updated date                           |
| transfer\_date                            | string | Transfer date                          |
| nameservers                               | string | Name servers                           |
| nameserver\_ip\_addresses                 | string | Name server IP addresses               |
| dnssec                                    | string | DNSSEC status                          |
| domain\_status                            | string | Domain status                          |
| registry\_registrant\_id                  | string | Registry registrant ID                 |
| registrant\_name                          | string | Registrant name                        |
| registrant\_organization                  | string | Registrant organization                |
| registrant\_address                       | string | Registrant address                     |
| registrant\_street                        | string | Registrant street                      |
| registrant\_city                          | string | Registrant city                        |
| registrant\_state\_province               | string | Registrant state/province              |
| registrant\_country                       | string | Registrant country                     |
| registrant\_country\_code                 | string | Registrant country code                |
| registrant\_postal\_code                  | string | Registrant postal code                 |
| registrant\_phone                         | string | Registrant phone                       |
| registrant\_phone\_ext                    | string | Registrant phone extension             |
| registrant\_fax                           | string | Registrant fax                         |
| registrant\_fax\_ext                      | string | Registrant fax extension               |
| registrant\_email                         | string | Registrant email                       |
| registry\_admin\_id                       | string | Registry admin ID                      |
| admin\_name                               | string | Admin name                             |
| admin\_organization                       | string | Admin organization                     |
| admin\_address                            | string | Admin address                          |
| admin\_street                             | string | Admin street                           |
| admin\_city                               | string | Admin city                             |
| admin\_state\_province                    | string | Admin state/province                   |
| admin\_country                            | string | Admin country                          |
| admin\_country\_code                      | string | Admin country code                     |
| admin\_postal\_code                       | string | Admin postal code                      |
| admin\_phone                              | string | Admin phone                            |
| admin\_phone\_ext                         | string | Admin phone extension                  |
| admin\_fax                                | string | Admin fax                              |
| admin\_fax\_ext                           | string | Admin fax extension                    |
| admin\_email                              | string | Admin email                            |
| registry\_tech\_id                        | string | Registry tech ID                       |
| tech\_name                                | string | Tech name                              |
| tech\_organization                        | string | Tech organization                      |
| tech\_address                             | string | Tech address                           |
| tech\_city                                | string | Tech city                              |
| tech\_state\_province                     | string | Tech state/province                    |
| tech\_country                             | string | Tech country                           |
| tech\_postal\_code                        | string | Tech postal code                       |
| tech\_phone                               | string | Tech phone                             |
| tech\_phone\_ext                          | string | Tech phone extension                   |
| tech\_fax                                 | string | Tech fax                               |
| tech\_fax\_ext                            | string | Tech fax extension                     |
| tech\_email                               | string | Tech email                             |
| registrar\_id                             | string | Registrar ID                           |
| registrar\_iana\_id                       | string | Registrar IANA ID                      |
| registrar                                 | string | Registrar                              |
| registrar\_registration\_expiration\_date | string | Registrar registration expiration date |
| registrar\_url                            | string | Registrar URL                          |
| registrar\_whois\_server                  | string | Registrar WHOIS server                 |
| registrar\_status                         | string | Registrar status                       |
| registrar\_address                        | string | Registrar address                      |
| registrar\_city                           | string | Registrar city                         |
| registrar\_state\_province                | string | Registrar state/province               |
| registrar\_country                        | string | Registrar country                      |
| registrar\_postal\_code                   | string | Registrar postal code                  |
| registrar\_phone                          | string | Registrar phone                        |
| registrar\_fax                            | string | Registrar fax                          |
| registrar\_fax\_ext                       | string | Registrar fax extension                |
| registrar\_email                          | string | Registrar email                        |
| registrar\_abuse\_contact\_email          | string | Registrar abuse contact email          |
| registrar\_abuse\_contact\_phone          | string | Registrar abuse contact phone          |
| sponsoring\_registrar                     | string | Sponsoring registrar                   |
| maintainer                                | string | Maintainer                             |
| created\_by                               | string | Created by                             |
| updated\_by                               | string | Updated by                             |
| created\_at                               | string | Created at timestamp                   |
| updated\_at                               | string | Updated at timestamp                   |
| ens\_auth\_id                             | string | ENS auth ID                            |
| entity\_version                           | string | Entity version                         |

### JARM Fingerprint

**Description:** JARM TLS fingerprint for SSL/TLS identification\
**Icon:** LucideFingerprint\
**Color:** `#9b59b6`\
**Kind:** generic

| Field Name | Type   | Description      |
| ---------- | ------ | ---------------- |
| jarm       | string | JARM fingerprint |
| port       | string | Port number      |
| timestamp  | string | Timestamp        |

### JA3S Fingerprint

**Description:** JA3S TLS server fingerprint\
**Icon:** LucideFingerprint\
**Color:** `#8e44ad`\
**Kind:** generic

| Field Name | Type   | Description      |
| ---------- | ------ | ---------------- |
| ja3s       | string | JA3S fingerprint |
| port       | string | Port number      |
| timestamp  | string | Timestamp        |

### HTTP Redirect

**Description:** HTTP redirect information\
**Icon:** ExternalLinkIcon\
**Color:** `#f39c12`\
**Kind:** generic

| Field Name | Type   | Description       |
| ---------- | ------ | ----------------- |
| host       | string | Host              |
| location   | string | Redirect location |
| data       | string | Data              |
| port       | string | Port number       |

### Security Header

**Description:** HTTP security header information\
**Icon:** ShieldIcon\
**Color:** `#2ecc71`\
**Kind:** generic

| Field Name    | Type   | Description  |
| ------------- | ------ | ------------ |
| header\_name  | string | Header name  |
| header\_value | string | Header value |
| port          | string | Port number  |
| timestamp     | string | Timestamp    |

***

## Geographic

**Description:** Geographic and geolocation data\
**Color:** `#f1c40f`

### GPS Coordinate

**Description:** Coordinate with latitude and longitude\
**Icon:** NavigationIcon\
**Color:** `#f39c12`\
**Kind:** generic

| Field Name | Type   | Description      |
| ---------- | ------ | ---------------- |
| title      | string | Coordinate title |
| latitude   | number | Latitude         |
| longitude  | number | Longitude        |

### Circular Area

**Description:** Area defined by a center and radius\
**Icon:** CircleIcon\
**Color:** `#e74c3c`\
**Kind:** generic

| Field Name | Type   | Description        |
| ---------- | ------ | ------------------ |
| title      | string | Area title         |
| radius     | number | Radius             |
| center     | object | Center coordinates |
| metadata   | object | Metadata           |

### Address

**Description:** Address with street, city, state, and postal code\
**Icon:** MapPinIcon\
**Color:** `#e74c3c`\
**Kind:** generic

| Field Name            | Type   | Description         |
| --------------------- | ------ | ------------------- |
| address               | string | Address             |
| country               | string | Country             |
| first\_reported\_date | string | First reported date |
| last\_reported\_date  | string | Last reported date  |
| first\_seen           | string | First seen date     |
| last\_seen            | string | Last seen date      |

### Nominal Location

**Description:** A nominal location string\
**Icon:** MapIcon\
**Color:** `#e74c3c`\
**Kind:** generic

| Field Name | Type   | Description     |
| ---------- | ------ | --------------- |
| location   | string | Location string |

### Property Details

**Description:** Details about a property\
**Icon:** HomeIcon\
**Color:** `#9b59b6`\
**Kind:** generic

| Field Name    | Type   | Description                    |
| ------------- | ------ | ------------------------------ |
| type          | string | Property type                  |
| apn           | string | APN (Assessor's Parcel Number) |
| block         | string | Block                          |
| lot           | string | Lot                            |
| livingArea    | string | Living area                    |
| lotSize       | string | Lot size                       |
| beds          | string | Number of bedrooms             |
| baths         | string | Number of bathrooms            |
| yearBuilt     | string | Year built                     |
| totalRooms    | string | Total rooms                    |
| squareFootage | string | Square footage                 |

### Property Value

**Description:** Value and tax information for a property\
**Icon:** DollarSignIcon\
**Color:** `#2ecc71`\
**Kind:** generic

| Field Name                | Type   | Description                  |
| ------------------------- | ------ | ---------------------------- |
| totalValue                | number | Total value                  |
| landValue                 | number | Land value                   |
| improvementValue          | number | Improvement value            |
| calculatedValueSourceCode | string | Calculated value source code |
| assessedValue             | number | Assessed value               |
| assessedLandValue         | number | Assessed land value          |
| assessedImprovementValue  | number | Assessed improvement value   |
| marketValue               | number | Market value                 |
| marketLandValue           | number | Market land value            |
| marketImprovementValue    | number | Market improvement value     |
| appraisedTotalValue       | number | Appraised total value        |
| appraisedLandValue        | number | Appraised land value         |
| appraisedImprovementValue | number | Appraised improvement value  |
| taxAmount                 | number | Tax amount                   |
| taxYear                   | number | Tax year                     |
| assessedYear              | number | Assessed year                |
| taxAreaCode               | string | Tax area code                |
| taxTotalRatePercent       | string | Tax total rate percent       |

### Property Identification

**Description:** Identification details for a property\
**Icon:** BadgeIcon\
**Color:** `#3498db`\
**Kind:** generic

| Field Name                  | Type   | Description                    |
| --------------------------- | ------ | ------------------------------ |
| fipsCode                    | string | FIPS code                      |
| apnUnformatted              | string | Unformatted APN                |
| apnSequenceNumber           | string | APN sequence number            |
| compositePropertyLinkageKey | string | Composite property linkage key |
| originalApn                 | string | Original APN                   |
| taxAccountNumber            | string | Tax account number             |
| onlineFormattedParcelId     | string | Online formatted parcel ID     |
| alternateParcelId           | string | Alternate parcel ID            |
| landUseCode                 | string | Land use code                  |
| landUseCodeDescription      | string | Land use code description      |

### Price History

**Description:** Historical price information for a property\
**Icon:** BarChartIcon\
**Color:** `#e67e22`\
**Kind:** generic

| Field Name | Type   | Description |
| ---------- | ------ | ----------- |
| year       | number | Year        |
| date       | string | Date        |
| price      | number | Price       |

***

## Cyber

**Description:** Malware and related artifacts\
**Color:** `#c0392b`

### Hash

**Description:** File hash details\
**Icon:** HashIcon\
**Color:** `#e74c3c`\
**Kind:** generic

| Field Name             | Type      | Description          |
| ---------------------- | --------- | -------------------- |
| hash                   | string    | Hash value           |
| type                   | string    | Hash type            |
| owner                  | string    | Owner                |
| before                 | date      | Before date          |
| after                  | date      | After date           |
| included\_media\_types | string\[] | Included media types |
| excluded\_media\_types | string\[] | Excluded media types |

### Credential

**Description:** Pure authentication credentials: password, hash, salt, username, uid\
**Icon:** SquareAsterisk\
**Color:** `#e74c3c`\
**Kind:** generic

| Field Name | Type   | Description |
| ---------- | ------ | ----------- |
| password   | string | Password    |
| hash       | string | Hash        |
| salt       | string | Salt        |
| username   | string | Username    |
| uid        | string | User ID     |

### Password

**Description:** Plain-text password from data breach\
**Icon:** KeyIcon\
**Color:** `#e74c3c`\
**Kind:** generic

| Field Name | Type   | Description                |
| ---------- | ------ | -------------------------- |
| password   | string | Password                   |
| strength   | string | Password strength          |
| is\_common | string | Whether password is common |

### Blockchain Wallet

**Description:** Blockchain wallet details\
**Icon:** KeyIcon\
**Color:** `#9b59b6`\
**Kind:** generic

| Field Name          | Type   | Description        |
| ------------------- | ------ | ------------------ |
| blockchain\_address | string | Blockchain address |
| blockchain          | string | Blockchain name    |
| address\_type       | string | Address type       |
| first\_seen         | string | First seen date    |
| last\_seen          | string | Last seen date     |

***

## Hardware & Services

**Description:** Hardware & Services\
**Color:** `#7f8c8d`

### Port

**Description:** Network port details\
**Icon:** HardDriveIcon\
**Color:** `#95a5a6`\
**Kind:** generic

| Field Name  | Type   | Description       |
| ----------- | ------ | ----------------- |
| port        | number | Port number       |
| protocol    | string | Protocol          |
| service     | string | Service name      |
| product     | string | Product           |
| version     | string | Version           |
| extra\_info | string | Extra information |

### MAC Address

**Description:** MAC address information\
**Icon:** WifiIcon\
**Color:** `#95a5a6`\
**Kind:** generic

| Field Name | Type   | Description |
| ---------- | ------ | ----------- |
| mac        | string | MAC address |

### Service

**Description:** A network service running on a port\
**Icon:** ServerIcon\
**Color:** `#3498db`\
**Kind:** generic

| Field Name | Type   | Description  |
| ---------- | ------ | ------------ |
| port       | number | Port number  |
| service    | string | Service name |
| banner     | string | Banner       |
| protocol   | string | Protocol     |
| version    | string | Version      |

### Technology

**Description:** A technology used by a website or service\
**Icon:** WrenchIcon\
**Color:** `#95a5a6`\
**Kind:** generic

| Field Name       | Type   | Description     |
| ---------------- | ------ | --------------- |
| technology\_name | string | Technology name |
| category         | string | Category        |
| description      | string | Description     |
| website          | string | Website         |
| first\_seen      | string | First seen date |
| last\_seen       | string | Last seen date  |

***

## Social

**Description:** Social media accounts and profiles\
**Color:** `#3498db`

### LinkedIn Account

**Description:** LinkedIn profile details\
**Icon:** LucideLinkedin\
**Color:** `#0077b5`\
**Kind:** social

| Field Name          | Type      | Description           |
| ------------------- | --------- | --------------------- |
| linkedin\_url       | string    | LinkedIn profile URL  |
| id                  | string    | LinkedIn ID           |
| first\_name         | string    | First name            |
| last\_name          | string    | Last name             |
| full\_name          | string    | Full name             |
| headline            | string    | Headline              |
| location            | string    | Location              |
| profile\_photo      | string    | Profile photo URL     |
| industry            | string    | Industry              |
| summary             | string    | Summary               |
| company             | string    | Company               |
| education           | string    | Education             |
| employment\_history | string\[] | Employment history    |
| connections\_count  | number    | Number of connections |
| premium             | boolean   | Premium account       |
| verified            | boolean   | Verified account      |

### Facebook Account

**Description:** Facebook profile details\
**Icon:** LucideFacebook\
**Color:** `#1877f2`\
**Kind:** social

| Field Name       | Type      | Description          |
| ---------------- | --------- | -------------------- |
| facebook\_url    | string    | Facebook profile URL |
| id               | string    | Facebook ID          |
| username         | string    | Username             |
| name             | string    | Name                 |
| profile\_photo   | string    | Profile photo URL    |
| cover\_photo     | string    | Cover photo URL      |
| bio              | string    | Bio                  |
| location         | string    | Location             |
| work             | string\[] | Work                 |
| education        | string\[] | Education            |
| friends\_count   | number    | Number of friends    |
| followers\_count | number    | Number of followers  |
| joined\_date     | string    | Joined date          |
| verified         | boolean   | Verified account     |

### LinkedIn Post

**Description:** A post made on LinkedIn with media, author, and reaction data\
**Icon:** LucideLinkedin\
**Color:** `#0077b5`\
**Kind:** post

| Field Name           | Type   | Description        |
| -------------------- | ------ | ------------------ |
| id                   | string | Post ID            |
| full\_urn            | string | Full URN           |
| text                 | string | Post text          |
| timestamp            | string | Timestamp          |
| date                 | string | Date               |
| relative\_time       | string | Relative time      |
| linkedin\_url        | string | LinkedIn URL       |
| post\_type           | string | Post type          |
| media\_type          | string | Media type         |
| media\_url           | string | Media URL          |
| author\_first\_name  | string | Author first name  |
| author\_last\_name   | string | Author last name   |
| author\_headline     | string | Author headline    |
| author\_username     | string | Author username    |
| author\_profile\_url | string | Author profile URL |
| total\_reactions     | number | Total reactions    |
| like                 | number | Like count         |
| support              | number | Support count      |
| love                 | number | Love count         |
| insight              | number | Insight count      |
| celebrate            | number | Celebrate count    |
| comments             | number | Comments count     |
| reposts              | number | Reposts count      |
| pagination\_token    | string | Pagination token   |

### LinkedIn Comment

**Description:** A comment on a LinkedIn post\
**Icon:** LucideLinkedin\
**Color:** `#0077b5`\
**Kind:** generic

| Field Name    | Type   | Description  |
| ------------- | ------ | ------------ |
| text          | string | Comment text |
| author        | string | Author       |
| timestamp     | string | Timestamp    |
| comment\_urn  | string | Comment URN  |
| comment\_link | string | Comment link |

### LinkedIn Employee

**Description:** Employee details extracted from a LinkedIn company profile\
**Icon:** LucideLinkedin\
**Color:** `#0077b5`\
**Kind:** generic

| Field Name        | Type   | Description       |
| ----------------- | ------ | ----------------- |
| full\_name        | string | Full name         |
| first\_name       | string | First name        |
| last\_name        | string | Last name         |
| headline          | string | Headline          |
| location          | string | Location          |
| profile\_url      | string | Profile URL       |
| profile\_photo    | string | Profile photo URL |
| current\_position | string | Current position  |
| current\_company  | string | Current company   |
| company\_url      | string | Company URL       |
| connected         | string | Connected status  |
| verified          | string | Verified status   |

### Facebook Post

**Description:** Facebook post or reel content\
**Icon:** LucideFacebook\
**Color:** `#1877f2`\
**Kind:** post

| Field Name                    | Type   | Description                |
| ----------------------------- | ------ | -------------------------- |
| post\_id                      | string | Post ID                    |
| type                          | string | Post type                  |
| url                           | string | Post URL                   |
| message                       | string | Message                    |
| timestamp                     | string | Timestamp                  |
| comments\_count               | number | Comments count             |
| reactions\_count              | number | Reactions count            |
| reshare\_count                | number | Reshare count              |
| reactions                     | object | Reactions object           |
| author\_id                    | string | Author ID                  |
| author\_name                  | string | Author name                |
| author\_url                   | string | Author URL                 |
| author\_profile\_picture\_url | string | Author profile picture URL |
| image                         | object | Image object               |
| video                         | string | Video URL                  |
| video\_sd\_file               | string | Video SD file URL          |
| video\_hd\_file               | string | Video HD file URL          |
| video\_thumbnail              | string | Video thumbnail URL        |

### Twitter Account

**Description:** Twitter profile details\
**Icon:** LucideTwitter\
**Color:** `#1da1f2`\
**Kind:** social

| Field Name       | Type    | Description         |
| ---------------- | ------- | ------------------- |
| twitter\_url     | string  | Twitter profile URL |
| id               | string  | Twitter ID          |
| username         | string  | Username            |
| name             | string  | Name                |
| profile\_photo   | string  | Profile photo URL   |
| banner\_photo    | string  | Banner photo URL    |
| bio              | string  | Bio                 |
| location         | string  | Location            |
| website          | string  | Website             |
| joined\_date     | string  | Joined date         |
| tweets\_count    | number  | Number of tweets    |
| following\_count | number  | Number following    |
| followers\_count | number  | Number of followers |
| likes\_count     | number  | Number of likes     |
| verified         | boolean | Verified account    |
| protected        | boolean | Protected account   |

### Facebook Reel

**Description:** Facebook Reel video and metadata\
**Icon:** LucideFacebook\
**Color:** `#1877f2`\
**Kind:** post

| Field Name            | Type    | Description          |
| --------------------- | ------- | -------------------- |
| id                    | string  | Reel ID              |
| input\_url            | string  | Input URL            |
| facebook\_url         | string  | Facebook URL         |
| top\_level\_reel\_url | string  | Top level reel URL   |
| text                  | string  | Text                 |
| play\_count\_rounded  | number  | Play count (rounded) |
| url                   | string  | URL                  |
| shareable\_url        | string  | Shareable URL        |
| is\_passive\_content  | boolean | Passive content flag |
| video\_owner\_name    | string  | Video owner name     |
| video\_owner\_url     | string  | Video owner URL      |
| video\_status\_type   | string  | Video status type    |
| video\_hd\_url        | string  | Video HD URL         |
| video\_sd\_url        | string  | Video SD URL         |
| video\_duration       | number  | Video duration       |

### Facebook Video

**Description:** Facebook video content and metadata\
**Icon:** LucideFacebook\
**Color:** `#1877f2`\
**Kind:** post

| Field Name                  | Type   | Description               |
| --------------------------- | ------ | ------------------------- |
| facebook\_url               | string | Facebook URL              |
| video\_url                  | string | Video URL                 |
| label                       | string | Label                     |
| title                       | string | Title                     |
| video\_duration\_text       | string | Video duration text       |
| relative\_time\_string      | string | Relative time string      |
| save\_description           | string | Save description          |
| thumbnail\_image            | string | Thumbnail image URL       |
| owner\_id                   | string | Owner ID                  |
| owner\_name                 | string | Owner name                |
| owner\_uri\_token           | string | Owner URI token           |
| owner\_verification\_status | string | Owner verification status |
| input\_url                  | string | Input URL                 |

### Twitter Tweet

**Description:** Tweet from Twitter/X\
**Icon:** LucideTwitter\
**Color:** `#1c9cea`\
**Kind:** social

| Field Name       | Type      | Description          |
| ---------------- | --------- | -------------------- |
| id               | string    | Tweet ID             |
| full\_text       | string    | Full text            |
| created\_at      | string    | Created at timestamp |
| lang             | string    | Language             |
| retweet\_count   | number    | Retweet count        |
| favorite\_count  | number    | Favorite count       |
| reply\_count     | number    | Reply count          |
| quote\_count     | number    | Quote count          |
| bookmark\_count  | number    | Bookmark count       |
| views\_count     | number    | Views count          |
| media\_urls      | string\[] | Media URLs           |
| external\_links  | string\[] | External links       |
| mentions         | string\[] | Mentions             |
| twitter\_url     | string    | Twitter URL          |
| author\_username | string    | Author username      |

### Twitter Comment

**Description:** Comment on a Twitter/X tweet\
**Icon:** LucideTwitter\
**Color:** `#1c9cea`\
**Kind:** social

| Field Name                  | Type    | Description             |
| --------------------------- | ------- | ----------------------- |
| id                          | string  | Comment ID              |
| reply\_content              | string  | Reply content           |
| created\_at                 | string  | Created at timestamp    |
| like\_count                 | number  | Like count              |
| reply\_count                | number  | Reply count             |
| retweet\_count              | number  | Retweet count           |
| quote\_count                | number  | Quote count             |
| bookmark\_count             | number  | Bookmark count          |
| view\_count                 | number  | View count              |
| conversation\_id            | string  | Conversation ID         |
| in\_reply\_to\_screen\_name | string  | In reply to screen name |
| is\_blue\_verified          | boolean | Blue verified status    |
| sentiment                   | string  | Sentiment               |
| tone                        | string  | Tone                    |
| user\_id                    | string  | User ID                 |
| twitter\_username           | string  | Twitter username        |
| twitter\_name               | string  | Twitter name            |
| twitter\_url                | string  | Twitter URL             |

### Twitter Reply

**Description:** Reply to a tweet on Twitter/X\
**Icon:** LucideTwitter\
**Color:** `#1c9cea`\
**Kind:** social

| Field Name             | Type      | Description                |
| ---------------------- | --------- | -------------------------- |
| id                     | string    | Reply ID                   |
| text                   | string    | Text                       |
| twitter\_url           | string    | Twitter URL                |
| createdAt              | string    | Created at timestamp       |
| lang                   | string    | Language                   |
| retweetCount           | number    | Retweet count              |
| replyCount             | number    | Reply count                |
| likeCount              | number    | Like count                 |
| quoteCount             | number    | Quote count                |
| bookmarkCount          | number    | Bookmark count             |
| viewCount              | number    | View count                 |
| inReplyToId            | string    | In reply to ID             |
| inReplyToUsername      | string    | In reply to username       |
| conversationId         | string    | Conversation ID            |
| author\_id             | string    | Author ID                  |
| author\_name           | string    | Author name                |
| author\_userName       | string    | Author username            |
| author\_profilePicture | string    | Author profile picture URL |
| author\_twitterUrl     | string    | Author Twitter URL         |
| media\_urls            | string\[] | Media URLs                 |
| mentions               | string\[] | Mentions                   |

### Telegram Profile

**Description:** Basic Telegram profile details\
**Icon:** UsersIcon\
**Color:** `#229ED9`\
**Kind:** social

| Field Name     | Type    | Description         |
| -------------- | ------- | ------------------- |
| id             | string  | Telegram ID         |
| username       | string  | Username            |
| full\_name     | string  | Full name           |
| bio            | string  | Bio                 |
| profile\_photo | string  | Profile photo URL   |
| phone\_number  | string  | Phone number        |
| status         | string  | Status              |
| last\_seen     | string  | Last seen timestamp |
| online         | boolean | Online status       |
| telegram\_url  | string  | Telegram URL        |

### Telegram Message

**Description:** Message from a Telegram profile\
**Icon:** MessageSquareIcon\
**Color:** `#229ED9`\
**Kind:** post

| Field Name  | Type   | Description    |
| ----------- | ------ | -------------- |
| fulldate    | string | Full date      |
| date        | string | Date           |
| views       | number | Views count    |
| image       | string | Image URL      |
| video       | string | Video URL      |
| description | string | Description    |
| preview     | object | Preview object |
| link        | string | Link           |
| reply       | string | Reply          |
| poll        | string | Poll           |

### Telegram Channel Profile

**Description:** Basic public channel profile from Telegram\
**Icon:** MessageSquareIcon\
**Color:** `#229ED9`\
**Kind:** social

| Field Name  | Type   | Description       |
| ----------- | ------ | ----------------- |
| username    | string | Channel username  |
| avatar\_url | string | Avatar URL        |
| subscribers | string | Subscribers count |

### Telegram Channel Message

**Description:** A message posted in a Telegram public channel\
**Icon:** MessageSquareIcon\
**Color:** `#229ED9`\
**Kind:** post

| Field Name | Type   | Description |
| ---------- | ------ | ----------- |
| id         | string | Message ID  |
| date       | string | Date        |
| text       | string | Text        |
| views      | string | Views count |
| author     | string | Author      |
| profile    | string | Profile     |

### Instagram Account

**Description:** Instagram profile details\
**Icon:** LucideInstagram\
**Color:** `#e1306c`\
**Kind:** social

| Field Name         | Type      | Description           |
| ------------------ | --------- | --------------------- |
| instagram\_url     | string    | Instagram profile URL |
| id                 | string    | Instagram ID          |
| username           | string    | Username              |
| full\_name         | string    | Full name             |
| profile\_photo     | string    | Profile photo URL     |
| bio                | string    | Bio                   |
| bio\_links         | string\[] | Bio links             |
| website            | string    | Website               |
| category           | string    | Category              |
| business\_category | string    | Business category     |
| contact\_phone     | string    | Contact phone         |
| contact\_email     | string    | Contact email         |
| facebook\_id       | string    | Facebook ID           |
| account\_type      | string    | Account type          |
| private\_account   | boolean   | Private account flag  |
| verified           | boolean   | Verified account      |
| media\_count       | number    | Media count           |
| followers\_count   | number    | Followers count       |
| following\_count   | number    | Following count       |

### Leaked Record

**Description:** Consolidated credentials and metadata from Darkside leaks\
**Icon:** LockIcon\
**Color:** `#8e44ad`\
**Kind:** generic

| Field Name                 | Type   | Description             |
| -------------------------- | ------ | ----------------------- |
| aim\_userid                | string | AIM user ID             |
| aim\_username              | string | AIM username            |
| apple\_userid              | string | Apple user ID           |
| battlenet\_username        | string | Battle.net username     |
| discord\_username          | string | Discord username        |
| instagram\_username        | string | Instagram username      |
| tiktok\_username           | string | TikTok username         |
| youtube\_username          | string | YouTube username        |
| address                    | string | Address                 |
| bankaccount                | string | Bank account            |
| billing\_address           | string | Billing address         |
| billing\_name              | string | Billing name            |
| bio\_signature             | string | Bio signature           |
| birthdate                  | string | Birthdate               |
| company                    | string | Company                 |
| cpf                        | string | CPF                     |
| creditcard                 | string | Credit card             |
| dl\_license                | string | Driver's license        |
| email                      | string | Email                   |
| email\_domain              | string | Email domain            |
| hashed\_password           | string | Hashed password         |
| ip\_address                | string | IP address              |
| lastip                     | string | Last IP                 |
| license\_plate             | string | License plate           |
| name                       | string | Name                    |
| nationalidnumber           | string | National ID number      |
| other\_addresses           | string | Other addresses         |
| other\_fields              | string | Other fields            |
| other\_ip\_addresses       | string | Other IP addresses      |
| other\_names               | string | Other names             |
| parent\_or\_guardian\_name | string | Parent or guardian name |
| passport                   | string | Passport                |
| password                   | string | Password                |
| phone                      | string | Phone                   |
| profiles                   | string | Profiles                |
| salt                       | string | Salt                    |
| shipping\_address          | string | Shipping address        |
| shipping\_name             | string | Shipping name           |
| spouse\_name               | string | Spouse name             |
| ssn                        | string | SSN                     |
| taxid                      | string | Tax ID                  |
| user\_agent\_string        | string | User agent string       |
| userid                     | string | User ID                 |
| username                   | string | Username                |
| vin                        | string | VIN                     |
| wallet\_crypto             | string | Crypto wallet           |
| database                   | string | Database                |
| date\_added                | string | Date added              |
| docid                      | string | Document ID             |
| filename                   | string | Filename                |

### Leak Event

**Description:** Data breach or leak event\
**Icon:** LockIcon\
**Color:** `#7d3c98`\
**Kind:** generic

| Field Name       | Type   | Description     |
| ---------------- | ------ | --------------- |
| leak\_name       | string | Leak name       |
| breach\_date     | string | Breach date     |
| date\_discovered | string | Date discovered |
| record\_count    | string | Record count    |
| source           | string | Source          |
| description      | string | Description     |

### Social Profile

**Description:** Generic social media profile\
**Icon:** AtSignIcon\
**Color:** `#7f8c8d`\
**Kind:** social

| Field Name       | Type    | Description       |
| ---------------- | ------- | ----------------- |
| username         | string  | Username          |
| platform         | string  | Platform          |
| profile\_url     | string  | Profile URL       |
| display\_name    | string  | Display name      |
| profile\_photo   | string  | Profile photo URL |
| bio              | string  | Bio               |
| followers\_count | number  | Followers count   |
| following\_count | number  | Following count   |
| verified         | boolean | Verified account  |
| joined\_date     | string  | Joined date       |

### OSINT Platform

**Description:** OSINT platform profile details\
**Icon:** AtSignIcon\
**Color:** `#7f8c8d`\
**Kind:** social

| Field Name          | Type      | Description         |
| ------------------- | --------- | ------------------- |
| platform\_name      | string    | Platform name       |
| name                | string    | Name                |
| first\_name         | string    | First name          |
| last\_name          | string    | Last name           |
| profile\_url        | string    | Profile URL         |
| picture\_url        | string    | Picture URL         |
| banner\_url         | string    | Banner URL          |
| bio                 | string    | Bio                 |
| location            | string    | Location            |
| associated\_email   | string    | Associated email    |
| email               | string    | Email               |
| phone               | string    | Phone               |
| email\_hint         | string    | Email hint          |
| phone\_hint         | string    | Phone hint          |
| creation\_date      | string    | Creation date       |
| account\_status     | string    | Account status      |
| verified            | boolean   | Verified account    |
| registered          | boolean   | Registered account  |
| private             | boolean   | Private account     |
| followers\_count    | number    | Followers count     |
| following\_count    | number    | Following count     |
| posts\_count        | number    | Posts count         |
| likes\_count        | number    | Likes count         |
| premium             | boolean   | Premium account     |
| scam                | boolean   | Scam account        |
| fake                | boolean   | Fake account        |
| breach              | boolean   | Breach flag         |
| id                  | string    | ID                  |
| gender              | string    | Gender              |
| age                 | string    | Age                 |
| language            | string    | Language            |
| username            | string    | Username            |
| devices             | string    | Devices             |
| last\_seen          | string    | Last seen timestamp |
| platform\_variables | object    | Platform variables  |
| external\_urls      | string\[] | External URLs       |
| website             | string    | Website             |

### Strava Run

**Description:** Individual Strava run/activity with route data\
**Icon:** ActivityIcon\
**Color:** `#fc5200`\
**Kind:** generic

| Field Name                       | Type      | Description                        |
| -------------------------------- | --------- | ---------------------------------- |
| activity\_id                     | string    | Activity ID                        |
| name                             | string    | Activity name                      |
| start\_date                      | string    | Start date                         |
| distance                         | number    | Distance                           |
| moving\_time                     | number    | Moving time                        |
| elapsed\_time                    | number    | Elapsed time                       |
| total\_elevation\_gain           | number    | Total elevation gain               |
| type                             | string    | Activity type                      |
| sport\_type                      | string    | Sport type                         |
| average\_speed                   | number    | Average speed                      |
| max\_speed                       | number    | Max speed                          |
| average\_heartrate               | number    | Average heartrate                  |
| max\_heartrate                   | number    | Max heartrate                      |
| calories                         | number    | Calories                           |
| encoded\_polyline                | string    | Encoded polyline                   |
| start\_latlng                    | number\[] | Start lat/lng                      |
| end\_latlng                      | number\[] | End lat/lng                        |
| map\_polyline                    | string    | Map polyline                       |
| summary\_polyline                | string    | Summary polyline                   |
| elev\_high                       | number    | Elevation high                     |
| elev\_low                        | number    | Elevation low                      |
| pr\_count                        | number    | PR count                           |
| kudos\_count                     | number    | Kudos count                        |
| comment\_count                   | number    | Comment count                      |
| athlete\_count                   | number    | Athlete count                      |
| photo\_count                     | number    | Photo count                        |
| private                          | boolean   | Private flag                       |
| trainer                          | boolean   | Trainer flag                       |
| commute                          | boolean   | Commute flag                       |
| manual                           | boolean   | Manual flag                        |
| flagged                          | boolean   | Flagged flag                       |
| gear\_id                         | string    | Gear ID                            |
| from\_accepted\_tag              | boolean   | From accepted tag flag             |
| average\_cadence                 | number    | Average cadence                    |
| kilojoules                       | number    | Kilojoules                         |
| device\_watts                    | boolean   | Device watts flag                  |
| has\_heartrate                   | boolean   | Has heartrate flag                 |
| heartrate\_opt\_out              | boolean   | Heartrate opt out flag             |
| display\_hide\_heartrate\_option | boolean   | Display hide heartrate option flag |

### Instagram Profile

**Description:** Basic Instagram profile information\
**Icon:** LucideInstagram\
**Color:** `#e1306c`\
**Kind:** post

| Field Name        | Type      | Description           |
| ----------------- | --------- | --------------------- |
| id                | string    | Instagram ID          |
| username          | string    | Username              |
| instagram\_url    | string    | Instagram URL         |
| fullName          | string    | Full name             |
| biography         | string    | Biography             |
| externalUrl       | string    | External URL          |
| followersCount    | number    | Followers count       |
| followsCount      | number    | Follows count         |
| isBusinessAccount | boolean   | Business account flag |
| private           | boolean   | Private account flag  |
| verified          | boolean   | Verified account      |
| profilePicUrl     | string    | Profile pic URL       |
| profilePicUrlHD   | string    | Profile pic URL HD    |
| igtvVideoCount    | number    | IGTV video count      |
| relatedProfiles   | string\[] | Related profiles      |

### Instagram Post

**Description:** Details about a specific Instagram post\
**Icon:** LucideInstagram\
**Color:** `#e1306c`\
**Kind:** post

| Field Name       | Type      | Description       |
| ---------------- | --------- | ----------------- |
| id               | string    | Post ID           |
| type             | string    | Post type         |
| shortCode        | string    | Short code        |
| caption          | string    | Caption           |
| hashtags         | string\[] | Hashtags          |
| mentions         | string\[] | Mentions          |
| url              | string    | URL               |
| dimensionsHeight | number    | Dimensions height |
| dimensionsWidth  | number    | Dimensions width  |
| displayUrl       | string    | Display URL       |
| images           | string\[] | Images            |
| alt              | string    | Alt text          |
| likesCount       | number    | Likes count       |
| timestamp        | string    | Timestamp         |
| ownerUsername    | string    | Owner username    |
| ownerId          | string    | Owner ID          |

### Instagram Mention

**Description:** Mentions of a user in an Instagram post\
**Icon:** LucideInstagram\
**Color:** `#e1306c`\
**Kind:** post

| Field Name | Type      | Description |
| ---------- | --------- | ----------- |
| id         | string    | Mention ID  |
| type       | string    | Type        |
| shortCode  | string    | Short code  |
| caption    | string    | Caption     |
| hashtags   | string\[] | Hashtags    |
| mentions   | string\[] | Mentions    |
| url        | string    | URL         |
| timestamp  | string    | Timestamp   |

### Instagram Reel

**Description:** Reel video content from Instagram\
**Icon:** LucideInstagram\
**Color:** `#e1306c`\
**Kind:** post

| Field Name       | Type      | Description       |
| ---------------- | --------- | ----------------- |
| id               | string    | Reel ID           |
| type             | string    | Type              |
| shortCode        | string    | Short code        |
| caption          | string    | Caption           |
| hashtags         | string\[] | Hashtags          |
| mentions         | string\[] | Mentions          |
| url              | string    | URL               |
| dimensionsHeight | number    | Dimensions height |
| dimensionsWidth  | number    | Dimensions width  |
| images           | string\[] | Images            |
| videoUrl         | string    | Video URL         |
| likesCount       | number    | Likes count       |
| videoViewCount   | number    | Video view count  |
| timestamp        | string    | Timestamp         |
| ownerUsername    | string    | Owner username    |
| ownerId          | string    | Owner ID          |
| productType      | string    | Product type      |
| isSponsored      | boolean   | Sponsored flag    |
| videoDuration    | string    | Video duration    |

### Instagram Comment

**Description:** Details about an Instagram comment\
**Icon:** LucideInstagram\
**Color:** `#e1306c`\
**Kind:** post

| Field Name         | Type   | Description           |
| ------------------ | ------ | --------------------- |
| postUrl            | string | Post URL              |
| id                 | string | Comment ID            |
| text               | string | Comment text          |
| ownerUsername      | string | Owner username        |
| ownerProfilePicUrl | string | Owner profile pic URL |
| timestamp          | string | Timestamp             |
| repliesCount       | number | Replies count         |
| likesCount         | number | Likes count           |
| replies            | array  | Replies               |

### Facebook Page

**Description:** Facebook business or organization page\
**Icon:** LucideFacebook\
**Color:** `#1877f2`\
**Kind:** social

| Field Name        | Type      | Description         |
| ----------------- | --------- | ------------------- |
| id                | string    | Page ID             |
| title             | string    | Title               |
| pageId            | string    | Page ID             |
| pageName          | string    | Page name           |
| pageUrl           | string    | Page URL            |
| facebookUrl       | string    | Facebook URL        |
| categories        | string\[] | Categories          |
| info              | string    | Info                |
| likes             | number    | Likes count         |
| messenger         | string    | Messenger           |
| priceRange        | string    | Price range         |
| address           | string    | Address             |
| intro             | string    | Intro               |
| websites          | string\[] | Websites            |
| phone             | string    | Phone               |
| email             | string    | Email               |
| website           | string    | Website             |
| services          | string\[] | Services            |
| rating            | number    | Rating              |
| followers         | number    | Followers count     |
| profilePictureUrl | string    | Profile picture URL |
| coverPhotoUrl     | string    | Cover photo URL     |
| profilePhoto      | string    | Profile photo URL   |
| ratingOverall     | number    | Rating overall      |
| ratingCount       | number    | Rating count        |
| creation\_date    | string    | Creation date       |
| ad\_status        | string    | Ad status           |
| about\_me         | string    | About me            |
| facebookId        | string    | Facebook ID         |
| pageAdLibrary     | string    | Page ad library     |

***

## Registration & Tracking

**Description:** Registration & Tracking\
**Color:** `#95a5a6`

### Vehicle Registration

**Description:** Vehicle registration details\
**Icon:** CarIcon\
**Color:** `#7f8c8d`\
**Kind:** generic

| Field Name                     | Type   | Description                  |
| ------------------------------ | ------ | ---------------------------- |
| registration\_number           | string | Registration number          |
| registration\_date             | date   | Registration date            |
| registration\_expiration\_date | date   | Registration expiration date |
| registration\_status           | string | Registration status          |
| registration\_type             | string | Registration type            |
| registration\_class            | string | Registration class           |

### Identification Number

**Description:** An identification number\
**Icon:** HashIcon\
**Color:** `#bdc3c7`\
**Kind:** generic

| Field Name | Type   | Description           |
| ---------- | ------ | --------------------- |
| number     | string | Identification number |
| type       | string | Type                  |
| country    | string | Country               |

### License Plate

**Description:** License plate details\
**Icon:** TagIcon\
**Color:** `#95a5a6`\
**Kind:** generic

| Field Name | Type   | Description   |
| ---------- | ------ | ------------- |
| plate      | string | License plate |
| country    | string | Country       |
| state      | string | State         |

### Passport

**Description:** Passport details\
**Icon:** FileTextIcon\
**Color:** `#7f8c8d`\
**Kind:** generic

| Field Name       | Type   | Description     |
| ---------------- | ------ | --------------- |
| number           | string | Passport number |
| country          | string | Country         |
| expiration\_date | date   | Expiration date |
| issue\_date      | date   | Issue date      |

### Bank Account

**Description:** Bank account details\
**Icon:** LandmarkIcon\
**Color:** `#34495e`\
**Kind:** generic

| Field Name   | Type   | Description    |
| ------------ | ------ | -------------- |
| number       | string | Account number |
| country      | string | Country        |
| bank\_name   | string | Bank name      |
| bank\_branch | string | Bank branch    |

### VIN Number

**Description:** Vehicle identification number\
**Icon:** KeyIcon\
**Color:** `#7f8c8d`\
**Kind:** generic

| Field Name | Type   | Description |
| ---------- | ------ | ----------- |
| vin        | string | VIN number  |

### Flight Number

**Description:** Flight number details\
**Icon:** PlaneIcon\
**Color:** `#3498db`\
**Kind:** generic

| Field Name | Type   | Description   |
| ---------- | ------ | ------------- |
| number     | string | Flight number |

***

## Transportation

**Description:** Transportation modes and details\
**Color:** `#2980b9`

### Transport

**Description:** Generic transport details\
**Icon:** TruckIcon\
**Color:** `#3498db`\
**Kind:** generic

| Field Name | Type   | Description |
| ---------- | ------ | ----------- |
| make       | string | Make        |
| model      | string | Model       |

### Boat

**Description:** Boat details\
**Icon:** AnchorIcon\
**Color:** `#2980b9`\
**Kind:** generic

| Field Name   | Type   | Description  |
| ------------ | ------ | ------------ |
| make         | string | Make         |
| model        | string | Model        |
| registration | string | Registration |

### Plane

**Description:** Plane details\
**Icon:** PlaneIcon\
**Color:** `#3498db`\
**Kind:** generic

| Field Name   | Type   | Description  |
| ------------ | ------ | ------------ |
| make         | string | Make         |
| model        | string | Model        |
| registration | string | Registration |

### Train

**Description:** Train details\
**Icon:** TrainIcon\
**Color:** `#7f8c8d`\
**Kind:** generic

| Field Name    | Type   | Description  |
| ------------- | ------ | ------------ |
| make          | string | Make         |
| model         | string | Model        |
| service\_line | string | Service line |

### Bike

**Description:** Bike details\
**Icon:** BikeIcon\
**Color:** `#1abc9c`\
**Kind:** generic

| Field Name | Type   | Description |
| ---------- | ------ | ----------- |
| make       | string | Make        |
| model      | string | Model       |
| type       | string | Type        |

### Bus

**Description:** Bus details\
**Icon:** BusIcon\
**Color:** `#f39c12`\
**Kind:** generic

| Field Name | Type   | Description |
| ---------- | ------ | ----------- |
| make       | string | Make        |
| model      | string | Model       |
| route      | string | Route       |

### Car

**Description:** Car details\
**Icon:** CarIcon\
**Color:** `#e74c3c`\
**Kind:** generic

| Field Name | Type   | Description |
| ---------- | ------ | ----------- |
| make       | string | Make        |
| model      | string | Model       |
| year       | number | Year        |

***

## Weapons

**Description:** Weapon and ordinance details\
**Color:** `#c0392b`

### Weapon

**Description:** General weapon\
**Icon:** SwordIcon\
**Color:** `#e74c3c`\
**Kind:** generic

| Field Name | Type   | Description |
| ---------- | ------ | ----------- |
| type       | string | Weapon type |

### WMD

**Description:** Weapon of mass destruction\
**Icon:** BombIcon\
**Color:** `#c0392b`\
**Kind:** generic

| Field Name | Type   | Description |
| ---------- | ------ | ----------- |
| type       | string | WMD type    |

### Nuclear Weapon

**Description:** Nuclear weapon details\
**Icon:** RadiationIcon\
**Color:** `#e67e22`\
**Kind:** generic

| Field Name | Type   | Description |
| ---------- | ------ | ----------- |
| type       | string | Weapon type |

### Explosive

**Description:** Explosive device details\
**Icon:** ZapIcon\
**Color:** `#d35400`\
**Kind:** generic

| Field Name | Type   | Description    |
| ---------- | ------ | -------------- |
| type       | string | Explosive type |

### Missile

**Description:** Missile details\
**Icon:** RocketIcon\
**Color:** `#e74c3c`\
**Kind:** generic

| Field Name | Type   | Description  |
| ---------- | ------ | ------------ |
| type       | string | Missile type |

### Blade

**Description:** Blade or knife\
**Icon:** PocketKnifeIcon\
**Color:** `#95a5a6`\
**Kind:** generic

| Field Name | Type   | Description |
| ---------- | ------ | ----------- |
| type       | string | Blade type  |

### IED

**Description:** Improvised Explosive Device\
**Icon:** BombIcon\
**Color:** `#c0392b`\
**Kind:** generic

| Field Name | Type   | Description |
| ---------- | ------ | ----------- |
| type       | string | IED type    |

### Gun

**Description:** Firearm details\
**Icon:** CrosshairIcon\
**Color:** `#7f8c8d`\
**Kind:** generic

| Field Name | Type   | Description |
| ---------- | ------ | ----------- |
| type       | string | Gun type    |

### Ammunition

**Description:** Ammunition details\
**Icon:** BoxIcon\
**Color:** `#95a5a6`\
**Kind:** generic

| Field Name | Type   | Description     |
| ---------- | ------ | --------------- |
| type       | string | Ammunition type |

### BioWeapon

**Description:** Biological weapon details\
**Icon:** DropletIcon\
**Color:** `#27ae60`\
**Kind:** generic

| Field Name | Type   | Description    |
| ---------- | ------ | -------------- |
| type       | string | Bioweapon type |

### Chemical Weapon

**Description:** Chemical weapon details\
**Icon:** FlaskConicalIcon\
**Color:** `#16a085`\
**Kind:** generic

| Field Name | Type   | Description          |
| ---------- | ------ | -------------------- |
| type       | string | Chemical weapon type |

***

## Financial

**Description:** Financial data including cards and accounts\
**Color:** `#16a085`

### Credit Card

**Description:** Credit or Debit card details based on BIN\
**Icon:** CreditCardIcon\
**Color:** `#1abc9c`\
**Kind:** generic

| Field Name        | Type    | Description      |
| ----------------- | ------- | ---------------- |
| bin\_number       | string  | BIN number       |
| number\_length    | number  | Number length    |
| number\_luhn      | boolean | Luhn valid       |
| scheme            | string  | Scheme           |
| type              | string  | Type             |
| brand             | string  | Brand            |
| prepaid           | boolean | Prepaid flag     |
| card\_number      | string  | Card number      |
| expiration\_month | string  | Expiration month |
| expiration\_year  | string  | Expiration year  |
| cvv               | string  | CVV              |
| pin               | string  | PIN              |

***

## System

**Description:** System and meta nodes\
**Color:** `#34495e`

### Transform

**Description:** Transform operation node\
**Icon:** GitMergeIcon\
**Color:** `#2c3e50`\
**Kind:** generic

| Field Name      | Type   | Description    |
| --------------- | ------ | -------------- |
| transform\_name | string | Transform name |

***

## Notes

* **Kind:** The type of node rendering (generic, social, post, image, favicon, link)
* **Color:** Hex color code used for node visualization
* **Icon:** Lucide React icon component name
* Field types are represented as strings in the schema but may be converted to appropriate types at runtime
* Some fields marked as `string[]` are arrays of strings
* Some fields marked as `object` contain nested data structures
* Date fields may be stored as strings in ISO format or other date representations
