LogoLogo
  • Overview
    • Overview
    • Integration Modes
    • Minimum Required Dataset
    • Customer Service Desk
  • Netacea Plugin Information
    • Accessing Your Integration Settings
    • Akamai
      • Akamai Plugin Logic
      • Monitoring Configuration
      • Installation and Configuration
        • Proxy Property Configuration
        • EdgeWorker Installation
        • Property Configuration
          • Optional Integration Configuration
    • Cloudflare
      • Cloudflare Plugin Logic
      • Monitoring Configuration
      • Installation and Configuration
        • Installation via Wrangler (CLI)
        • Installation via Cloudflare UI
    • CloudFront
      • CloudFront Plugin Logic
      • Monitoring Configuration
      • Installation and Configuration
    • Fastly
      • Fastly Plugin Logic
      • Monitoring Configuration
      • Installation and Configuration
        • Advanced Configuration
        • Deployment via Terraform
    • Fastly Magento
      • Fastly/Magento Plugin Logic
      • Monitoring Configuration
      • Installation and Configuration
        • Advanced Configuration
    • F5
      • F5 Plugin Logic
      • Monitoring Configuration
      • Installation and Configuration
    • Vercel
      • Vercel Plugin Logic
      • Monitoring Configuration
      • Installation and Configuration
    • API Direct Integration
      • How to Build a Netacea Plugin
  • Netacea Data Sync
    • Data Sync
    • Recommendations
  • Captcha
    • reCAPTCHA User Journey
    • hCaptcha User Journey
    • Custom reCAPTCHA Page Guide
    • Custom hCaptcha Page Guide
Powered by GitBook

Copyright Netacea 2023

On this page
  • Netacea Vercel Plugin
  • Request Flow
  1. Netacea Plugin Information

Vercel

The Netacea Vercel integration detects bot activity and performs mitigating actions in line with the client blocking strategy.

PreviousInstallation and ConfigurationNextVercel Plugin Logic

Last updated 1 month ago

Netacea Vercel Plugin

Netacea’s Vercel plugin utilizes the power of Vercel edge middleware to deliver a full-featured, server-side solution, integrated into the existing infrastructure without the need for client-side code changes.

Netacea/Vercel is a package designed to add functionality to Vercel edge middleware.

Request Flow

When a visitor first hits a site protected by Netacea/Vercel, the plugin will query the Netacea Protector API service. If the visitor is known to be malicious, the plugin will perform the appropriate mitigation action.

A cookie containing information about the validity of a user is placed on the client’s device for further identification and checked periodically for validity.

The plugin will stream log data on the visitor and session to the Netacea Monitor Ingest Service where Netacea’s Detection Engine will perform further analysis to confirm if they are a good actor. This action is done asynchronously so adds no latency to the request.

If at any point the visitor’s activity becomes malicious the Netacea Protector API service will be updated and the plugin will perform the appropriate mitigation.

The diagram below and supporting notes explains how traffic flows in this implementation (at a high level).

  1. The visitor requests the site protected by Netacea.

  2. The Netacea Vercel Plugin will query the Netacea Protector API service to check if the visitor is known to be malicious or safe.

  3. A copy of the web request is sent as log data for analysis using our collective threat intelligence, machine learning and behavioral analysis to determine if the request is safe.

  4. Analysis results are published for the Netacea Vercel Plugin to read and determine what mitigation strategy should be used for this traffic.

  5. If the requests are benign, they are passed to the origin as normal.

  6. If the requests require a mitigation to take place, the appropriate action is taken and served to the client.

bot management
Netacea
Vercel Integration Traffic Flow