@@ -153,6 +153,40 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
153153ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
154154OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
155155
156+ ---
157+ This product bundles rules based on https://github.com/BlueTeamLabs/sentinel-attack
158+ which is available under a "MIT" license. The files based on this license are:
159+
160+ - windows_defense_evasion_via_filter_manager.json
161+ - windows_process_discovery_via_tasklist_command.json
162+ - windows_priv_escalation_via_accessibility_features.json
163+ - windows_persistence_via_application_shimming.json
164+ - windows_execution_via_trusted_developer_utilities.json
165+ - windows_execution_via_net_com_assemblies.json
166+ - windows_execution_via_connection_manager.json
167+
168+ MIT License
169+
170+ Copyright (c) 2019 Edoardo Gerosa, Olaf Hartong
171+
172+ Permission is hereby granted, free of charge, to any person obtaining a copy of
173+ this software and associated documentation files (the "Software"), to deal in
174+ the Software without restriction, including without limitation the rights to
175+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
176+ of the Software, and to permit persons to whom the Software is furnished to do
177+ so, subject to the following conditions:
178+
179+ The above copyright notice and this permission notice shall be included in all
180+ copies or substantial portions of the Software.
181+
182+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
183+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
184+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
185+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
186+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
187+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
188+ SOFTWARE.
189+
156190---
157191This product includes code that is adapted from mapbox-gl-js, which is
158192available under a "BSD-3-Clause" license.
0 commit comments