# Classification Tags

Satori automatically classifies various data types in the result set based on the actual data that is being returned from the data store, as well as other metadata like the column or field names. Tags that are generated by Satori’s classification engine have a `c12n.` prefix.

## Payment Card Industry (PCI) Data Types

All PCI data types start with the `c12n.pci` prefix. To create a policy that matches any of the PCI data types, use `c12n.pci`.

### Credit card number

`c12n.pci::ccnum`

## Personal Identifiable Information (PII) Data Types

All PII data types start with the `c12n.pii` prefix. To create a policy that matches any of the PII data types, use `c12n.pii`.

### Address

`c12n.pii::address`

### Credit Card Number

`c12n.pii::ccnum`

### Date of Birth

`c12n.pii::dateofbirth`

### Email Address

`c12n.pii::email`

### Identity Linker

`c12n.pii::identitylinker`

### ID Number

`c12n.pii::idnum`

### Insurance Number

`c12n.pii::insurancenumber`

### Personal Photo

`c12n.pii::personalphoto`

### Person Name

`c12n.pii::personname`

### Phone Number

`c12n.pii::phone`

### Public IP Address

`c12n.pii::externalip`

### Social Insurance Number

`c12n.pii::sin`

### Social Media

`c12n.pii::socialmedia`

### Social Security Number

`c12n.pii::ssn`

### ZIP Code

`c12n.pii::zipcode`

## Linkable Personal Identifiable Information (PII) Data Types

All linkable PII data types start with the `c12n.piilinkable` prefix. To create a policy that matches any of the PII data types, use `c12n.piilinkable`.

### Account Number

`c12n.piilinkable::accountnumber`

### Birth Day

`c12n.piilinkable::birthday`

### Birth Month

`c12n.piilinkable::birthmonth`

### Birth Year

`c12n.piilinkable::birthyear`

### City

`c12n.piilinkable::city`

### Country

`c12n.piilinkable::country`

### Device ID

`c12n.piilinkable::deviceid`

### Employer

`c12n.piilinkable::employer`

### Gender

`c12n.piilinkable::gender`

### Geolocation

`c12n.piilinkable::geolocation`

### Hashed Password

```
c12n.piilinkable::md5password
c12n.piilinkable::sha1password
c12n.piilinkable::sha256password
c12n.piilinkable::bcryptpassword
c12n.piilinkable::md5cryptpassword
```

### License Plate

`c12n.piilinkable::licenseplate`

### Marital Status

`c12n.piilinkable::maritalstatus`

### Nationality

`c12n.piilinkable::nationality`

### Occupation

`c12n.piilinkable::occupation`

### Password

`c12n.piilinkable::password`

### Race

`c12n.piilinkable::race`

### User ID

`c12n.piilinkable::userid`

### User Name

`c12n.piilinkable::username`

### US County

`c12n.piilinkable::county`

### US State

`c12n.piilinkable::state`

### Web URL

`c12n.piilinkable::weburl`

## Protected Health Information (PHI) Data Types

All PHI data types start with the `c12n.phi` prefix. To create a policy that matches any of the PHI data types, use `c12n.phi`.

### Allergies

`c12n.phi::allergies`

### Blood Pressure

`c12n.phi::bloodpressure`

### Blood Type

`c12n.phi::bloodtype`

### Certificate / License Number

`c12n.phi::certificatenumber`

### EMPI (Enterprise Master Patient Index)

`c12n.phi::empi`

### Health Plan Beneficiary Number

`c12n.phi::healthplanbeneficierynumber`

### Heart Rate

`c12n.phi::heartrate`

### Medical Record Number

`c12n.phi::medicalrecordnumber`

### Patient ID

`c12n.phi::patientid`

## Operational Information Data Types

All operational data types start with the `c12n.operational` prefix. To create a policy that matches any of the operational data types, use `c12n.operational`.

### AWS key

`c12n.operational::awskey`

### Financial Data

`c12n.operational::financialdata`

### Hashed Data

```
c12n.operational::md5
c12n.operational::sha1
c12n.operational::sha256
c12n.operational::bcrypt
c12n.operational::md5bcrypt
```

### Hashed Password

```
c12n.operational::md5password
c12n.operational::sha1password
c12n.operational::sha256password
c12n.operational::bcryptpassword
c12n.operational::md5cryptpassword
```

### Metadata

`c12n.operational::metadata`

### Password

`c12n.operational::password`

### Private IP Address

`c12n.operational::privateip`

### Public IP Address

`c12n.operational::externalip`

### Timestamp

`c12n.operational::timestamp`

### Web URL

`c12n.operational::weburl`
