Building a JA4 Fingerprint Pipeline on AWS
How to capture TLS fingerprints at the CloudFront edge, route them through a serverless pipeline, and query them in Athena — using a CloudFront Function, a bash Lambda, SNS, Firehose, and S3.
READ MORE →Terraform modules, shell Lambda runtimes, event pipelines — and articles on building with them.
How to capture TLS fingerprints at the CloudFront edge, route them through a serverless pipeline, and query them in Athena — using a CloudFront Function, a bash Lambda, SNS, Firehose, and S3.
READ MORE →User-Agent strings are trivially forged. TLS handshakes are not. How JA4 fingerprinting combined with ASN classification exposes distributed scraper clusters that look exactly like real browsers.
READ MORE →A Terraform module that turns shell scripts into Lambda functions with sub-20ms cold starts. Deploy the runtime once as a layer, then ship pure shell scripts as function packages.
READ MORE →Deploy a Go-based custom runtime once as a shared layer, ship pure shell scripts as Lambda functions. Sub-20ms cold starts on arm64.
SQS → Lambda → Firehose → OpenSearch data pipeline, with SNS topic integration for event ingestion.
"When you can't control the system, control your interface to it."