Skip to content

Commit eeb2c5e

Browse files
authored
Add new classifications for corporate proxies (#1592)
* Add new classifications for corporate proxies
1 parent 094651d commit eeb2c5e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

taxonomy/classifications.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,5 +548,20 @@
548548
"description": "IP belongs to an entity that scans the internet: cert.pl",
549549
"label": "CERT Polska Scanner",
550550
"name": "scanner:cert.pl"
551+
},
552+
"corporate-proxy:zscaler": {
553+
"description": "IP is flagged as a Zcaler proxy exit point.",
554+
"label": "Zscaler",
555+
"name": "corporate-proxy:zscaler"
556+
},
557+
"corporate-proxy:netskope": {
558+
"description": "IP is flagged as a Netskope proxy exit point.",
559+
"label": "Netskope",
560+
"name": "corporate-proxy:netskope"
561+
},
562+
"corporate-proxy:forcepoint": {
563+
"description": "IP is flagged as a Forcepoint proxy exit point.",
564+
"label": "Forcepoint",
565+
"name": "corporate-proxy:forcepoint"
551566
}
552-
}
567+
}

0 commit comments

Comments
 (0)