All Projects → splunk → attack_range_cloud

splunk / attack_range_cloud

Licence: Apache-2.0 License
Attack Range to test detection against nativel serverless cloud services and environments

Programming Languages

python
139335 projects - #7 most used programming language
HCL
1544 projects
Jinja
831 projects

Splunk Cloud Attack Range ⚔️

Purpose 🛡

The Cloud Attack Range is a detection development platform, which solves three main challenges in detection engineering. First, the user is able to build quickly a small lab infrastructure as close as possible to a cloud environment. Second, the Attack Range performs attack simulation using different engines such as Atomic Red Team in order to generate real attack data.

Building 👷‍♂️

Cloud Attack Range can be built is currently:

  • cloud-only, Specifically simulate attacks against AWS

Architecture 🏯

The Cloud Attack Range consists of:

  • pre-configured Splunk server with AWS Cloudtrail logs and Kubernetes logs

  • pre-configured Phantom server

  • AWS Elastic Kubernetes Service with a Wordpress app and Splunk Connect for Kubernetes

  • integrated Atomic Red Team cloud attacks

Architecture

Logging

The following log sources are collected from the machines:

  • Cloudtrail logs (index=aws)
  • Kubernetes logs (index=kubernetes)
  • Kubernetes metrics (index=kubernetes-metrics)
  • AWS Elastic Kubernetes Service logs (index=aws sourcetype=aws:cloudwatchlogs)

Running 🏃‍♀️

Follow Getting Started to configure Cloud Attack Range.
Cloud Attack Range supports different actions:

  • Build Cloud Attack Range
  • Perform Cloud Attack Simulation
  • Destroy Cloud Attack Range
  • Stop Cloud Attack Range
  • Resume Cloud Attack Range

Cloud Attack Range Commands

  • Configure your Cloud Attack Range .conf
- [x] python cloud_attack_range.py configure

Cloud Attack Range Commands

  • Build Cloud Attack Range
- [x] python cloud_attack_range.py build

Perform Cloud Attack Simulation

[Work in Progress]

  • Perform Cloud Attack Simulation by Mitre technique
python cloud_attack_range.py simulate -st T1136.003

Destroy Cloud Attack Range

  • Destroy Cloud Attack Range
python cloud_attack_range.py destroy

Stop Cloud Attack Range

  • Stop Cloud Attack Range
python cloud_attack_range.py stop

Resume Cloud Attack Range

  • Resume Cloud Attack Range
python cloud_attack_range.py resume

Features 💍

Support 📞

Please use the GitHub issue tracker to submit bugs or request features.

If you have questions or need support, you can:

Author

License

Copyright 2020 Splunk Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].