Overview

Product video
IntelliFend revolutionizes bot management with its advanced AI-driven solutions, designed to protect your digital assets with unparalleled accuracy. At the core of IntelliFend is our AccuBot Detection Engine, which employs sophisticated multi-layered analysis of both client-side and server-side signals. This comprehensive approach ensures that malicious bots are precisely detected and effectively blocked, safeguarding your digital assets from threats while minimizing false positives.
Our unique visitor-level analysis, powered by VisitorTag tracking technology, provides detailed insights into every interaction on your platform. This allows IntelliFend to effectively distinguish between legitimate users and bots, optimizing the security and performance of your services.
With a flexible pricing model, IntelliFend makes top-tier bot protection accessible and affordable. Designed with AWS users in mind, IntelliFend offers seamless integration, quick deployment, and effortless maintenance. Our user-friendly interface ensures that managing your bot protection is straightforward and efficient, minimizing disruption and maximizing operational efficiency.
Note: This product extends the functionality of AWS CloudFront and Lambda@edge and without it, this product has very limited utility. Please note that AWS CloudFront and Lambda@edge might require their own own licenses for full functionality with this listing.
Highlights
- Precise Bot Detection: Our AccuBot Detection Engine utilizes advanced AI and machine learning to analyze client-side and server-side signals in a multi-layered approach. Enhanced by VisitorTag tracking technology, this ensures precise and reliable bot detection with detailed visitor-level insights.
- Cost-Effective Solutions: Tailored bot management solutions that fit your budget, offering high-quality protection at an affordable price.
- User-Friendly Operation: Designed for easy setup and maintenance, IntelliFend requires no architecture changes or DNS rerouting. Deploys in minutes via Lambda@Edge, ensuring minimal disruption to your operations.
Details
Unlock automation with AI agent solutions

Features and programs
Financing for AWS Marketplace purchases
Quick Launch
Pricing
Free trial
Dimension | Description | Cost/month | Overage cost |
---|---|---|---|
Standard | Up to 5M requests per month | $499.00 | |
Professional | Up to 20M requests per month | $1,699.00 | |
Premier | Up to 50M requests per month | $3,999.00 |
Vendor refund policy
No refund
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Software as a Service (SaaS)
SaaS delivers cloud-based software applications directly to customers over the internet. You can access these applications through a subscription model. You will pay recurring monthly usage fees through your AWS bill, while AWS handles deployment and infrastructure management, ensuring scalability, reliability, and seamless integration with other AWS services.
Additional details
Usage instructions
Install Manual
Step 1. Set up permissions
Create an IAM Role and provide the IAM policy statement required to deploy the CloudFormation stack.
{ "Version": "2012-10-17", "Statement": [ { "Sid": "StackCreation", "Effect": "Allow", "Action": [ "secretsmanager:GetRandomPassword", "lambda:AddPermission" ], "Resource": "*" }, { "Sid": "IntelliFendResourceCreation", "Effect": "Allow", "Action": [ "logs:CreateLogGroup", "logs:CreateLogStream", "logs:PutLogEvents", "secretsmanager:CreateSecret", "secretsmanager:PutSecretValue", "secretsmanager:GetSecretValue", "lambda:CreateFunction", "lambda:CreateFunctionUrlConfig", "lambda:GetFunctionUrlConfig", "lambda:InvokeFunction", "lambda:GetFunction", "lambda:TagResource", "lambda:UntagResource", "lambda:ListTags", "iam:CreateRole", "iam:AttachRolePolicy", "iam:PutRolePolicy", "iam:GetRole", "iam:GetRolePolicy", "iam:PassRole", "s3:GetObject" ], "Resource": [ "arn:aws:logs:*:*:*:/aws/lambda/IntelliFend*", "arn:aws:iam::*:role/IntelliFend*", "arn:aws:s3:::intellifend/*", "arn:aws:lambda:*:*:function:IntelliFend*", "arn:aws:secretsmanager:*:*:secret:IntelliFend*" ] } ] }Step 2. Choose region
Switch to region US East (N. Virginia) / us-east-1 in AWS console. Lambda@Edge nodes are distributed in thousands of locations to serve customers all around the world, but it must be deploying in this region according to Restrictions on Lambda@Edge .
Step 3. Prepare Parameters
This step can be skipped in:
- Dry-run, the parameters will be automatically served with default value.
- AWS Marketplace environments, the secret will be automatically created and fill up by IntelliFend via AWS Marketplace PutDeploymentParameter APIÂ .
Create secrets manager
Store the secret values and create the secret named IntelliFendDeploymentSecret:
{ "IntellifendAccountKey": "<Your intellifend account key>", "IntellifendApiEndpoint": "<https://app.intellifend.com/backoffice-backend/aws/cloudformation/callback>", "IntellifendWorkerCodeS3Bucket": "intellifend", "IntellifendWorkerCodeS3Key": "prod/cloudfront-integration/v1/worker.zip", "IntellifendWorkerMgmtCodeS3Key": "prod/cloudfront-integration/v1/worker-mgmt.zip" }Fill up parameters
- MarketplacePutDeploymentParameters
for dry-run, leave it as empty and the default values will be served
- After the secret IntelliFendDeploymentSecret has created successfully, copy the ARN of the secret and fill it up in next step.
Step 4. Create Stack
Create the stack with using the prepared IAM Role(in step 1), parameters(in step 3) and CloudFormation Template intellifend-bot-management.template.yml .
Resources
Support
Vendor support
Email support support@intellifend.comÂ
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.