mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-16 12:45:17 +03:00
fix: correct license from Apache-2.0 to MIT for batch 2 skills
This commit is contained in:
@@ -1,17 +1,21 @@
|
|||||||
Apache License
|
MIT License
|
||||||
Version 2.0, January 2004
|
|
||||||
http://www.apache.org/licenses/
|
|
||||||
|
|
||||||
Copyright 2025 Mahipal
|
Copyright (c) 2025 Mahipal
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
you may not use this file except in compliance with the License.
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
You may obtain a copy of the License at
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
See the License for the specific language governing permissions and
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
limitations under the License.
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ subdomain: threat-hunting
|
|||||||
tags: [PowerShell-Empire, threat-hunting, Script-Block-Logging, base64, stager, C2, MITRE-ATT&CK, T1059.001, forensics]
|
tags: [PowerShell-Empire, threat-hunting, Script-Block-Logging, base64, stager, C2, MITRE-ATT&CK, T1059.001, forensics]
|
||||||
version: "1.0"
|
version: "1.0"
|
||||||
author: mahipal
|
author: mahipal
|
||||||
license: Apache-2.0
|
license: MIT
|
||||||
---
|
---
|
||||||
|
|
||||||
# Analyzing PowerShell Empire Artifacts
|
# Analyzing PowerShell Empire Artifacts
|
||||||
|
|||||||
@@ -1,17 +1,21 @@
|
|||||||
Apache License
|
MIT License
|
||||||
Version 2.0, January 2004
|
|
||||||
http://www.apache.org/licenses/
|
|
||||||
|
|
||||||
Copyright 2025 Mahipal
|
Copyright (c) 2025 Mahipal
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
you may not use this file except in compliance with the License.
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
You may obtain a copy of the License at
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
See the License for the specific language governing permissions and
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
limitations under the License.
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ subdomain: cloud-security
|
|||||||
tags: [Azure, storage-accounts, blob-storage, ADLS, SAS-tokens, encryption, public-access, cloud-misconfiguration, azure-mgmt-storage]
|
tags: [Azure, storage-accounts, blob-storage, ADLS, SAS-tokens, encryption, public-access, cloud-misconfiguration, azure-mgmt-storage]
|
||||||
version: "1.0"
|
version: "1.0"
|
||||||
author: mahipal
|
author: mahipal
|
||||||
license: Apache-2.0
|
license: MIT
|
||||||
---
|
---
|
||||||
|
|
||||||
# Detecting Azure Storage Account Misconfigurations
|
# Detecting Azure Storage Account Misconfigurations
|
||||||
|
|||||||
@@ -1,17 +1,21 @@
|
|||||||
Apache License
|
MIT License
|
||||||
Version 2.0, January 2004
|
|
||||||
http://www.apache.org/licenses/
|
|
||||||
|
|
||||||
Copyright 2025 Mahipal
|
Copyright (c) 2025 Mahipal
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
you may not use this file except in compliance with the License.
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
You may obtain a copy of the License at
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
See the License for the specific language governing permissions and
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
limitations under the License.
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ subdomain: threat-hunting
|
|||||||
tags: [NTLM-relay, Windows-events, Event-4624, NTLMSSP, Responder, SMB-signing, credential-access, T1557.001, Active-Directory]
|
tags: [NTLM-relay, Windows-events, Event-4624, NTLMSSP, Responder, SMB-signing, credential-access, T1557.001, Active-Directory]
|
||||||
version: "1.0"
|
version: "1.0"
|
||||||
author: mahipal
|
author: mahipal
|
||||||
license: Apache-2.0
|
license: MIT
|
||||||
---
|
---
|
||||||
|
|
||||||
# Hunting for NTLM Relay Attacks
|
# Hunting for NTLM Relay Attacks
|
||||||
|
|||||||
@@ -1,17 +1,21 @@
|
|||||||
Apache License
|
MIT License
|
||||||
Version 2.0, January 2004
|
|
||||||
http://www.apache.org/licenses/
|
|
||||||
|
|
||||||
Copyright 2025 Mahipal
|
Copyright (c) 2025 Mahipal
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
you may not use this file except in compliance with the License.
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
You may obtain a copy of the License at
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
See the License for the specific language governing permissions and
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
limitations under the License.
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ subdomain: identity-access-management
|
|||||||
tags: [Azure-AD, PIM, privileged-access, just-in-time, eligible-roles, Microsoft-Graph, zero-trust, access-reviews, Entra-ID]
|
tags: [Azure-AD, PIM, privileged-access, just-in-time, eligible-roles, Microsoft-Graph, zero-trust, access-reviews, Entra-ID]
|
||||||
version: "1.0"
|
version: "1.0"
|
||||||
author: mahipal
|
author: mahipal
|
||||||
license: Apache-2.0
|
license: MIT
|
||||||
---
|
---
|
||||||
|
|
||||||
# Implementing Privileged Identity Management with Azure
|
# Implementing Privileged Identity Management with Azure
|
||||||
|
|||||||
@@ -1,17 +1,21 @@
|
|||||||
Apache License
|
MIT License
|
||||||
Version 2.0, January 2004
|
|
||||||
http://www.apache.org/licenses/
|
|
||||||
|
|
||||||
Copyright 2025 Mahipal
|
Copyright (c) 2025 Mahipal
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
you may not use this file except in compliance with the License.
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
You may obtain a copy of the License at
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
See the License for the specific language governing permissions and
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
limitations under the License.
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ subdomain: application-security
|
|||||||
tags: [supply-chain, typosquatting, dependency-confusion, package-verification, pip-audit, PyPI, software-composition-analysis]
|
tags: [supply-chain, typosquatting, dependency-confusion, package-verification, pip-audit, PyPI, software-composition-analysis]
|
||||||
version: "1.0"
|
version: "1.0"
|
||||||
author: mahipal
|
author: mahipal
|
||||||
license: Apache-2.0
|
license: MIT
|
||||||
---
|
---
|
||||||
|
|
||||||
# Performing Supply Chain Attack Simulation
|
# Performing Supply Chain Attack Simulation
|
||||||
|
|||||||
Reference in New Issue
Block a user