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

https://github.com/nvisosecurity/ansible-sysmon

Ansible role for sysmon
https://github.com/nvisosecurity/ansible-sysmon

Last synced: over 1 year ago
JSON representation

Ansible role for sysmon

Awesome Lists containing this project

README

          

# ansible-sysmon

An Ansible role for installing and configuring sysmon

## Sysmon Configuration

The role downloads and applies the [SwiftOnSecurity sysmon config](https://github.com/SwiftOnSecurity/sysmon-config).

## OS Platforms

This role has been tested on the following operating systems:

- Ubuntu 18.04

## Usage

To use this role in your playbook, add the code below:

```
- name: Install Sysmon
import_role:
name: ansible-sysmon
```

## Disclaimer

This role is meant for use in the SANS 699 course and is provided as is.

## License

[MIT](LICENSE)