Notifications
Page to configure the notifications
We can access to the Notifications page using the Account Menu

To send notification to Slack or Team we need to install first the app Incoming WebHooks. With that app installed inside Slack or Team you are going to have a url token like this, that we are going to use to send the notifications:
https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXX
URL: Url Token
Method: POST
Payload:
{"text":"{{notification}}"}

Notification Settings
For the payload we are going to replace
{{notification}}
with the message that we are going to send running the agents with notification active.New RootDomain payload: For root domainpayload we can use the token
{{rootDomain}}
in the message that we want to send to replace if the agent found a new root domain.New Subdomain payload: For subdomain payload we can use the token
{{domain}}
in the message that we want to send to replace if the agent found a new subdomain.New IpAddress payload: For subdomain payload we can use the token
{{ip}}
in the message that we want to send to replace if the agent found a new Ip Address.New IsAlive payload: For subdomain payload we can use the token
{{isAlive}}
in the message that we want to send to replace if the agent found that is alive.New HasHttpOpen payload: For subdomain payload we can use the token
{{httpOpen}}
in the message that we want to send to replace if the agent found a new http service open.New Takeover payload: For subdomain payload we can use the token
{{takeover}}
in the message that we want to send to replace if the agent found a takeover subdomain.New Directory payload: For subdomain payload we can use the token
{{directory}}
in the message that we want to send to replace if the agent found a new directory.New Service and Port payload: For subdomain payload we can use the tokens
{{service}}
and {{port}}
in the message that we want to send to replace if the agent found a new service and port.New Note payload: For subdomain payload we can use the token
{{note}}
in the message that we want to send to replace if the agent add a new note.Last modified 1yr ago