Webhooks

Where a monitoring result goes when nobody is looking at the dashboard.

Setting one up

Monitoring → an asset → webhook URL. Delivery formats are generic JSON, or pre-shaped for Slack, PagerDuty, Datadog, or Splunk, so the receiving system needs no adapter of its own.

Email and webhook delivery are independent. Turning one off does not turn the other off, which is deliberate: the most common alerting failure is assuming a channel is live because a different one is.

What is refused, and why

A webhook destination is rejected if it resolves to a private, loopback, link-local, or carrier-grade NAT address — including the cloud metadata endpoint. The check runs when the URL is saved and again immediately before every delivery.

Checking twice is not redundancy. A hostname that resolved publicly when it was saved can be re-pointed at an internal address later, and a scanner that will fetch a URL on your behalf is exactly the tool an attacker would want for that.

The payload

A delivery describes the change rather than the whole state: which findings are new, which persist, which were fixed, and which regressed since the previous run.

{
  "asset": "example.com",
  "scanId": "scn_01H...",
  "score": 78,
  "previousScore": 71,
  "findings": { "new": 2, "persisting": 9, "fixed": 4, "regressed": 1 }
}

Contact

Talk to us.

Questions about what the engine checks, whether it fits your estate, or what it deliberately refuses to do. A person reads every message.

  1. 01You writePlain form, no qualifying call, no obligation. The marketing checkbox is optional and unticked.
  2. 02A person reads itMessages land with the team, not a queue-bot. Nothing is auto-replied.
  3. 03You get an answerTo the address you gave — including “this product is not the right fit”, when that is the honest answer.
Reporting a vulnerability?
Read the disclosure policy first — it tells you what is in scope and what to expect.
New messagereplies go to your email

Personal addresses (gmail, outlook, and similar) are not accepted.

+91

0 / 4000