Docusign Logs (Beta)

Panther supports ingesting Docusign Connect webhook events

Overview

The Docusign logs integration is in open beta starting with Panther version 1.115, and is available to all customers. Please share any bug reports and feature requests with your Panther support team.

Panther supports ingesting Docusign Connect webhook events through HTTP. Docusign Connect allows you to configure webhooks that notify external applications like Panther when specific events in your eSignature workflows occur.

Docusign Connect webhooks can provide real-time notifications about various entities, e.g. envelopes (being sent, delivered, completed, or voided), recipients, templates, indentity verifications, and more. See a full list of available event triggers here.

You can the Docusign logs integration in Panther to:

  • Detect unauthorized access and fraud: Track failed authentication attempts, suspicious recipient behavior, unusual signing patterns, and unexpected envelope modifications

  • Monitor template security: Monitor creation, modification, or deletion of document templates

  • Monitor account activity: Track administrative actions and configuration changes

Docusign event triggers commonly used for security monitoring

The following event triggers are commonly used for security monitoring:

  • recipient-authentication-failure: Authentication failures

  • envelope-voided: Envelope cancellations (potential fraud)

  • envelope-corrected: Document corrections (potential tampering)

  • template-created, template-modified, template-deleted: Template changes

  • recipient-declined: Document refusals

How to onboard Docusign logs to Panther

Prerequisite

  • To configure Docusign Connect webhooks, you must have administrative privileges in your Docusign account. See the Docusign Connect documentation for more information.

Step 1: Create a new Docusign source in Panther

  1. In the left-hand navigation bar of your Panther Console, click Configure > Log Sources.

  2. Click Create New.

  3. Search for "Docusign," then click its tile.

  4. Click Start Setup.\

    An arrow is drawn from a tile labeled "Docusign" to a "Start Setup" button.
  5. Follow Panther's instructions for configuring an HTTP Source, beginning at Step 5.

    • During setup, for the Auth method, you will be required to use either Basic Authentication or HMAC.

    • Save the authentication details you configure, as you'll need them in the next step, when setting up the webhook in Docusign.

    • Payloads sent to this source are subject to the payload requirements for all HTTP sources.

    • Do not proceed to the next step until the creation of your HTTP endpoint has completed.

Step 2: Configure a Docusign Connect webhook

Configure a Docusign Connect webhook by following the steps below. If you need extra support during this process, please see the Docusign Create a Connect Configuration documentation.

  1. Log in to your Docusign account as an administrator.

  2. In the navigation bar, click Integrations > Connect.

  3. Click Add Configuration > Custom.

  4. Configure the webhook Connect fields:

    • Name: Enter a descriptive name, e.g., Panther Security Integration.

    • URL to Publish: Enter the HTTP Source URL you generated in Panther in Step 1.

    • Trigger Events: Select the event triggers you want to monitor.

      • Include Data: For each category, select the fields you'd like to be included in the events sent to Panther. Learn about these fields in this Docusign documentation.

  • Include HMAC Signature: Check this if you used HMAC authentication in Panther in Step 1.

    Under an 'Integration and Security Settings' header is an 'Include HMAC Signature (Recommended)' checkbox. Beneath, there is a field under a 'Key' header that is circled.
    • Include Basic Authentication Header: Check this if you used basic authentication in Panther in Step 1.

  • User Name: Enter the Username you entered in Panther in Step 1.

  • Password: Enter the Password you entered in Panther in Step 1.

  1. Click Add configuration.

Supported log types

Docusign.Connect

Docusign Connect webhook events that notify about envelope status changes, recipient actions, document workflow updates, and more.

Reference: Docusign Connect JSON SIM Event Model

Custom detection patterns

When writing custom detections for Docusign, you can use these common patterns:

Querying Docusign logs

To query Docusign logs in Data Explorer:

Last updated

Was this helpful?