Skip to content

Commit b4b3307

Browse files
committed
update targetted industry types
1 parent bb9d230 commit b4b3307

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

crowdsec-docs/unversioned/tracker_api/threat_context.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,14 @@ Shows the distribution of targeted organizations by industry sector.
7171
| Value | Description |
7272
|---|---|
7373
| `commerce` | Retail, e-commerce, and commercial businesses |
74+
| `education` | Schools, universities, and educational institutions |
7475
| `financial_services` | Banks, insurance, fintech, financial institutions |
7576
| `government` | Government agencies and public administration |
7677
| `healthcare` | Healthcare providers, hospitals, medical organizations |
78+
| `industry` | Manufacturing, industrial, and production organizations |
79+
| `media` | Media, entertainment, and publishing organizations |
7780
| `non_profit` | Non-profit organizations, NGOs, charities |
81+
| `SOHO` | Small office / home office environments |
7882

7983
```json
8084
"industry_types": {
@@ -97,8 +101,8 @@ Classifies targets by their **technology risk profile** rather than their busine
97101
| Value | Description |
98102
|---|---|
99103
| `critical_infrastructure` | Energy, water, transportation, telecommunications |
100-
| `homelab_and_iot` | Home labs, IoT devices, consumer-grade infrastructure |
101104
| `public_service` | Government services, education, public utilities |
105+
| `SOHO` | Small office / home office environments |
102106
| `technology_business` | Technology-focused businesses, SaaS, software companies |
103107
| `traditional_business` | Non-tech commercial enterprises, manufacturing, logistics |
104108

@@ -108,7 +112,7 @@ Classifies targets by their **technology risk profile** rather than their busine
108112
"traditional_business": 6,
109113
"public_service": 6,
110114
"technology_business": 65,
111-
"homelab_and_iot": 17
115+
"SOHO": 17
112116
}
113117
```
114118

0 commit comments

Comments
 (0)