-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcs-mining-config.yml
163 lines (163 loc) · 7.77 KB
/
cs-mining-config.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
o365:
- name: mine O365 instance Worldwide
miner: O365Miner
args:
instance: Worldwide
outputs:
- resultPath: ./o365/worldwide/ips.txt
filter: "[?endpointType=='IP'].endpoint"
- resultPath: ./o365/worldwide/exchange-ips.txt
filter: "[?endpointType=='IP' && (serviceArea == 'Common' || serviceArea == 'Exchange')].endpoint"
- resultPath: ./o365/worldwide/sharepoint-ips.txt
filter: "[?endpointType=='IP' && (serviceArea == 'Common' || serviceArea == 'SharePoint')].endpoint"
- resultPath: ./o365/worldwide/skype-ips.txt
filter: "[?endpointType=='IP' && (serviceArea == 'Common' || serviceArea == 'Skype')].endpoint"
- resultPath: ./o365/worldwide/urls.txt
filter: "[?endpointType=='URL'].endpoint"
- resultPath: ./o365/worldwide/exchange-urls.txt
filter: "[?endpointType=='URL' && (serviceArea == 'Common' || serviceArea == 'Exchange')].endpoint"
- resultPath: ./o365/worldwide/sharepoint-urls.txt
filter: "[?endpointType=='URL' && (serviceArea == 'Common' || serviceArea == 'SharePoint')].endpoint"
- resultPath: ./o365/worldwide/skype-urls.txt
filter: "[?endpointType=='URL' && (serviceArea == 'Common' || serviceArea == 'Skype')].endpoint"
- name: mine O365 instance USGovDoD
miner: O365Miner
args:
instance: USGovDoD
outputs:
- resultPath: ./o365/usgovdod/ips.txt
filter: "[?endpointType=='IP'].endpoint"
- resultPath: ./o365/usgovdod/exchange-ips.txt
filter: "[?endpointType=='IP' && (serviceArea == 'Common' || serviceArea == 'Exchange')].endpoint"
- resultPath: ./o365/usgovdod/sharepoint-ips.txt
filter: "[?endpointType=='IP' && (serviceArea == 'Common' || serviceArea == 'SharePoint')].endpoint"
- resultPath: ./o365/usgovdod/skype-ips.txt
filter: "[?endpointType=='IP' && (serviceArea == 'Common' || serviceArea == 'Skype')].endpoint"
- resultPath: ./o365/usgovdod/urls.txt
filter: "[?endpointType=='URL'].endpoint"
- resultPath: ./o365/usgovdod/exchange-urls.txt
filter: "[?endpointType=='URL' && (serviceArea == 'Common' || serviceArea == 'Exchange')].endpoint"
- resultPath: ./o365/usgovdod/sharepoint-urls.txt
filter: "[?endpointType=='URL' && (serviceArea == 'Common' || serviceArea == 'SharePoint')].endpoint"
- resultPath: ./o365/usgovdod/skype-urls.txt
filter: "[?endpointType=='URL' && (serviceArea == 'Common' || serviceArea == 'Skype')].endpoint"
- name: mine O365 instance USGovGCCHigh
miner: O365Miner
args:
instance: USGovGCCHigh
outputs:
- resultPath: ./o365/usgovgcchigh/ips.txt
filter: "[?endpointType=='IP'].endpoint"
- resultPath: ./o365/usgovgcchigh/exchange-ips.txt
filter: "[?endpointType=='IP' && (serviceArea == 'Common' || serviceArea == 'Exchange')].endpoint"
- resultPath: ./o365/usgovgcchigh/sharepoint-ips.txt
filter: "[?endpointType=='IP' && (serviceArea == 'Common' || serviceArea == 'SharePoint')].endpoint"
- resultPath: ./o365/usgovgcchigh/skype-ips.txt
filter: "[?endpointType=='IP' && (serviceArea == 'Common' || serviceArea == 'Skype')].endpoint"
- resultPath: ./o365/usgovgcchigh/urls.txt
filter: "[?endpointType=='URL'].endpoint"
- resultPath: ./o365/usgovgcchigh/exchange-urls.txt
filter: "[?endpointType=='URL' && (serviceArea == 'Common' || serviceArea == 'Exchange')].endpoint"
- resultPath: ./o365/usgovgcchigh/sharepoint-urls.txt
filter: "[?endpointType=='URL' && (serviceArea == 'Common' || serviceArea == 'SharePoint')].endpoint"
- resultPath: ./o365/usgovgcchigh/skype-urls.txt
filter: "[?endpointType=='URL' && (serviceArea == 'Common' || serviceArea == 'Skype')].endpoint"
- name: mine O365 instance China
miner: O365Miner
args:
instance: China
outputs:
- resultPath: ./o365/china/ips.txt
filter: "[?endpointType=='IP'].endpoint"
- resultPath: ./o365/china/exchange-ips.txt
filter: "[?endpointType=='IP' && (serviceArea == 'Common' || serviceArea == 'Exchange')].endpoint"
- resultPath: ./o365/china/sharepoint-ips.txt
filter: "[?endpointType=='IP' && (serviceArea == 'Common' || serviceArea == 'SharePoint')].endpoint"
- resultPath: ./o365/china/skype-ips.txt
filter: "[?endpointType=='IP' && (serviceArea == 'Common' || serviceArea == 'Skype')].endpoint"
- resultPath: ./o365/china/urls.txt
filter: "[?endpointType=='URL'].endpoint"
- resultPath: ./o365/china/exchange-urls.txt
filter: "[?endpointType=='URL' && (serviceArea == 'Common' || serviceArea == 'Exchange')].endpoint"
- resultPath: ./o365/china/sharepoint-urls.txt
filter: "[?endpointType=='URL' && (serviceArea == 'Common' || serviceArea == 'SharePoint')].endpoint"
- resultPath: ./o365/china/skype-urls.txt
filter: "[?endpointType=='URL' && (serviceArea == 'Common' || serviceArea == 'Skype')].endpoint"
- name: mine O365 instance Germany
miner: O365Miner
args:
instance: Germany
outputs:
- resultPath: ./o365/germany/ips.txt
filter: "[?endpointType=='IP'].endpoint"
- resultPath: ./o365/germany/exchange-ips.txt
filter: "[?endpointType=='IP' && (serviceArea == 'Common' || serviceArea == 'Exchange')].endpoint"
- resultPath: ./o365/germany/sharepoint-ips.txt
filter: "[?endpointType=='IP' && (serviceArea == 'Common' || serviceArea == 'SharePoint')].endpoint"
- resultPath: ./o365/germany/skype-ips.txt
filter: "[?endpointType=='IP' && (serviceArea == 'Common' || serviceArea == 'Skype')].endpoint"
- resultPath: ./o365/germany/urls.txt
filter: "[?endpointType=='URL'].endpoint"
- resultPath: ./o365/germany/exchange-urls.txt
filter: "[?endpointType=='URL' && (serviceArea == 'Common' || serviceArea == 'Exchange')].endpoint"
- resultPath: ./o365/germany/sharepoint-urls.txt
filter: "[?endpointType=='URL' && (serviceArea == 'Common' || serviceArea == 'SharePoint')].endpoint"
- resultPath: ./o365/germany/skype-urls.txt
filter: "[?endpointType=='URL' && (serviceArea == 'Common' || serviceArea == 'Skype')].endpoint"
azure:
- name: mine Azure Public Cloud
miner: AzureWithServiceTagsMiner
args:
cloud: PublicCloud
outputs:
- resultPath: ./azure/public-cloud-ips.txt
- name: mine Azure China Cloud
miner: AzureWithServiceTagsMiner
args:
cloud: ChinaCloud
outputs:
- resultPath: ./azure/china-cloud-ips.txt
- name: mine Azure US Government Cloud
miner: AzureWithServiceTagsMiner
args:
cloud: USGovernmentCloud
outputs:
- resultPath: ./azure/usgovernment-cloud-ips.txt
- name: mine Azure Germany Cloud
miner: AzureWithServiceTagsMiner
args:
cloud: GermanyCloud
outputs:
- resultPath: ./azure/germany-cloud-ips.txt
aws:
- name: mine AWS IP Ranges
miner: AWSIPRangesMiner
outputs:
- resultPath: ./aws/all-regions-ips.txt
adobe:
- name: mine Adobe Creative Cloud Network Endpoints
miner: AdobeCreativeMiner
outputs:
- resultPath: ./adobe/endpoints-urls.txt
google:
- name: mine Google Cloud IP Ranges
miner: GoogleCloudNetblocksMiner
outputs:
- resultPath: ./google/google-cloud-ips.txt
- name: mine Google Services IP Ranges
miner: GoogleNetblocksMiner
outputs:
- resultPath: ./google/google-services-ips.txt
facebook:
- name: mine Facebook AS Registered Routes
miner: RADBASRegisterdRoutesMiner
args:
autonomous_system: AS32934
outputs:
- resultPath: ./facebook/facebook-registered-ips.txt
- name: mine Facebook AS Announced Prefixes
miner: BGPViewASNPrefixMiner
args:
autonomous_system: AS32934
outputs:
- resultPath: ./facebook/facebook-announced-ips.txt