forked from ccmarris/bloxone_automation_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfilters.yml
83 lines (77 loc) · 1.76 KB
/
filters.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
# Application Filters
# Allowed Actions: action_block, action_redirect, action_log, action_allow
# action_allow_with_resolution (app filters only)
application_filters:
- name: data_storage_apps
desctiption: Data Storage Apps example for detection/logging
apps:
- Google Drive
- Zippyshare
- Dropbox
- Degoo
- Boomi
- pCloud
- Koofr
- HP Cohesity
- Blomp
- Synology NAS
- Microsoft OneNote
- MiMedia
- DepositFiles
- 4shared
- Sync
- WEB.DE Online Storage
- HiDrive
- iCloud
- WeTransfer
- Microsoft OneDrive
- Allway Sync
- ADrive
- Filestack
action: action_log
# Examples:
- name: Office365
description: Office365
apps:
- Microsoft 365
action: action_allow_with_local_resolution
- name: Facebook
descrition: Social Media
apps:
- Facebook
action: action_block
# Infoblox Web Categories
# Allowed Actions: action_block, action_redirect, action_log, action_allow
category_filters:
- name: malicious-cat
description: Malicous Web Categories
categories:
- Ad Fraud
- Botnet
- Command and Control Centers
- Compromised & Links To Malware
- Malware Call-Home
- Phishing/Fraud
- Spam URLs
- Cryptocurrency Mining
- Spyware & Questionable Software
action: action_block
- name: crime-cat
description: Crime web categories
categories:
- Child Abuse Images
- Criminal Skills
- Terrorism
- Illegal Drugs
action: action_block
- name: undesireable-cat
description: Web categories that may be undesiralbe
categories:
- Pornography
- Gambling
- Child Inappropriate
- Lingerie, Suggestive & Pinup
- Nudity
- Sex & Erotic
action: action_block