Skip to content

layer8secure/Teams-Notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Layer-8-Logo-Wide

Teams Notifier Plugin

An Empire plugin that integrates Microsoft Teams notifications into Empire.

Installation

Pre Reqs:

  • Empire >=4.1.0
  1. Add teams-notifier.py to Empire/empire/server/plugins
  2. rename to have a .plugin extension
  3. sudo poetry add pymsteams
  4. Launch Empire Server

Usage

  1. create a listener
  2. activate the plugin with useplugin teams-notifier
  3. set to enabled
  4. save in the webhook created in the teams channel of your choosing
  5. Run the plugin with execute

Adding a Web Hook

Using Teams Add a webhook in the target channel for notifications https://dev.outlook.com/Connectors/GetStarted#creating-messages-through-office-365-connectors-in-microsoft-teams https://dev.outlook.com/connectors/reference

About

Built to allow for Empire to send a notification to Microsoft Teams upon successful agent connection.

Thank you to the BC Security team for helping especially @vinnybod!

Author

Roadmap

  • Add additional notifications for different agent events (disconnect, task compeletion, etc)
  • Ability to interact with the Agent through the Teams channel
  • Beautify the messages and colour codify when adding new event types

For additional feature requests please submit an issue and add the enhancement tag.

License

MIT License