Slack Configuration

Slack is a messaging application for business. It transforms the way that organisations communicate by bringing people together to work as one unified team.

Configuration

    Below is an example on how you can leverage this integration to send alerts to your Slack Channel.

    Payload

    {
    "text":"Alert from DNIF - Found Suspicious Remote Desktop Activity on host $DstIP"
    }
    image 1-Dec-21-2023-10-32-13-9858-AM

    Slack API, delivers text mentioned in the Payload to your slack channel. This plugin is basically provisioned to replace the $SrcIP, $DstIP variables with the value received from the data stack received on running a Search block.

    image 2-Dec-21-2023-10-31-59-5144-AM

    In the above figure, a workbook named Suspicious Remote Desktop Network Activity is executed which contains the following blocks:

    • SQL Block: Displays two suspicious Destination IPs on execution of the workbook
    • Signal Block: This will raise a signal on detecting the suspicious IPs.
    • DQL block with _trigger query: Using Generic Webhook plugin for Slack, an alert will be raised to the slack channel with the message mentioned in payload as displayed below:

    image 3-Dec-21-2023-10-31-49-1956-AM