Skip to content

Commit 9ccb1cf

Browse files
committed
[client] feat(SCV): move SCV logic to art (#4266)
1 parent feb5101 commit 9ccb1cf

File tree

2 files changed

+0
-36
lines changed

2 files changed

+0
-36
lines changed

pyoaev/security_domain/builder.py

Lines changed: 0 additions & 27 deletions
This file was deleted.

pyoaev/security_domain/types.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
from enum import Enum
22

33

4-
class SecurityDomainsKeyWords(Enum):
5-
NETWORK = ["network", "ftp", "smb", "llmnr", "nmap"]
6-
WEB_APP = ["web"]
7-
EMAIL_INFILTRATION = ["mail", "phishing"]
8-
DATA_EXFILTRATION = ["exfiltrat"]
9-
URL_FILTERING = ["bitsadmin"]
10-
CLOUD = ["aws", "azure", "gcp"]
11-
12-
134
class SecurityDomains(Enum):
145
ENDPOINT = {"domain_name": "Endpoint", "domain_color": "#389CFF"}
156
NETWORK = {"domain_name": "Network", "domain_color": "#009933"}

0 commit comments

Comments
 (0)