1237 lines
54 KiB
HTML
1237 lines
54 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>PHI Security Assessment — Test Healthcare Client</title>
|
||
|
|
<style>
|
||
|
|
* { box-sizing: border-box; margin: 0; padding: 0; }
|
||
|
|
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; background: #f4f5f7; color: #222; font-size: 14px; }
|
||
|
|
/* Cover */
|
||
|
|
.cover { background: #1a1a2e; color: white; padding: 60px 80px; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; }
|
||
|
|
.cover .confidential { text-transform: uppercase; letter-spacing: 4px; font-size: 11px; color: #888; margin-bottom: 40px; }
|
||
|
|
.cover h1 { font-size: 42px; font-weight: 700; line-height: 1.1; margin-bottom: 16px; }
|
||
|
|
.cover .subtitle { font-size: 18px; color: #aaa; margin-bottom: 60px; }
|
||
|
|
.cover .meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 40px; font-size: 13px; color: #ccc; }
|
||
|
|
.cover .meta dt { color: #888; text-transform: uppercase; letter-spacing: 1px; font-size: 10px; margin-top: 8px; }
|
||
|
|
.cover .meta dd { color: #fff; }
|
||
|
|
.cover .logo { max-height: 48px; margin-bottom: 40px; }
|
||
|
|
/* Body */
|
||
|
|
.page { background: white; padding: 40px 60px; border-bottom: 1px solid #eee; }
|
||
|
|
.page h2 { font-size: 20px; color: #1a1a2e; border-bottom: 2px solid #1a1a2e; padding-bottom: 8px; margin-bottom: 24px; text-transform: uppercase; letter-spacing: 1px; }
|
||
|
|
/* KPI cards */
|
||
|
|
.kpis { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-bottom: 40px; }
|
||
|
|
.kpi { background: #1a1a2e; color: white; border-radius: 6px; padding: 20px 24px; text-align: center; }
|
||
|
|
.kpi .number { font-size: 36px; font-weight: 700; font-family: 'JetBrains Mono', monospace; }
|
||
|
|
.kpi .label { font-size: 10px; text-transform: uppercase; letter-spacing: 2px; color: #888; margin-top: 4px; }
|
||
|
|
.kpi.high { background: #c0392b; }
|
||
|
|
.kpi.medium { background: #e67e22; }
|
||
|
|
.kpi.low { background: #27ae60; }
|
||
|
|
/* Summary table */
|
||
|
|
table { width: 100%; border-collapse: collapse; font-size: 13px; }
|
||
|
|
th { background: #2d2d44; color: white; padding: 10px 16px; text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
|
||
|
|
td { padding: 10px 16px; border-bottom: 1px solid #eee; }
|
||
|
|
tr:hover td { background: #fafafa; }
|
||
|
|
/* Findings */
|
||
|
|
.finding-row td { font-family: 'JetBrains Mono', monospace; font-size: 12px; }
|
||
|
|
.sev-high td:first-child { border-left: 3px solid #c0392b; }
|
||
|
|
.sev-med td:first-child { border-left: 3px solid #e67e22; }
|
||
|
|
.sev-low td:first-child { border-left: 3px solid #27ae60; }
|
||
|
|
.badge { display: inline-block; padding: 2px 8px; border-radius: 3px; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }
|
||
|
|
.badge-high { background: #fdecea; color: #c0392b; }
|
||
|
|
.badge-med { background: #fef5e7; color: #e67e22; }
|
||
|
|
.badge-low { background: #eafaf1; color: #27ae60; }
|
||
|
|
/* Appendix */
|
||
|
|
.appendix { background: #f8f9fa; padding: 20px 40px; font-size: 11px; color: #666; font-family: 'JetBrains Mono', monospace; white-space: pre-wrap; overflow-x: auto; }
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<!-- Cover Page -->
|
||
|
|
<div class="cover">
|
||
|
|
<div class="confidential">CONFIDENTIAL</div>
|
||
|
|
<div style='font-size:28px;font-weight:700;margin-bottom:40px;'>GreySec</div>
|
||
|
|
<h1>PHI Security Assessment</h1>
|
||
|
|
<p class="subtitle">HIPAA PHI Discovery Pilot</p>
|
||
|
|
<dl class="meta">
|
||
|
|
<dt>Client</dt><dd>Test Healthcare Client</dd>
|
||
|
|
<dt>Date</dt><dd>May 04, 2026 at 19:00 UTC</dd>
|
||
|
|
<dt>Assessment</dt><dd>Protected Health Information Discovery</dd>
|
||
|
|
<dt>Classification</dt><dd>Confidential — HIPAA Sensitive</dd>
|
||
|
|
<dt>Version</dt><dd>1.0</dd>
|
||
|
|
</dl>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<!-- Executive Summary -->
|
||
|
|
<div class="page">
|
||
|
|
<h2>Executive Summary</h2>
|
||
|
|
<div class="kpis">
|
||
|
|
<div class="kpi">
|
||
|
|
<div class="number">81</div>
|
||
|
|
<div class="label">Total Findings</div>
|
||
|
|
</div>
|
||
|
|
<div class="kpi high">
|
||
|
|
<div class="number">38</div>
|
||
|
|
<div class="label">HIGH</div>
|
||
|
|
</div>
|
||
|
|
<div class="kpi medium">
|
||
|
|
<div class="number">43</div>
|
||
|
|
<div class="label">MEDIUM</div>
|
||
|
|
</div>
|
||
|
|
<div class="kpi low">
|
||
|
|
<div class="number">0</div>
|
||
|
|
<div class="label">LOW</div>
|
||
|
|
</div>
|
||
|
|
<div class="kpi">
|
||
|
|
<div class="number">5</div>
|
||
|
|
<div class="label">Files Scanned</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<p style="color:#666;line-height:1.6;">
|
||
|
|
This assessment identified <strong>81 potential PHI exposures</strong> across
|
||
|
|
1 scanned sources. <strong style="color:#c0392b">38 HIGH</strong> severity findings
|
||
|
|
require immediate attention, including Social Security Numbers (SSN), Medical Record Numbers (MRN),
|
||
|
|
and unencrypted identifiers. <strong style="color:#e67e22">43 MEDIUM</strong> findings include
|
||
|
|
email addresses and phone numbers associated with patient records.
|
||
|
|
</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<!-- Scope -->
|
||
|
|
<div class="page">
|
||
|
|
<h2>Scope</h2>
|
||
|
|
<table>
|
||
|
|
<thead>
|
||
|
|
<tr><th>Source</th><th>Type</th><th>Files Scanned</th><th>Findings</th></tr>
|
||
|
|
</thead>
|
||
|
|
<tbody>
|
||
|
|
<tr>
|
||
|
|
<td><strong>GreySec PHI Scanner — Test Data</strong></td>
|
||
|
|
<td>FILESYSTEM</td>
|
||
|
|
<td>5</td>
|
||
|
|
<td><span class="badge badge-high">81</span></td>
|
||
|
|
</tr>
|
||
|
|
</tbody>
|
||
|
|
</table>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<!-- Findings -->
|
||
|
|
<div class="page">
|
||
|
|
<h2>Findings by Source</h2>
|
||
|
|
|
||
|
|
<h3 style="font-size:14px;color:#1a1a2e;margin:20px 0 8px;">GreySec PHI Scanner — Test Data</h3>
|
||
|
|
<table>
|
||
|
|
<thead>
|
||
|
|
<tr><th>Type</th><th>Severity</th><th>Text</th><th>Location</th></tr>
|
||
|
|
</thead>
|
||
|
|
<tbody>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>ssn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">10001,John M. Whitfield,1983-07-15,573-44-9281,4421 Elm Stre</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>ssn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">10003,James O. O'Brien,1955-11-08,819-77-3341,892 Vine Stree</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>ssn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">10004,Maria Elena Rodriguez,1990-04-30,622-11-0099,7715 Oak </td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>ssn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">10006,Lisa Ann Nakamura,1988-01-03,441-28-7763,556 Pine Rd, </td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>ssn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">10007,Michael T. O'Sullivan,1979-06-19,733-90-1122,188 Cresc</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>ssn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">nan: BP 142/88, HR 76, Temp 98.4 | SSN: 662-41-0039 on file</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>ssn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">"ssn": "573-44-9281",</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/claims/insuran</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>ssn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">"ssn": "819-77-3341",</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/claims/insuran</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>ssn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">"ssn": "622-11-0099",</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/claims/insuran</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>ssn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">"ssn": "441-28-7763",</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/claims/insuran</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>ssn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">1, "name": "John M. Whitfield", "ssn": "573-44-9281", "mrn":</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>ssn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">2, "name": "James O. O'Brien", "ssn": "819-77-3341", "mrn": </td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>ssn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">name": "Maria Elena Rodriguez", "ssn": "622-11-0099", "mrn":</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>mrn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">555-0174,jwhitfield@email.com,MRN-77441,Type 2 Diabetes,Aetn</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>mrn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">555-9912,schen@midwestmed.org,MRN-33018,Hypertension,Cigna-4</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>mrn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">3) 555-2288,jobrien@gmail.com,MRN-66109,Chronic Back Pain,Un</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>mrn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">10,mrodriguez@texashealth.net,MRN-91503,Anxiety Disorder,BCB</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>mrn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">55-0044,rwashington@email.com,MRN-55221,COPD,Medicaid-119204</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>mrn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">555-3390,lnakamura@uwnmed.org,MRN-88712,Asthma,Premera-66173</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>mrn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">555-8711,msullivan@hrcare.org,MRN-22909,Arthritis,Regence-44</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>mrn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">) 555-2200,apetit@nhsmail.org,MRN-77660,Breast Cancer Stage </td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>mrn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">| Patient: Thomas W. Brennan (MRN-44817) | DOB: 1952-02-14</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>mrn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">s | Patient: Beverly K. Moss (MRN-99120) | DOB: 1978-08-07</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>mrn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">Patient: Patricia D. Nguyen (MRN-33881) | DOB: 1965-12-01</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>mrn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">Patient: David R. Szymanski (MRN-77201) | MRN 77201 | DOB: 1</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>mrn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">id R. Szymanski (MRN-77201) | MRN 77201 | DOB: 1970-03-17</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>mrn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">| Patient: Yvonne C. Okafor (MRN-11308) | DOB: 1989-07-23</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>mrn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">Prescription: oxycodone 5mg — MRN-77201 patient | not confir</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>mrn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">Patient: Carlota M. Esposito (MRN-55403) | DOB: 1956-04-09</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>mrn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">"mrn": "MRN-77441",</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/claims/insuran</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>mrn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">"mrn": "MRN-66109",</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/claims/insuran</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>mrn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">"mrn": "MRN-91503",</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/claims/insuran</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-high">
|
||
|
|
<td><strong>mrn</strong></td>
|
||
|
|
<td><span class="badge badge-high">HIGH</span></td>
|
||
|
|
<td style="color:#c0392b;">"mrn": "MRN-88712",</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/claims/insuran</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>phone</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">m Street, Milwaukee WI 53202,(414) 555-0174,jwhitfield@email</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>phone</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">re Dr #12A, Chicago IL 60611,(312) 555-9912,schen@midwestmed</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>phone</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">Street, Cincinnati OH 45202,(513) 555-2288,jobrien@gmail.com</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>phone</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">ak Park Ave, Dallas TX 75235,(214) 555-6610,mrodriguez@texas</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>phone</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">chigan Ave, Detroit MI 48226,(313) 555-0044,rwashington@emai</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>phone</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">56 Pine Rd, Seattle WA 98101,(206) 555-3390,lnakamura@uwnmed</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>phone</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">nt Bay Dr, Portland OR 97201,(503) 555-8711,msullivan@hrcare</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>phone</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">dway #4B, Nashville TN 37203,(615) 555-2200,apetit@nhsmail.o</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>phone</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">.moss@homeemail.net | Phone: (503) 555-9914</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>phone</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">| Insurance: Aetna Policy AET-772-441-0091 | Patient: Brenna</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>phone</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">anski@microsoft.com | Phone: (425) 555-8821</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>phone</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">"policy_number": "AET-772-441-0091",</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/claims/insuran</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>phone</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">"provider_phone": "(414) 555-0174"</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/claims/insuran</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>phone</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">"policy_number": "UHG-992-448-1177",</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/claims/insuran</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>phone</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">"provider_phone": "(513) 555-2288"</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/claims/insuran</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>phone</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">"policy_number": "BCBS-TX-772-441-9914",</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/claims/insuran</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>phone</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">"provider_phone": "(214) 555-6610"</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/claims/insuran</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>phone</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">"policy_number": "PREM-WS-992-441-8817",</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/claims/insuran</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>phone</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">"provider_phone": "(206) 555-3390"</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/claims/insuran</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>phone</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">ob": "1983-07-15", "phone": "(414) 555-0174", "email": "jwhi</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>email</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">aukee WI 53202,(414) 555-0174,jwhitfield@email.com,MRN-77441</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>email</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">icago IL 60611,(312) 555-9912,schen@midwestmed.org,MRN-33018</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>email</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">nnati OH 45202,(513) 555-2288,jobrien@gmail.com,MRN-66109,Ch</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>email</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">allas TX 75235,(214) 555-6610,mrodriguez@texashealth.net,MRN</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>email</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">troit MI 48226,(313) 555-0044,rwashington@email.com,MRN-5522</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>email</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">attle WA 98101,(206) 555-3390,lnakamura@uwnmed.org,MRN-88712</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>email</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">tland OR 97201,(503) 555-8711,msullivan@hrcare.org,MRN-22909</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>email</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">ville TN 37203,(615) 555-2200,apetit@nhsmail.org,MRN-77660,B</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>email</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">:03:17 | RN Torres | Contact: beverly.moss@homeemail.net | P</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>email</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">28:47 | LPN Torres | Contact: david.szymanski@microsoft.com </td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/patient_record</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>email</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">: "(414) 555-0174", "email": "jwhitfield@email.com"},</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>email</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">: "(513) 555-2288", "email": "jobrien@gmail.com"},</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>email</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">: "(214) 555-6610", "email": "mrodriguez@texashealth.net"}</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>email</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">From: beverly.moss@homeemail.net <beverly.moss@homeemail.net</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>email</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">: beverly.moss@homeemail.net <beverly.moss@homeemail.net></td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>email</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">To: records@midwestmed.org <records@midwestmed.org></td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>email</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">To: records@midwestmed.org <records@midwestmed.org></td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="finding-row sev-med">
|
||
|
|
<td><strong>email</strong></td>
|
||
|
|
<td><span class="badge badge-med">MEDIUM</span></td>
|
||
|
|
<td style="color:#f39c12;">Email: beverly.moss@homeemail.net</td>
|
||
|
|
<td style="color:#888;font-size:11px;">/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient</td>
|
||
|
|
</tr>
|
||
|
|
</tbody>
|
||
|
|
</table>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<!-- Risk & Impact -->
|
||
|
|
<div class="page">
|
||
|
|
<h2>Risk and Impact</h2>
|
||
|
|
<p style="line-height:1.8;color:#444;">
|
||
|
|
The identified exposures represent <strong>significant HIPAA Security Rule violations</strong> under
|
||
|
|
45 CFR Part 164. The presence of unprotected SSNs and MRNs in accessible locations constitutes
|
||
|
|
a <strong>critical risk of identity theft and medical identity fraud</strong> for affected individuals.<br><br>
|
||
|
|
HIGH severity findings (SSN, MRN) require <strong>immediate containment</strong>: encryption at rest,
|
||
|
|
access restriction, and breach notification evaluation per 45 CFR 164.400.<br><br>
|
||
|
|
MEDIUM severity findings (email, phone) require <strong>corrective action planning</strong> within
|
||
|
|
30 days to eliminate unnecessary PHI accumulation and implement access controls.<br><br>
|
||
|
|
GreySec recommends engaging legal counsel to evaluate breach notification obligations and
|
||
|
|
coordinating with the OCR HIPAA Breach Reporting portal within 60 days of discovery.
|
||
|
|
</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<!-- Appendix -->
|
||
|
|
<div class="page">
|
||
|
|
<h2>Appendix — Raw Findings Data</h2>
|
||
|
|
<div class="appendix">[
|
||
|
|
{
|
||
|
|
"source": "GreySec PHI Scanner \u2014 Test Data",
|
||
|
|
"source_type": "filesystem",
|
||
|
|
"files_scanned": 5,
|
||
|
|
"findings": [
|
||
|
|
{
|
||
|
|
"type": "ssn",
|
||
|
|
"label": "SSN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "10001,John M. Whitfield,1983-07-15,573-44-9281,4421 Elm Street, Milwaukee WI 53202,(41",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 2
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "555-0174,jwhitfield@email.com,MRN-77441,Type 2 Diabetes,Aetna-992881",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 2
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "m Street, Milwaukee WI 53202,(414) 555-0174,jwhitfield@email.com,MRN-7744",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 2
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "email",
|
||
|
|
"label": "Email",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "aukee WI 53202,(414) 555-0174,jwhitfield@email.com,MRN-77441,Type 2 Diabetes,Aet",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 2
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "555-9912,schen@midwestmed.org,MRN-33018,Hypertension,Cigna-448172",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 3
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "re Dr #12A, Chicago IL 60611,(312) 555-9912,schen@midwestmed.org,MRN-3301",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 3
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "email",
|
||
|
|
"label": "Email",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "icago IL 60611,(312) 555-9912,schen@midwestmed.org,MRN-33018,Hypertension,Cigna-",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 3
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "ssn",
|
||
|
|
"label": "SSN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "10003,James O. O'Brien,1955-11-08,819-77-3341,892 Vine Street, Cincinnati OH 45202,(5",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 4
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "3) 555-2288,jobrien@gmail.com,MRN-66109,Chronic Back Pain,UnitedHealt",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 4
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "Street, Cincinnati OH 45202,(513) 555-2288,jobrien@gmail.com,MRN-66109,C",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 4
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "email",
|
||
|
|
"label": "Email",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "nnati OH 45202,(513) 555-2288,jobrien@gmail.com,MRN-66109,Chronic Back Pain,U",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 4
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "ssn",
|
||
|
|
"label": "SSN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "10004,Maria Elena Rodriguez,1990-04-30,622-11-0099,7715 Oak Park Ave, Dallas TX 75235,(214",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 5
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "10,mrodriguez@texashealth.net,MRN-91503,Anxiety Disorder,BCBS-338190",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 5
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "ak Park Ave, Dallas TX 75235,(214) 555-6610,mrodriguez@texashealth.net,MR",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 5
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "email",
|
||
|
|
"label": "Email",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "allas TX 75235,(214) 555-6610,mrodriguez@texashealth.net,MRN-91503,Anxiety Disorder,BC",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 5
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "55-0044,rwashington@email.com,MRN-55221,COPD,Medicaid-119204",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 6
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "chigan Ave, Detroit MI 48226,(313) 555-0044,rwashington@email.com,MRN-552",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 6
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "email",
|
||
|
|
"label": "Email",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "troit MI 48226,(313) 555-0044,rwashington@email.com,MRN-55221,COPD,Medicaid-11920",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 6
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "ssn",
|
||
|
|
"label": "SSN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "10006,Lisa Ann Nakamura,1988-01-03,441-28-7763,556 Pine Rd, Seattle WA 98101,(206) 555",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 7
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "555-3390,lnakamura@uwnmed.org,MRN-88712,Asthma,Premera-661733",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 7
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "56 Pine Rd, Seattle WA 98101,(206) 555-3390,lnakamura@uwnmed.org,MRN-8871",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 7
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "email",
|
||
|
|
"label": "Email",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "attle WA 98101,(206) 555-3390,lnakamura@uwnmed.org,MRN-88712,Asthma,Premera-6617",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 7
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "ssn",
|
||
|
|
"label": "SSN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "10007,Michael T. O'Sullivan,1979-06-19,733-90-1122,188 Crescent Bay Dr, Portland OR 97201,",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 8
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "555-8711,msullivan@hrcare.org,MRN-22909,Arthritis,Regence-442180",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 8
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "nt Bay Dr, Portland OR 97201,(503) 555-8711,msullivan@hrcare.org,MRN-2290",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 8
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "email",
|
||
|
|
"label": "Email",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "tland OR 97201,(503) 555-8711,msullivan@hrcare.org,MRN-22909,Arthritis,Regence-4",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 8
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": ") 555-2200,apetit@nhsmail.org,MRN-77660,Breast Cancer Stage IIA,Human",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 9
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "dway #4B, Nashville TN 37203,(615) 555-2200,apetit@nhsmail.org,MRN-77660,",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 9
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "email",
|
||
|
|
"label": "Email",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "ville TN 37203,(615) 555-2200,apetit@nhsmail.org,MRN-77660,Breast Cancer Stage",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/patient_ roster_2026.csv",
|
||
|
|
"line": 9
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "| Patient: Thomas W. Brennan (MRN-44817) | DOB: 1952-02-14",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/nurse_notes_04_28.log",
|
||
|
|
"line": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "s | Patient: Beverly K. Moss (MRN-99120) | DOB: 1978-08-07",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/nurse_notes_04_28.log",
|
||
|
|
"line": 2
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "ssn",
|
||
|
|
"label": "SSN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "nan: BP 142/88, HR 76, Temp 98.4 | SSN: 662-41-0039 on file",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/nurse_notes_04_28.log",
|
||
|
|
"line": 3
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "Patient: Patricia D. Nguyen (MRN-33881) | DOB: 1965-12-01",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/nurse_notes_04_28.log",
|
||
|
|
"line": 4
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": ".moss@homeemail.net | Phone: (503) 555-9914",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/nurse_notes_04_28.log",
|
||
|
|
"line": 5
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "email",
|
||
|
|
"label": "Email",
|
||
|
|
"severity": 2,
|
||
|
|
"text": ":03:17 | RN Torres | Contact: beverly.moss@homeemail.net | Phone: (503) 555-9914",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/nurse_notes_04_28.log",
|
||
|
|
"line": 5
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "Patient: David R. Szymanski (MRN-77201) | MRN 77201 | DOB: 1970-03-1",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/nurse_notes_04_28.log",
|
||
|
|
"line": 7
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "id R. Szymanski (MRN-77201) | MRN 77201 | DOB: 1970-03-17",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/nurse_notes_04_28.log",
|
||
|
|
"line": 7
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "| Insurance: Aetna Policy AET-772-441-0091 | Patient: Brennan",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/nurse_notes_04_28.log",
|
||
|
|
"line": 9
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "| Patient: Yvonne C. Okafor (MRN-11308) | DOB: 1989-07-23",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/nurse_notes_04_28.log",
|
||
|
|
"line": 10
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "anski@microsoft.com | Phone: (425) 555-8821",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/nurse_notes_04_28.log",
|
||
|
|
"line": 11
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "email",
|
||
|
|
"label": "Email",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "28:47 | LPN Torres | Contact: david.szymanski@microsoft.com | Phone: (425) 555-8821",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/nurse_notes_04_28.log",
|
||
|
|
"line": 11
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "Prescription: oxycodone 5mg \u2014 MRN-77201 patient | not confirmed",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/nurse_notes_04_28.log",
|
||
|
|
"line": 12
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "Patient: Carlota M. Esposito (MRN-55403) | DOB: 1956-04-09",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/patient_records/nurse_notes_04_28.log",
|
||
|
|
"line": 13
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "ssn",
|
||
|
|
"label": "SSN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "\"ssn\": \"573-44-9281\",",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/claims/insurance_claims_Q1.json",
|
||
|
|
"line": 6
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "\"mrn\": \"MRN-77441\",",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/claims/insurance_claims_Q1.json",
|
||
|
|
"line": 7
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "\"policy_number\": \"AET-772-441-0091\",",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/claims/insurance_claims_Q1.json",
|
||
|
|
"line": 9
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "\"provider_phone\": \"(414) 555-0174\"",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/claims/insurance_claims_Q1.json",
|
||
|
|
"line": 14
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "ssn",
|
||
|
|
"label": "SSN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "\"ssn\": \"819-77-3341\",",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/claims/insurance_claims_Q1.json",
|
||
|
|
"line": 20
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "\"mrn\": \"MRN-66109\",",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/claims/insurance_claims_Q1.json",
|
||
|
|
"line": 21
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "\"policy_number\": \"UHG-992-448-1177\",",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/claims/insurance_claims_Q1.json",
|
||
|
|
"line": 23
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "\"provider_phone\": \"(513) 555-2288\"",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/claims/insurance_claims_Q1.json",
|
||
|
|
"line": 28
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "ssn",
|
||
|
|
"label": "SSN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "\"ssn\": \"622-11-0099\",",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/claims/insurance_claims_Q1.json",
|
||
|
|
"line": 34
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "\"mrn\": \"MRN-91503\",",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/claims/insurance_claims_Q1.json",
|
||
|
|
"line": 35
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "\"policy_number\": \"BCBS-TX-772-441-9914\",",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/claims/insurance_claims_Q1.json",
|
||
|
|
"line": 37
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "\"provider_phone\": \"(214) 555-6610\"",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/claims/insurance_claims_Q1.json",
|
||
|
|
"line": 42
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "ssn",
|
||
|
|
"label": "SSN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "\"ssn\": \"441-28-7763\",",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/claims/insurance_claims_Q1.json",
|
||
|
|
"line": 48
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "\"mrn\": \"MRN-88712\",",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/claims/insurance_claims_Q1.json",
|
||
|
|
"line": 49
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "\"policy_number\": \"PREM-WS-992-441-8817\",",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/claims/insurance_claims_Q1.json",
|
||
|
|
"line": 51
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "\"provider_phone\": \"(206) 555-3390\"",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/claims/insurance_claims_Q1.json",
|
||
|
|
"line": 56
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "ssn",
|
||
|
|
"label": "SSN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "1, \"name\": \"John M. Whitfield\", \"ssn\": \"573-44-9281\", \"mrn\": \"MRN-77441\", \"dob\": \"1983-07-1",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient_db_export.json",
|
||
|
|
"line": 6
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "\"ssn\": \"573-44-9281\", \"mrn\": \"MRN-77441\", \"dob\": \"1983-07-15\", \"phone",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient_db_export.json",
|
||
|
|
"line": 6
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "ob\": \"1983-07-15\", \"phone\": \"(414) 555-0174\", \"email\": \"jwhitfield@email.",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient_db_export.json",
|
||
|
|
"line": 6
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "email",
|
||
|
|
"label": "Email",
|
||
|
|
"severity": 2,
|
||
|
|
"text": ": \"(414) 555-0174\", \"email\": \"jwhitfield@email.com\"},",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient_db_export.json",
|
||
|
|
"line": 6
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "ssn",
|
||
|
|
"label": "SSN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "2, \"name\": \"James O. O'Brien\", \"ssn\": \"819-77-3341\", \"mrn\": \"MRN-66109\", \"dob\": \"1955-11-0",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient_db_export.json",
|
||
|
|
"line": 7
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "\"ssn\": \"819-77-3341\", \"mrn\": \"MRN-66109\", \"dob\": \"1955-11-08\", \"phone",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient_db_export.json",
|
||
|
|
"line": 7
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "ob\": \"1955-11-08\", \"phone\": \"(513) 555-2288\", \"email\": \"jobrien@gmail.com",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient_db_export.json",
|
||
|
|
"line": 7
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "email",
|
||
|
|
"label": "Email",
|
||
|
|
"severity": 2,
|
||
|
|
"text": ": \"(513) 555-2288\", \"email\": \"jobrien@gmail.com\"},",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient_db_export.json",
|
||
|
|
"line": 7
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "ssn",
|
||
|
|
"label": "SSN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "name\": \"Maria Elena Rodriguez\", \"ssn\": \"622-11-0099\", \"mrn\": \"MRN-91503\", \"dob\": \"1990-04-3",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient_db_export.json",
|
||
|
|
"line": 8
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "\"ssn\": \"622-11-0099\", \"mrn\": \"MRN-91503\", \"dob\": \"1990-04-30\", \"phone",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient_db_export.json",
|
||
|
|
"line": 8
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "ob\": \"1990-04-30\", \"phone\": \"(214) 555-6610\", \"email\": \"mrodriguez@texash",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient_db_export.json",
|
||
|
|
"line": 8
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "email",
|
||
|
|
"label": "Email",
|
||
|
|
"severity": 2,
|
||
|
|
"text": ": \"(214) 555-6610\", \"email\": \"mrodriguez@texashealth.net\"}",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient_db_export.json",
|
||
|
|
"line": 8
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "email",
|
||
|
|
"label": "Email",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "From: beverly.moss@homeemail.net <beverly.moss@homeemail.net>",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient_email_thread.txt",
|
||
|
|
"line": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "email",
|
||
|
|
"label": "Email",
|
||
|
|
"severity": 2,
|
||
|
|
"text": ": beverly.moss@homeemail.net <beverly.moss@homeemail.net>",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient_email_thread.txt",
|
||
|
|
"line": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "email",
|
||
|
|
"label": "Email",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "To: records@midwestmed.org <records@midwestmed.org>",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient_email_thread.txt",
|
||
|
|
"line": 2
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "email",
|
||
|
|
"label": "Email",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "To: records@midwestmed.org <records@midwestmed.org>",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient_email_thread.txt",
|
||
|
|
"line": 2
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "-up on prescription renewal \u2014 MRN-99120",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient_email_thread.txt",
|
||
|
|
"line": 4
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mrn",
|
||
|
|
"label": "MRN",
|
||
|
|
"severity": 3,
|
||
|
|
"text": "d my medical record number is MRN-99120.",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient_email_thread.txt",
|
||
|
|
"line": 10
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "Phone: (503) 555-9914",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient_email_thread.txt",
|
||
|
|
"line": 12
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "email",
|
||
|
|
"label": "Email",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "Email: beverly.moss@homeemail.net",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient_email_thread.txt",
|
||
|
|
"line": 13
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "Phone: (312) 555-9912 | Fax: (312) 555-9913",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient_email_thread.txt",
|
||
|
|
"line": 23
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "phone",
|
||
|
|
"label": "Phone",
|
||
|
|
"severity": 2,
|
||
|
|
"text": "Phone: (312) 555-9912 | Fax: (312) 555-9913",
|
||
|
|
"file": "/home/ghstshdw/greysec/phi-scanner-test/files/emails/patient_email_thread.txt",
|
||
|
|
"line": 23
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|