An open API service indexing awesome lists of open source software.

https://github.com/kami/stackstorm-bsides-demo

StackStorm actions and workflows used in my BSides presentation.
https://github.com/kami/stackstorm-bsides-demo

Last synced: 3 months ago
JSON representation

StackStorm actions and workflows used in my BSides presentation.

Awesome Lists containing this project

README

          

# StackStorm BSides Ljubljana 2015 Demo

Actions and workflows used in my StackStorm BSides Ljubljana 2015 presentation.

Used packs:

* core
* st2
* linux
* libcloud
* rackspace
* mailgun

## Workflows

### collect_information

This workflow retrieves forensic information from a provided server.

![](https://raw.githubusercontent.com/Kami/stackstorm-bsides-demo/master/_images/collect_information.png)

### lockdown

This workflow puts server in a "lockdown" mode.

![](https://raw.githubusercontent.com/Kami/stackstorm-bsides-demo/master/_images/lockdown.png)

### notify_administrators

This workflow notifies administrators about a potential breach.

![](https://raw.githubusercontent.com/Kami/stackstorm-bsides-demo/master/_images/notify_administrators.png)