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
- Host: GitHub
- URL: https://github.com/nvisosecurity/ansible-sysmon
- Owner: NVISOsecurity
- License: mit
- Created: 2019-07-19T07:38:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T13:36:20.000Z (almost 7 years ago)
- Last Synced: 2025-01-28T05:43:17.733Z (over 1 year ago)
- Homepage:
- Size: 22.5 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)