Opsgenie

DNIF can send webhook alerts to Opsgenie that acts as a dispatcher and determines the right people to notify.

Configuration

  1. In the Configuration Box, enter the Configuration Name to uniquely identify this configuration.
  2. Identify the content of headers and payload that you need to provide in the Configuration Box.

Below is an example on how you can leverage this integration to create an incident on Opsgenie

Payload

{
"message":"Alert from DNIF - $Stream",
"description":"Alert from DNIF - Found Suspicious Remote Desktop Activity on host $DstIP",
"responders":[
{
"name":"NOC",
"type":"team"
},
{
"id":"bb4d9938-c3c2-455d-aaab-727aa701c0d8",
"type":"user"
}
],
"tags":[
"Critical"
],
"priority":"P1"
}
image 1-Dec-22-2023-11-44-40-3394-AM

Opsgenie, creates an event on the Opsgenie account based on the values given in the payload.

image 2-Dec-22-2023-11-44-52-8788-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 Webhook integration for Opsgenie, an incident is created on the Opsgenie account based on the values given in the payload.