Datasets:
Capitalise industry labels, drop LinkedIn and sparse social columns
Browse filesIndustry now uses standard casing. LinkedIn URL and the five columns populated for under 1% of rows are removed. Card links to stackscan.com reduced to citation, attribution and contact.
- Email-Authentication.csv +0 -0
- README.md +21 -43
Email-Authentication.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
README.md
CHANGED
|
@@ -32,24 +32,12 @@ dataset_info:
|
|
| 32 |
dtype: float64
|
| 33 |
- name: Industry
|
| 34 |
dtype: string
|
| 35 |
-
- name: LinkedIn URL
|
| 36 |
-
dtype: string
|
| 37 |
- name: Locality
|
| 38 |
dtype: string
|
| 39 |
- name: Country
|
| 40 |
dtype: string
|
| 41 |
- name: TLD
|
| 42 |
dtype: string
|
| 43 |
-
- name: Language
|
| 44 |
-
dtype: string
|
| 45 |
-
- name: Instagram
|
| 46 |
-
dtype: string
|
| 47 |
-
- name: Twitter
|
| 48 |
-
dtype: string
|
| 49 |
-
- name: YouTube
|
| 50 |
-
dtype: string
|
| 51 |
-
- name: TikTok
|
| 52 |
-
dtype: string
|
| 53 |
- name: SPF
|
| 54 |
dtype: string
|
| 55 |
- name: DMARC
|
|
@@ -69,14 +57,12 @@ dataset_info:
|
|
| 69 |
|
| 70 |
## Overview
|
| 71 |
|
| 72 |
-
This dataset records which of 36,120 large organizations publish SPF and DMARC records on their primary domain, with firmographic context for each: industry, employee band, country, locality
|
| 73 |
|
| 74 |
SPF lists the servers allowed to send mail for a domain. DMARC tells receiving servers what to do with mail that fails that check, and where to send reports. A domain with SPF but no DMARC has published the list without publishing an instruction, so receivers are left to decide for themselves.
|
| 75 |
|
| 76 |
Collected in August 2026. DNS records change, so treat the data as a snapshot of that month rather than a current state.
|
| 77 |
|
| 78 |
-
Full statistics are published at StackScan for [DMARC](https://www.stackscan.com/technology/dmarc) and [SPF](https://www.stackscan.com/technology/spf-sender-policy-framework).
|
| 79 |
-
|
| 80 |
## SPF and DMARC Coverage
|
| 81 |
|
| 82 |
Of the 35,563 large organizations that publish SPF, **45.7% also publish DMARC**. The other 19,315 publish SPF alone.
|
|
@@ -109,13 +95,13 @@ By industry, same threshold:
|
|
| 109 |
|
| 110 |
| Industry | Organizations | DMARC |
|
| 111 |
| -------- | ------------- | ----- |
|
| 112 |
-
|
|
| 113 |
-
|
|
| 114 |
-
|
|
| 115 |
-
|
|
| 116 |
-
|
|
| 117 |
-
|
|
| 118 |
-
|
|
| 119 |
|
| 120 |
Employee band makes little difference. Organizations with 5,001 to 10,000 employees reach 46.7%, and those with more than 10,000 reach 44.9%.
|
| 121 |
|
|
@@ -123,32 +109,24 @@ BIMI and MTA-STS are rare in this population. Across all 36,120 organizations, 1
|
|
| 123 |
|
| 124 |
## Dataset Fields
|
| 125 |
|
| 126 |
-
`Email-Authentication.csv`, 36,120 rows,
|
| 127 |
|
| 128 |
| Column | Type | Coverage | Description |
|
| 129 |
| ------ | ---- | -------- | ----------- |
|
| 130 |
| `Popularity Rank` | int64 | 95.1% | Website popularity rank, lower being more popular. Rows are stored in ascending rank order |
|
| 131 |
-
| `Domain` | string | 100% | Primary website domain. Unique across the file |
|
| 132 |
-
| `Company Name` | string | 100% | Organization name, lowercased |
|
| 133 |
-
| `Company Size` | string | 100% | Employee band. Two values: `5001-10000` and `10001+` |
|
| 134 |
| `Year Founded` | float64 | 71.2% | Founding year |
|
| 135 |
-
| `Industry` | string | 99.1% | Industry label
|
| 136 |
-
| `LinkedIn URL` | string | 100% | Organization LinkedIn profile path |
|
| 137 |
| `Locality` | string | 79.7% | City or region, where available |
|
| 138 |
-
| `Country` | string | 100% | Organization or website country |
|
| 139 |
-
| `TLD` | string | 100% | Top-level domain |
|
| 140 |
-
| `
|
| 141 |
-
| `
|
| 142 |
-
| `
|
| 143 |
-
| `
|
| 144 |
-
| `
|
| 145 |
-
| `SPF` | string | 100% | `yes` or `no` |
|
| 146 |
-
| `DMARC` | string | 100% | `yes` or `no` |
|
| 147 |
-
| `BIMI` | string | 100% | `yes` or `no` |
|
| 148 |
-
| `MTA-STS` | string | 100% | `yes` or `no` |
|
| 149 |
-
| `Posture` | string | 100% | `SPF only`, `SPF + DMARC` or `DMARC without SPF` |
|
| 150 |
-
|
| 151 |
-
The language and social columns are populated for fewer than 1% of rows.
|
| 152 |
|
| 153 |
## Methodology
|
| 154 |
|
|
@@ -204,7 +182,7 @@ BibTeX:
|
|
| 204 |
|
| 205 |
The files in this repository are CC BY 4.0 and free for anyone to use, including commercially. No request or permission is needed.
|
| 206 |
|
| 207 |
-
StackScan also provides free access to larger and custom datasets for data journalists, academic researchers, non-profits and other organizations working on non-commercial projects. Ask through [stackscan.com](https://www.stackscan.com
|
| 208 |
|
| 209 |
## License
|
| 210 |
|
|
|
|
| 32 |
dtype: float64
|
| 33 |
- name: Industry
|
| 34 |
dtype: string
|
|
|
|
|
|
|
| 35 |
- name: Locality
|
| 36 |
dtype: string
|
| 37 |
- name: Country
|
| 38 |
dtype: string
|
| 39 |
- name: TLD
|
| 40 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
- name: SPF
|
| 42 |
dtype: string
|
| 43 |
- name: DMARC
|
|
|
|
| 57 |
|
| 58 |
## Overview
|
| 59 |
|
| 60 |
+
This dataset records which of 36,120 large organizations publish SPF and DMARC records on their primary domain, with firmographic context for each: industry, employee band, country, locality and founding year.
|
| 61 |
|
| 62 |
SPF lists the servers allowed to send mail for a domain. DMARC tells receiving servers what to do with mail that fails that check, and where to send reports. A domain with SPF but no DMARC has published the list without publishing an instruction, so receivers are left to decide for themselves.
|
| 63 |
|
| 64 |
Collected in August 2026. DNS records change, so treat the data as a snapshot of that month rather than a current state.
|
| 65 |
|
|
|
|
|
|
|
| 66 |
## SPF and DMARC Coverage
|
| 67 |
|
| 68 |
Of the 35,563 large organizations that publish SPF, **45.7% also publish DMARC**. The other 19,315 publish SPF alone.
|
|
|
|
| 95 |
|
| 96 |
| Industry | Organizations | DMARC |
|
| 97 |
| -------- | ------------- | ----- |
|
| 98 |
+
| Defense & Space | 168 | 56.5% |
|
| 99 |
+
| Medical Devices | 197 | 55.8% |
|
| 100 |
+
| Banking | 650 | 55.5% |
|
| 101 |
+
| Airlines/Aviation | 252 | 54.0% |
|
| 102 |
+
| Insurance | 638 | 53.4% |
|
| 103 |
+
| Security and Investigations | 318 | 35.5% |
|
| 104 |
+
| Professional Training & Coaching | 150 | 28.7% |
|
| 105 |
|
| 106 |
Employee band makes little difference. Organizations with 5,001 to 10,000 employees reach 46.7%, and those with more than 10,000 reach 44.9%.
|
| 107 |
|
|
|
|
| 109 |
|
| 110 |
## Dataset Fields
|
| 111 |
|
| 112 |
+
`Email-Authentication.csv`, 36,120 rows, 14 columns. Coverage is the share of rows where the field is populated.
|
| 113 |
|
| 114 |
| Column | Type | Coverage | Description |
|
| 115 |
| ------ | ---- | -------- | ----------- |
|
| 116 |
| `Popularity Rank` | int64 | 95.1% | Website popularity rank, lower being more popular. Rows are stored in ascending rank order |
|
| 117 |
+
| `Domain` | string | 100.0% | Primary website domain. Unique across the file |
|
| 118 |
+
| `Company Name` | string | 100.0% | Organization name, lowercased |
|
| 119 |
+
| `Company Size` | string | 100.0% | Employee band. Two values: `5001-10000` and `10001+` |
|
| 120 |
| `Year Founded` | float64 | 71.2% | Founding year |
|
| 121 |
+
| `Industry` | string | 99.1% | Industry label |
|
|
|
|
| 122 |
| `Locality` | string | 79.7% | City or region, where available |
|
| 123 |
+
| `Country` | string | 100.0% | Organization or website country |
|
| 124 |
+
| `TLD` | string | 100.0% | Top-level domain |
|
| 125 |
+
| `SPF` | string | 100.0% | `yes` or `no` |
|
| 126 |
+
| `DMARC` | string | 100.0% | `yes` or `no` |
|
| 127 |
+
| `BIMI` | string | 100.0% | `yes` or `no` |
|
| 128 |
+
| `MTA-STS` | string | 100.0% | `yes` or `no` |
|
| 129 |
+
| `Posture` | string | 100.0% | `SPF only`, `SPF + DMARC` or `DMARC without SPF` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 130 |
|
| 131 |
## Methodology
|
| 132 |
|
|
|
|
| 182 |
|
| 183 |
The files in this repository are CC BY 4.0 and free for anyone to use, including commercially. No request or permission is needed.
|
| 184 |
|
| 185 |
+
StackScan also provides free access to larger and custom datasets for data journalists, academic researchers, non-profits and other organizations working on non-commercial projects. Ask through [stackscan.com](https://www.stackscan.com).
|
| 186 |
|
| 187 |
## License
|
| 188 |
|