/ansible-role-cobalt-strike

An Ansible role for installing Cobalt Strike.

Primary LanguageHCLCreative Commons Zero v1.0 UniversalCC0-1.0

ansible-role-cobalt-strike

GitHub Build Status Total alerts Language grade: Python

An Ansible role for installing Cobalt Strike.

Requirements

Requires that a Java implementation be installed.

Role Variables

  • bucket-name - The name of the AWS S3 bucket where the Cobalt Strike tarball and license files are stored. Defaults to cisa-cool-third-party-production.
  • tarball_object_name - The name of the AWS S3 object that is the Cobalt Strike tarball. Defaults to cobaltstrike.tgz.
  • license_object_name - The name of the AWS S3 object that is the Cobalt Strike license. Defaults to cobaltstrike.license.

Dependencies

None.

Example Playbook

Here's how to use it in a playbook:

- hosts: teamservers
  become: yes
  become_method: sudo
  roles:
    - cobalt_strike

Contributing

We welcome contributions! Please see here for details.

License

This project is in the worldwide public domain.

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

Author Information

Shane Frasier - jeremy.frasier@trio.dhs.gov