---
sourceDocument: Australia Platform security
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-security

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# Default data patterns

# Default data patterns {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 3 Minuten Lesedauer

Review the default data pattern regular expressions included in Data Discovery. These default data patterns can be used to filter table entries for further classification.
Data Discovery supports using a Named Entity Recognition (NER) model to discover data, such as names, organizations, nationalities, and political affiliations. Data patterns with the type
Model use this feature.

The following table details the default patterns for data discovery.
{#default-data-patterns__table_wfd_1ll_gxb__entry__6}

| Name | Description | Regular Expression | Named Entity Recognition | Keywords | Examples |
|-|-|-|-|-|-|
| Address | A full or partial location identifier, including street names, unit / plot numbers, but excludes city, state, country and zip code. |   | ADDRESS |   | Matching : * 135 Roslea Rd Hayward * \[135, Roslea Rd\] {#default-data-patterns__ul_itk_y2v_m3c} Non matching : * New York, NY * Apt. 11 {#default-data-patterns__ul_jtk_y2v_m3c} |
| City | The name of a city or town from regions and countries around the world. |   | CITY |   | Matching : * Hayward * Cleburne {#default-data-patterns__ul_xcs_z2v_m3c} Non matching : * Switzerland * 87591 {#default-data-patterns__ul_ycs_z2v_m3c} |
| Country | The name of a sovereign nation or territory. |   | COUNTRY |   | Matching : * USA * India {#default-data-patterns__ul_zln_p3m_m3c} Non matching : * U-S-A * U.S.A. {#default-data-patterns__ul_amn_p3m_m3c} |
| Date \& Time | Absolute or relative dates or periods or times smaller than a day. |   | DATE_TIME |   | Matching : * 22-07-1992 * 22/07/1992 * 07/22/1992 * 07-22-1992 * 07 12 1992 {#default-data-patterns__ul_t4w_z2v_m3c} Non matching : * 55 II IOO5 {#default-data-patterns__ul_u4w_z2v_m3c} |
| Job position | A specific role or set of responsibilities within an organization, designated to be filled by an employee. |   | JOB_POSITION |   | Matching : * senior software engineer * Director * CSR * Lecturer {#default-data-patterns__ul_tzc_r3m_m3c} Non matching :   sr software engineer |
| Location | Name of politically or geographically defined location (cities, provinces, countries, international regions, bodies of water, mountains |   | LOCATION |   | Matching : * Himalayas * Great Lakes * Mount Rainier {#default-data-patterns__ul_fhb_1fv_m3c} Non matching : * Bay Of Bengal * The south {#default-data-patterns__ul_ghb_1fv_m3c} |
| Nationality, religious or political groups (NRPs) | A person's nationality, religious or political group. |   | NRP |   | Matching : * American * Indian * Indo-american {#default-data-patterns__ul_wlg_1fv_m3c} Non matching : * Bald * Handsome {#default-data-patterns__ul_xlg_1fv_m3c} |
| Organization | Name of organization. |   | ORGANIZATION |   | Matching : * Abraham \& Lincoln co. {#default-data-patterns__ul_udj_1fv_m3c} Non matching : * Now india co {#default-data-patterns__ul_vdj_1fv_m3c} |
| Person | A full person name, which can include first names, middle names or initials, and last names. |   | PERSON | Fred Luddy, Abel Tuter, Abraham Lincoln | Matching : * Fred Luddy * Abel Tuter * Abraham Lincoln {#default-data-patterns__ul_k5p_1fv_m3c} Non matching : * Fred * Toyota {#default-data-patterns__ul_l5p_1fv_m3c} |
| Salary | A numeric value representing an individual's earnings, often accompanied by currency symbols. |   | SALARY |   | Matching :   my salary is $500, my salary is ₹500, my pay is 1.234,56 € Non matching :   40/hour |
| State | States, Provinces, Prefectures and regions around the world. |   | STATE |   | Matching : * CA * IN {#default-data-patterns__ul_izs_1fv_m3c} Non matching : * Australia * Pacific Northwest {#default-data-patterns__ul_jzs_1fv_m3c} |
| Age | A person's age between 0-129 | \\b(\[0-9\]\|\[1-9\]\[0-9\]\|1\[012\]\[0-9\])\\b |   | age | Matching : * 24 * Age is 100 {#default-data-patterns__ul_ecj_rjm_m3c} Non matching : * -2 * I am 100 years old * Age is 130 {#default-data-patterns__ul_jhm_zlj_wbc} |
| Date of birth | Date of birth using the DD/MM/YYYY format | \\b\[0-3\]?\[0-9\]/\[0-3\]?\[0-9\]/(?:\[0-9\]{2})?\[0-9\]{2}\\b |   | dob, birthday, date of birth | Matching : * 06/18/2012 * 1/1/19 {#default-data-patterns__ul_gb3_bmj_wbc} Non matching :   August 21, 1974 :   08-21-74 |
| Email | Standard email address | \\b\[\\w!#$%\&'\*+/=?\`{\|}\~\^-\]+(?:\\.\[\\w!#$%\&'\*+/=?\`{\|}\~\^-\]+)\*@(?:\[a-zA-Z0-9-\]+\\.)+\[a-zA-Z\]{2,6}\\b |   |   | Matching : * johndoe@emailserver.com * historyprofessor@collegehigh.edu {#default-data-patterns__ul_upm_bmj_wbc} Non matching : * notanemail.com * bademail@.org {#default-data-patterns__ul_vpm_bmj_wbc} |
| Vehicle identification number | A vehicle identification number (VIN) | \\b\[A-HJ-NPR-Z0-9\]{17}\\b |   |   | Matching :   AHUYA31581L000000 Non matching :   112-32-3478 |
| IP Address | Standard IP address | 4 digit IP :   \\b(?:(?:25\[0-5\]\|2\[0-4\]\[0-9\]\|\[01\]?\[0-9\]\[0-9\]?)\\.){3}(?:25\[0-5\]\|2\[0-4\]\[0-9\]\|\[01\]?\[0-9\]\[0-9\]?)\\b 6 digit IP :   \\b(((?:\[0-9A-Fa-f\]{1,4}(?::\[0-9A-Fa-f\]{1,4})\*)?)::((?:\[0-9A-Fa-f\]{1,4}(?::\[0-9A-Fa-f\]{1,4})\*)?))\|((?:\[0-9a-fA-F\]{1,4}:){7}\[0-9a-fA-F\]{1,4})\\b |   |   | Matching digit IP :   102.28.46.103 Matching 6 digit IP :   914b:d45a:61ea:6346:59bc:3085:ee8b:0ccb |
| Credit Card- Visa | Visa credit card number | \\b4\[0-9\]{12}(?:\[0-9\]{3})?\\b |   |   | Matching :   4444434342424242 Non matching :   28554 |
| Credit Card- American Express | American Express credit card number | \\b3\[47\]\[0-9\]{13}\\b |   |   | Matching :   378225246366005 Non matching :   1199 |
| Credit Card- Mastercard | Mastercard credit card number | \\b(?:5\[1-5\]\[0-9\]{2}\|222\[1-9\]\|22\[3-9\]\[0-9\]\|2\[3-6\]\[0-9\]{2}\|27\[01\]\[0-9\]\|2720)\[0-9\]{12}\\b |   |   | Matching :   5555444455554444 Non matching :   1223455 |
| Credit Card- Diners Club | Diners Club credit card number | \\b3(?:0\[0-5\]\|\[68\]\[0-9\])\[0-9\]{11}\\b |   |   | Matching :   3056930009020004 Non matching :   7721 |
| Credit Card- Discover | Discovery credit card number | \\b6(?:011\|5\[0-9\]{2})\[0-9\]{12}\\b |   |   | Matching :   6011025690875424 Non matching :   999 |
| Credit Card- CCV | Credit card security number | \\b\[0-9\]{3,4}\\b |   | cvv,verification code,security code | Matching :   124 Non matching :   33441 |
| Credit Card- Expire Date | Credit card expiration in MM/YYYY format | \\b((\[1-9\])\|(0\[1-9\]\|1\[0-2\]))\\/?(\[0-9\]{4}\|\[0-9\]{2})\\b |   | expire,exp | Matching : * 02/2027 * 04/23 {#default-data-patterns__ul_rbr_cmj_wbc} Non matching :   03/9 |
| USA- Social security number | USA citizen social security number | \\b(?!666\|000\|9\\d{2})\\d{3}-(?!00)\\d{2}-(?!0{4})\\d{4}\\b |   |   | Matching :   001-22-111 Non matching :   3321146781 |
| USA- Phone Number | USA phone number Warnung: Does not use the USA calling code. | \\b\\(?(\[0-9\]{3})\\)?\[-. \]?(\[0-9\]{3})\[-. \]?(\[0-9\]{4})\\b |   |   | Matching :   2065550199 Non matching :   1 555 238 0199 |
| USA- Passport Number | 9 digit USA passport number | \\b\[a-zA-Z0-9\]\\\\d{8}\\b |   |   | Matching :   770022122 Non matching :   67431 |
| USA- Taxpayer ID | USA taxpayer ID number | \\b(9\\d{2})(\[ \\-\]?)(\[7\]\\d\|8\[0-8\])(\[ \\-\]?)(\\d{4})\\b |   |   | Matching :   927 70 5828 Non matching :   87620 |
| USA- California State Driver License number | State of California, USA driver license number | \\b\[a-zA-Z\]\\d{7}\\b |   |   | Matching :   A0002144 Non matching :   1111 |
| USA - Bank Routing number | US Bank Routing (ABA) number | \\b((0\[0-9\])\|(1\[0-2\])\|(2\[1-9\])\|(3\[0-2\])\|(6\[1-9\])\|(7\[0-2\])\|80)(\[0-9\]{7})\\b |   |   | Matching :   125210305 Non matching :   1998 |
[ ]

{#default-data-patterns__table_wfd_1ll_gxb}

