Enterprise Recon v1 API
Definitions
List Built-in Data Types
Get list of built-in data types that are recognized and can be detected in ER2 by default.
The "_STRICT" postfix represents the robust variant for the built-in data type.
Request
GET
https://er-master:8339/v1/datatypes/builtins/{key}
Authorization
Path Parameters
Parameter | Data Type | Description |
---|---|---|
key |
string |
Define the key to retrieve details for a specific data type. |
Header Parameters
Parameter | Data Type | Description |
---|---|---|
Accept-Encoding |
string enum: gzip deflate |
Specify the compression algorithm to use on the response object.
Compressed content will not be returned for endpoints that return reports as files (e.g. PDF, CSV etc), endpoints that return binary files (e.g. Node Agent installers) or unsuccessful API calls. |
Request Samples
HTTP
GET /v1/datatypes/builtins
Accept: application/json
Accept-Encoding: gzip
cURL
curl --request GET 'https://er-master:8339/v1/datatypes/builtins' \
--user apiuser:password123 \
--header "Accept: application/json" \
--header "Accept-Encoding: gzip"
Response Schema
200 OK
Response Item | Data Type | Description |
---|---|---|
key |
string |
Unique identifier for the data type. The "_STRICT" postfix represents the robust variant for the built-in data type. |
description |
string |
Data type description. |
category |
string |
Descriptive name for the data type category. |
region |
string |
Region that the data type is associated with. No value is returned if region is not applicable for the data type. |
country |
string |
Country that the data type is associated with. No value is returned if country is not applicable for the data type. |
Response Samples
200 OK
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: xxx
{
{
"key": "CHD_AMERICANEXPRESS",
"description": "American Express",
"category": "Cardholder Data"
},
{
"key": "BANK_INTERNATIONAL_SWIFT",
"description": "SWIFT Code",
"category": "Financial Data"
},
{
"key": "PII_AUSTRIA_PHONE",
"description": "Austrian Telephone Number",
"category": "Personal Details",
"region": "Europe",
"country": "Austria"
},
{
"key": "NID_SINGAPORE_NRIC",
"description": "Singaporean NRIC",
"category": "National ID",
"region": "Asia",
"country": "Singapore"
}
}
Event Modules
List of Enterprise Recon event modules:
- agent
- authenticator
- datastore
- example
- intel
- logger
- mailer
- overseer
- proxy
- report
- ui
- policy
- activedirectory
- acl
- receiver
- remediate
- api
- index
Event Classes
List of Enterprise Recon event classes:
- ACL Firewall
- Access Control Completed
- Access Control Failed
- Access Control List
- Access Control Started
- Activity Log Access
- Agent Error
- Agent Pending
- Agent Probe
- Agent Remediate
- Agent Revoked
- Agent Scan
- Agent Verified
- Application Failure
- Backup Failed
- Backup Succeeded
- Classification Completed
- Classification Failed
- Classification Policy Added
- Classification Policy Modified
- Classification Policy Removed
- Classification Started
- Configuration Failed
- Configuration Info
- Connection Info
- Credential Changed
- Credential Failed
- Datastore Failure
- Delegated
- Delegation Setting Modified
- Distributed Scan Assignment
- Distributed Scan Complete
- Distributed Scan Disabled
- Distributed Scan Trigger
- Filter Add Failed
- Format Failed
- Global Filter Added
- Global Filter Imported
- Global Filter Modified
- Global Filter Removed
- Group Changed
- Ledger corrupted
- License Changed
- License Update Broadcast Failed
- Log Failed
- Login Failed
- Login Successful
- Low memory
- Mail Failed
- Mail Info
- No Matches Found
- ODBC failure
- ODBC query
- Process Daemon
- Process Failed
- Process Output
- Process Signalled
- Process Started
- Process Stopped
- Processing Blocked
- Remediation Cancelled
- Remediation Completed
- Remediation Failed
- Remediation Started
- Remove Results
- Report Failed
- Report Memory Exceeded
- Report Progress
- Restart Server
- Risk History Processing
- Risk Profile Added
- Risk Profile Modified
- Risk Profile Removed
- Role Changed
- Scan Assigned
- Scan Running
- Search Added
- Search Changed
- Search Detected Matches
- Search Failed
- Search Paused
- Search Resumed
- Search Stalled
- Search Started
- Shutdown Server
- Target Changed
- Target Not Scanned
- Tombstone Message Changed
- User Access Denied
- User Account Changed
- Web Server
Platform Families
List of Enterprise Recon platform families:
- Microsoft Windows
- Linux
- Oracle Solaris
- IBM AIX
- Free BSD
- HP-UX
- Apple macOS
- Remote Only
Please refer to the Enterprise Recon user guide for the updated list of Supported Operating Systems.
Platforms
List of possible platform values for multiple Enterprise Recon endpoints:
- Windows 2000 Workstation
- Windows 2000 Server
- Windows XP
- Windows XP Professional 64
- Windows Server 2003 32bit
- Windows Server 2003 64bit
- Windows Server 2003 Itanium
- Windows Server 2003 R2 32bit
- Windows Server 2003 R2 64bit
- Windows Server 2003 R2 Itanium
- Windows Server 2008 32bit
- Windows Server 2008 64bit
- Windows Server 2008 Itanium
- Windows Server 2008 R2
- Windows Server 2008 R2 Itanium
- Windows Server 2012
- Windows Server 2012 R2
- Windows Server 2016
- Windows Server 2019
- Windows Server 2022
- Windows Server 2025
- Windows Vista 32bit
- Windows Vista 64bit
- Windows 7 32bit
- Windows 7 64bit
- Windows 8 32bit
- Windows 8 64bit
- Windows 8.1 32bit
- Windows 8.1 64bit
- Windows 10 32bit
- Windows 10 64bit
- Windows 11 64bit
- Linux 2.4 Generic 32 bit
- Linux 2.6 Generic 32 bit
- Linux 2.6 Generic 64 bit
- Linux 2.6 Red Hat 64 bit
- Linux Debian Jessie/Ubuntu Trusty 64 bit
- Linux 3 Red Hat 64 bit
- Linux 4 Red Hat 64 bit
- Solaris 9 SPARC
- Solaris 9 Intel
- Solaris 10 SPARC
- Solaris 10 Intel
- Solaris 11 SPARC
- Solaris 11 Intel
- AIX 5.1L RS/6000
- AIX 5.2L RS/6000
- AIX 5.3L RS/6000
- AIX 6.1L RS/6000
- AIX 7.1L RS/6000
- AIX 7.2L RS/6000
- AIX 7.3
- FreeBSD 6.0 Intel 32bit
- FreeBSD 6.1 Intel 64bit
- FreeBSD 9 Intel 32bit
- FreeBSD 9 Intel 64bit
- FreeBSD 10 Intel 32bit
- FreeBSD 10 Intel 64bit
- FreeBSD 11 Intel 32bit
- FreeBSD 11 Intel 64bit
- FreeBSD 12 Intel 32bit
- FreeBSD 12 Intel 64bit
- FreeBSD 13 Intel 32bit
- FreeBSD 13 Intel 64bit
- FreeBSD 14 Intel 32bit
- FreeBSD 14 Intel 64bit
- HP-UX 11.11 HP9000
- HP-UX 11.23 Itanium
- HP-UX 11.31 HP9000
- HP-UX 11.31 Itanium
- Apple macOS 10.5 Leopard
- Apple macOS 10.6 Snow Leopard
- Apple macOS 10.7 Lion
- Apple macOS 10.8 Mountain Lion
- Apple macOS 10.9 Mavericks
- Apple macOS 10.10 Yosemite
- Apple macOS 10.11 El Capitan
- Apple macOS 10.12 Sierra
- Apple macOS 10.13 High Sierra
- Apple macOS 10.14 Mojave
- Apple macOS 10.15 Catalina
- Apple macOS 11 Big Sur
- Apple macOS 12 Monterey
- Apple macOS 13 Ventura
- Apple macOS 14 Sonoma
- Remote Access Only
Please refer to the Enterprise Recon user guide for the updated list of Supported Operating Systems.
Permissions
List of Enterprise Recon supported permissions.
Global Permissions
- global administrator
- system manager
- permission manager
- datatype manager
- api access
- risk admin
- classification admin
Group, Target and Target Location Permissions
- node visible
- report summary
- report detail
- remediation request
- remediation mark location
- remediation act directly
- scan schedule
- access control
Credential Permissions
- credential use
- credential edit
Credential Types
List of possible type values for the /v1/credentials endpoint:
- Amazon S3 bucket
- Amazon S3
- Azure Blobs
- Azure Queues
- Azure Tables
- Box.Net Location
For Enterprise Recon 2.8.0 and below.
- Box Inc
- Dropbox Business
- Dropbox Personal
- Exchange Domain
- Exchange Online (EWS)
- Exchange Online
- Google Cloud Storage
- Google Calendars
- Google Drive
- Google Mail
- Google Tasks
- Microsoft OneNote
- Microsoft Teams
- OneDrive Business
- Rackspace Cloud Files
- Server
- SharePoint Online
- Salesforce
Protocols
List of Enterprise Recon supported protocols:
Protocol | Target |
---|---|
Local Storage and Network Memory | |
file | Local Storage Files |
shadow | Local Shadow Volumes |
free | Local Free Disk Space |
memory | Local Process Memory |
Network Storage Locations | |
share | Windows Share |
mount | Unix File Share |
ssh | Remote Access via SSH |
hdfs | Hadoop Clusters |
Databases | |
db2 | IBM DB2 |
informix | IBM Informix |
intersystemscache | InterSystems Caché |
mariadb | MariaDB |
mssql | Microsoft SQL |
mongodb | MongoDB |
mysql | MySQL |
oracle | Oracle Database |
pgsql | PostgreSQL |
saphana | SAP HANA |
sybase | Sybase/SAP Adaptive Server Enterprise |
teradata | Teradata |
tibero | Tibero |
Email Locations | |
imap | IMAP Mailbox |
imaps | IMAPS Mailbox |
lotus | HCL Notes |
ews | Microsoft Exchange (EWS)
The Microsoft Exchange Web Services (EWS)
protocol has reached end-of-support as of
Enterprise Recon 2.7.0 and is no longer available as a scan
Target.
See End-of-Support Platforms for more information.
|
Websites | |
http | Website (http) |
https | SSL Website (https) |
Server Applications | |
spdb | SharePoint Server |
confluenceserver | Confluence On-Premises |
Cloud Targets | |
awss | Amazon S3 Buckets |
azures | Azure Storage - Azure Blobs |
azuretables | Azure Storage - Azure Tables |
azurequeues | Azure Storage - Azure Queues |
box | Box
The Box protocol has reached
end-of-support as of Enterprise Recon 2.9.0 and is no longer
available as a scan Target.
See End-of-Support Platforms for more information.
|
boxinc | Box Inc |
dropboxbiz | Dropbox Business |
dropbox | Dropbox Personal |
msoffice365graph | Exchange Online |
office365 | Exchange Online (EWS)
The Exchange Online (EWS) protocol has reached
end-of-support as of Enterprise Recon 2.7.0 and is no longer
available as a scan Target.
See End-of-Support Platforms for more information.
|
gcs | Google Cloud Storage |
gmail | Google Workspace - Google Mail |
gdoc | Google Workspace - Google Drive |
gtask | Google Workspace - Google Tasks |
gcal | Google Workspace - Google Calendar |
msonenote | Microsoft OneNote |
msteams | Microsoft Teams |
onedrive | OneDrive Business |
rackspacefiles | Rackspace Cloud |
spo | SharePoint Online |
exchangedomain | Exchange Domain |
salesforce | Salesforce |
Operation Status
List of Enterprise Recon supported operation statuses:
- Confirmed Match
- Delegated
- Deleted
- Deleted with restrictions
- Encrypted
- False Match
- MIP label modified
- Manually Remediated
- Masked
- Partially masked
- Pending Delete
- Pending Encrypt
- Pending Mask
- Pending Modification
- Pending Quarantine
- Pending label modification
- Permissions modified
- Quarantined
- Quarantined with restrictions
- Remove mark
- Test Data
- Unable to delete
- Unable to encrypt
- Unable to mask
- Unable to modify label
- Unable to modify permissions
- Unable to quarantine
Search Status
List of Enterprise Recon supported search statuses for a Target or Group:
- none
- searched
- searching
- error
- manually paused
- stalled
- processing blocked
- processing events
- indexing results
- preparing to scan
- automatically paused
- queued for scanning
- queued for processing
Metadata
Metadata provides information and context for a data stream, match location or match data. Here is a list possible metadata labels and example values that can be found in Target reports.
Metadata Label | Description |
---|---|
Attachment | Describes the Attachment field in an email. |
BCC | Describes the BCC field in an email. |
Catalog | Describes the database or catalog name. |
CC | Describes the CC field in an email. |
Classification Status | Describes the MIP Classification status for the match object. |
Client Modified | Describes the client modification timestamp. |
Column | Describes the database column name where the match data was found. |
Column:Key | Describes the database "Column:Key" value where the match data was found. |
Date | Describes the date for the resource. |
Date Modified | Describes the modification date for the resource. |
Document Created | Describes the document creation date attribute. |
Document Creator | Describes the name of document creator. |
Document Modified | Describes the last modified date for the document. |
Document Modifier | Describes the user that last modified the document. |
Document Subject | Describes the document subject. |
Document Title | Describes the document title. |
Encoding | Provides information if the match is found in an EBCDIC-encoded resource. |
File Created | Describes the file creation date. |
File Modified | Describes the file modification date. |
File Owner | Describes the file owner. |
Filename | Describes the file name for the resource. |
Folder | Describes the folder name for the resource. |
From | Describes the From field in an email. |
Id | Describes the identification for the resource. |
Instance | Describes the database instance name. |
Key | Describes the value of the key in the "Key Source" column. Applicable to database Target types. |
Key Columns | Describes the name of the column(s) used as a key in the database scan. If multiple columns are used as the key, the column names will be comma-separated. |
Key Source | Describes the source of the key used in the "Key" and "Column:Key" metadata (e.g. whether the key is obtained from a primary key column, or unique key column etc...).
Enum: Primary Key, Integer Unique Column, String Unique Column, Blob *, Integer Non Unique Column, String Non Unique Column * Blob is the default "Key Source" metadata value for matches detected in BLOB objects as no key column information is stored for BLOB objects. |
Message-ID | Describes the Message-ID header of the resource. |
MIP Label Description | Description for the MIP Classification label applied to the match object. |
MIP Label Name | Name of the MIP Classification label applied to the match object. |
MIP Label UID | ID of the MIP Classification label applied to the match object. |
MIP Label Sensitivity | Sensitivity level of the MIP Classification label applied to the match object. |
Object Created | Describes the Google Cloud Storage object creation date attribute. |
Object Modified | Describes the last modified date for the Google Cloud Storage object. |
Permission Execute | Describes the list of groups, users, or user classes that have execute permissions to the match object. |
Permission Full | Describes the list of groups, users, or user classes that have full permissions to the match object. |
Permission Modify | Describes the list of groups, users, or user classes that have modify permissions to the match object. |
Permission Read | Describes the list of groups, users, or user classes that have read permissions to the match object. |
Permission Special | Describes the list of groups, users, or user classes that have special permissions to the match object. |
Permission Write | Describes the list of groups, users, or user classes that have write permissions to the match object. |
Processed Rows | Describes the number of rows that were scanned for the table in a database scan. |
Schema | Describes the database schema name. |
Sender | Describes the Sender field information in an email. |
Server Modified | Describes the time and date of the last modification by the server. Applicable only to Dropbox Business Target types. |
Subject | Describes the Subject field information in an email. |
Table | Describes the database table name in a database. |
To | Describes the To field information in an email. |
Track 1 | Provides information if a Track 1 data type was detected. |
Track 2 | Provides information if a Track 2 data type was detected. |
Access Realms
List of Enterprise Recon access realms:
- global
- group
- target
- credential
- role
- user
Timezones
List of timezone values for setting up scan schedules:
- Default
- Africa/Abidjan
- Africa/Accra
- Africa/Addis Ababa
- Africa/Algiers
- Africa/Asmara
- Africa/Asmera
- Africa/Bamako
- Africa/Bangui
- Africa/Banjul
- Africa/Bissau
- Africa/Blantyre
- Africa/Brazzaville
- Africa/Bujumbura
- Africa/Cairo
- Africa/Casablanca
- Africa/Ceuta
- Africa/Conakry
- Africa/Dakar
- Africa/Dar es Salaam
- Africa/Djibouti
- Africa/Douala
- Africa/El Aaiun
- Africa/Freetown
- Africa/Gaborone
- Africa/Harare
- Africa/Johannesburg
- Africa/Juba
- Africa/Kampala
- Africa/Khartoum
- Africa/Kigali
- Africa/Kinshasa
- Africa/Lagos
- Africa/Libreville
- Africa/Lome
- Africa/Luanda
- Africa/Lubumbashi
- Africa/Lusaka
- Africa/Malabo
- Africa/Maputo
- Africa/Maseru
- Africa/Mbabane
- Africa/Mogadishu
- Africa/Monrovia
- Africa/Nairobi
- Africa/Ndjamena
- Africa/Niamey
- Africa/Nouakchott
- Africa/Ouagadougou
- Africa/Porto-Novo
- Africa/Sao Tome
- Africa/Timbuktu
- Africa/Tripoli
- Africa/Tunis
- Africa/Windhoek
- America/Adak
- America/Anchorage
- America/Anguilla
- America/Antigua
- America/Araguaina
- America/Argentina/Buenos Aires
- America/Argentina/Catamarca
- America/Argentina/ComodRivadavia
- America/Argentina/Cordoba
- America/Argentina/Jujuy
- America/Argentina/La Rioja
- America/Argentina/Mendoza
- America/Argentina/Rio Gallegos
- America/Argentina/Salta
- America/Argentina/San Juan
- America/Argentina/San Luis
- America/Argentina/Tucuman
- America/Argentina/Ushuaia
- America/Aruba
- America/Asuncion
- America/Atikokan
- America/Atka
- America/Bahia
- America/Bahia Banderas
- America/Barbados
- America/Belem
- America/Belize
- America/Blanc-Sablon
- America/Boa Vista
- America/Bogota
- America/Boise
- America/Buenos Aires
- America/Cambridge Bay
- America/Campo Grande
- America/Cancun
- America/Caracas
- America/Catamarca
- America/Cayenne
- America/Cayman
- America/Chicago
- America/Chihuahua
- America/Coral Harbour
- America/Cordoba
- America/Costa Rica
- America/Creston
- America/Cuiaba
- America/Curacao
- America/Danmarkshavn
- America/Dawson
- America/Dawson Creek
- America/Denver
- America/Detroit
- America/Dominica
- America/Edmonton
- America/Eirunepe
- America/El Salvador
- America/Ensenada
- America/Fortaleza
- America/Fort Nelson
- America/Fort Wayne
- America/Glace Bay
- America/Godthab
- America/Goose Bay
- America/Grand Turk
- America/Grenada
- America/Guadeloupe
- America/Guatemala
- America/Guayaquil
- America/Guyana
- America/Halifax
- America/Havana
- America/Hermosillo
- America/Indiana/Indianapolis
- America/Indiana/Knox
- America/Indiana/Marengo
- America/Indiana/Petersburg
- America/Indianapolis
- America/Indiana/Tell City
- America/Indiana/Vevay
- America/Indiana/Vincennes
- America/Indiana/Winamac
- America/Inuvik
- America/Iqaluit
- America/Jamaica
- America/Jujuy
- America/Juneau
- America/Kentucky/Louisville
- America/Kentucky/Monticello
- America/Knox IN
- America/Kralendijk
- America/La Paz
- America/Lima
- America/Los Angeles
- America/Louisville
- America/Lower Princes
- America/Maceio
- America/Managua
- America/Manaus
- America/Marigot
- America/Martinique
- America/Matamoros
- America/Mazatlan
- America/Mendoza
- America/Menominee
- America/Merida
- America/Metlakatla
- America/Mexico City
- America/Miquelon
- America/Moncton
- America/Monterrey
- America/Montevideo
- America/Montreal
- America/Montserrat
- America/Nassau
- America/New York
- America/Nipigon
- America/Nome
- America/Noronha
- America/North Dakota/Beulah
- America/North Dakota/Center
- America/North Dakota/New Salem
- America/Ojinaga
- America/Panama
- America/Pangnirtung
- America/Paramaribo
- America/Phoenix
- America/Port-au-Prince
- America/Porto Acre
- America/Port of Spain
- America/Porto Velho
- America/Puerto Rico
- America/Rainy River
- America/Rankin Inlet
- America/Recife
- America/Regina
- America/Resolute
- America/Rio Branco
- America/Rosario
- America/Santa Isabel
- America/Santarem
- America/Santiago
- America/Santo Domingo
- America/Sao Paulo
- America/Scoresbysund
- America/Shiprock
- America/Sitka
- America/St Barthelemy
- America/St Johns
- America/St Kitts
- America/St Lucia
- America/St Thomas
- America/St Vincent
- America/Swift Current
- America/Tegucigalpa
- America/Thule
- America/Thunder Bay
- America/Tijuana
- America/Toronto
- America/Tortola
- America/Vancouver
- America/Virgin
- America/Whitehorse
- America/Winnipeg
- America/Yakutat
- America/Yellowknife
- Antarctica/Casey
- Antarctica/Davis
- Antarctica/DumontDUrville
- Antarctica/Macquarie
- Antarctica/Mawson
- Antarctica/McMurdo
- Antarctica/Palmer
- Antarctica/Rothera
- Antarctica/South Pole
- Antarctica/Syowa
- Antarctica/Troll
- Antarctica/Vostok
- Arctic/Longyearbyen
- Asia/Aden
- Asia/Almaty
- Asia/Amman
- Asia/Anadyr
- Asia/Aqtau
- Asia/Aqtobe
- Asia/Ashgabat
- Asia/Ashkhabad
- Asia/Atyrau
- Asia/Baghdad
- Asia/Bahrain
- Asia/Baku
- Asia/Bangkok
- Asia/Barnaul
- Asia/Beirut
- Asia/Bishkek
- Asia/Brunei
- Asia/Calcutta
- Asia/Chita
- Asia/Choibalsan
- Asia/Chongqing
- Asia/Chungking
- Asia/Colombo
- Asia/Dacca
- Asia/Damascus
- Asia/Dhaka
- Asia/Dili
- Asia/Dubai
- Asia/Dushanbe
- Asia/Famagusta
- Asia/Gaza
- Asia/Harbin
- Asia/Hebron
- Asia/Ho Chi Minh
- Asia/Hong Kong
- Asia/Hovd
- Asia/Irkutsk
- Asia/Istanbul
- Asia/Jakarta
- Asia/Jayapura
- Asia/Jerusalem
- Asia/Kabul
- Asia/Kamchatka
- Asia/Karachi
- Asia/Kashgar
- Asia/Kathmandu
- Asia/Katmandu
- Asia/Khandyga
- Asia/Kolkata
- Asia/Krasnoyarsk
- Asia/Kuala Lumpur
- Asia/Kuching
- Asia/Kuwait
- Asia/Macao
- Asia/Macau
- Asia/Magadan
- Asia/Makassar
- Asia/Manila
- Asia/Muscat
- Asia/Nicosia
- Asia/Novokuznetsk
- Asia/Novosibirsk
- Asia/Omsk
- Asia/Oral
- Asia/Phnom Penh
- Asia/Pontianak
- Asia/Pyongyang
- Asia/Qatar
- Asia/Qyzylorda
- Asia/Rangoon
- Asia/Riyadh
- Asia/Saigon
- Asia/Sakhalin
- Asia/Samarkand
- Asia/Seoul
- Asia/Shanghai
- Asia/Singapore
- Asia/Srednekolymsk
- Asia/Taipei
- Asia/Tashkent
- Asia/Tbilisi
- Asia/Tehran
- Asia/Tel Aviv
- Asia/Thimbu
- Asia/Thimphu
- Asia/Tokyo
- Asia/Tomsk
- Asia/Ujung Pandang
- Asia/Ulaanbaatar
- Asia/Ulan Bator
- Asia/Urumqi
- Asia/Ust-Nera
- Asia/Vientiane
- Asia/Vladivostok
- Asia/Yakutsk
- Asia/Yangon
- Asia/Yekaterinburg
- Asia/Yerevan
- Atlantic/Azores
- Atlantic/Bermuda
- Atlantic/Canary
- Atlantic/Cape Verde
- Atlantic/Faeroe
- Atlantic/Faroe
- Atlantic/Jan Mayen
- Atlantic/Madeira
- Atlantic/Reykjavik
- Atlantic/South Georgia
- Atlantic/Stanley
- Atlantic/St Helena
- Australia/ACT
- Australia/Adelaide
- Australia/Brisbane
- Australia/Broken Hill
- Australia/Canberra
- Australia/Currie
- Australia/Darwin
- Australia/Eucla
- Australia/Hobart
- Australia/LHI
- Australia/Lindeman
- Australia/Lord Howe
- Australia/Melbourne
- Australia/North
- Australia/NSW
- Australia/Perth
- Australia/Queensland
- Australia/South
- Australia/Sydney
- Australia/Tasmania
- Australia/Victoria
- Australia/West
- Australia/Yancowinna
- Brazil/Acre
- Brazil/DeNoronha
- Brazil/East
- Brazil/West
- Canada/Atlantic
- Canada/Central
- Canada/Eastern
- Canada/East-Saskatchewan
- Canada/Mountain
- Canada/Newfoundland
- Canada/Pacific
- Canada/Saskatchewan
- Canada/Yukon
- Chile/Continental
- Chile/EasterIsland
- Europe/Amsterdam
- Europe/Andorra
- Europe/Astrakhan
- Europe/Athens
- Europe/Belfast
- Europe/Belgrade
- Europe/Berlin
- Europe/Bratislava
- Europe/Brussels
- Europe/Bucharest
- Europe/Budapest
- Europe/Busingen
- Europe/Chisinau
- Europe/Copenhagen
- Europe/Dublin
- Europe/Gibraltar
- Europe/Guernsey
- Europe/Helsinki
- Europe/Isle of Man
- Europe/Istanbul
- Europe/Jersey
- Europe/Kaliningrad
- Europe/Kiev
- Europe/Kirov
- Europe/Lisbon
- Europe/Ljubljana
- Europe/London
- Europe/Luxembourg
- Europe/Madrid
- Europe/Malta
- Europe/Mariehamn
- Europe/Minsk
- Europe/Monaco
- Europe/Moscow
- Europe/Nicosia
- Europe/Oslo
- Europe/Paris
- Europe/Podgorica
- Europe/Prague
- Europe/Riga
- Europe/Rome
- Europe/Samara
- Europe/San Marino
- Europe/Sarajevo
- Europe/Saratov
- Europe/Simferopol
- Europe/Skopje
- Europe/Sofia
- Europe/Stockholm
- Europe/Tallinn
- Europe/Tirane
- Europe/Tiraspol
- Europe/Ulyanovsk
- Europe/Uzhgorod
- Europe/Vaduz
- Europe/Vatican
- Europe/Vienna
- Europe/Vilnius
- Europe/Volgograd
- Europe/Warsaw
- Europe/Zagreb
- Europe/Zaporozhye
- Europe/Zurich
- Indian/Antananarivo
- Indian/Chagos
- Indian/Christmas
- Indian/Cocos
- Indian/Comoro
- Indian/Kerguelen
- Indian/Mahe
- Indian/Maldives
- Indian/Mauritius
- Indian/Mayotte
- Indian/Reunion
- Mexico/BajaNorte
- Mexico/BajaSur
- Mexico/General
- Pacific/Apia
- Pacific/Auckland
- Pacific/Bougainville
- Pacific/Chatham
- Pacific/Chuuk
- Pacific/Easter
- Pacific/Efate
- Pacific/Enderbury
- Pacific/Fakaofo
- Pacific/Fiji
- Pacific/Funafuti
- Pacific/Galapagos
- Pacific/Gambier
- Pacific/Guadalcanal
- Pacific/Guam
- Pacific/Honolulu
- Pacific/Johnston
- Pacific/Kiritimati
- Pacific/Kosrae
- Pacific/Kwajalein
- Pacific/Majuro
- Pacific/Marquesas
- Pacific/Midway
- Pacific/Nauru
- Pacific/Niue
- Pacific/Norfolk
- Pacific/Noumea
- Pacific/Pago Pago
- Pacific/Palau
- Pacific/Pitcairn
- Pacific/Pohnpei
- Pacific/Ponape
- Pacific/Port Moresby
- Pacific/Rarotonga
- Pacific/Saipan
- Pacific/Samoa
- Pacific/Tahiti
- Pacific/Tarawa
- Pacific/Tongatapu
- Pacific/Truk
- Pacific/Wake
- Pacific/Wallis
- Pacific/Yap
- US/Alaska
- US/Aleutian
- US/Arizona
- US/Central
- US/Eastern
- US/East-Indiana
- US/Hawaii
- US/Indiana-Starke
- US/Michigan
- US/Mountain
- US/Pacific
- US/Pacific-New
- US/Samoa