Devicer Intelligence Suite, From The First Request

An open-source fingerprinting core with premium plugins for production enforcement.

FP-Devicer computes a calibrated 0-100 confidence score between fingerprint datasets using recursive weighted comparison, TLSH similarity, evidence richness, field agreement, entropy, and missingness heuristics. Around that core, premium plugins extend identity decisions with IP intelligence, TLS consistency, bot blocking, and peer reputation networking.

30+ Fingerprint Signals
0-100 Fingerprint Confidence Score
3,200+ Lines of TypeScript
93+ GitHub Commits

The Challenge of Device Identity

Client-side fingerprints are useful, but production decisions need server-side memory, cross-session correlation, and enrichment from network and behavioral signals.

πŸ”„

Browser State Is Ephemeral

Cookies reset, private mode strips persistence, and the same user can arrive through multiple browsers or sessions. Identity logic needs more than a client-generated hash.

πŸ€–

Bot Traffic Is Sophisticated

Modern abuse flows through headless browsers, VPNs, rotating proxies, suspicious TLS stacks, and clustered infrastructure that bypasses shallow checks.

πŸ“Š

Raw Similarity Alone Is Not Enough

Enterprises need confidence calibration, historical drift analysis, candidate indexing, and graph-aware risk propagation before acting on a request.

What's in the Suite

Start with the open-source scoring engine, then add premium middleware modules where you need deeper identity, abuse detection, and trust propagation.

Open Source Core

FP-Devicer

The TypeScript core provides the confidence calculator, DeviceManager orchestration layer, pluggable storage adapters, adaptive stability weighting, temporal decay, drift analysis, and candidate retrieval primitives.

  • Recursive weighted comparison plus TLSH fuzzy similarity
  • Structured score breakdowns for evidence, entropy, and missingness
  • In-memory, SQLite, PostgreSQL, and Redis support
  • Plugin registry for custom comparators and weights

Build with an open-source core, then layer enterprise middleware only where needed.

npm install devicer.js
Premium Plugin

ip-devicer

Adds MaxMind geo and ASN enrichment, proxy and VPN classification, Tor and hosting detection, AI-agent tagging, impossible-travel alerts, and IP history consistency scoring.

  • Trusted header resolution for real client IP extraction
  • Geo, timezone, ASN, RDAP, and risk factor enrichment
  • Per-identify confidence delta based on network risk
  • Companion to TLS enrichment for network intelligence deployments

Designed for production IP intelligence, not just IP logging.

npm install ip-devicer
Premium Plugin

tls-devicer

Passively consumes JA4, JA3, JA3S, cipher order, extension order, HTTP/2 settings, and header consistency from your edge so you can compare TLS behavior against historical device snapshots.

  • Works with Cloudflare, HAProxy, Envoy, or another edge that forwards TLS signals
  • Computes protocol similarity and anomaly factor keys
  • Adjusts match confidence based on TLS consistency
  • Supports ordered header and HTTP/2 settings analysis

Bring JA4-grade network consistency into device matching without moving logic into the browser.

npm install tls-devicer
Premium Plugin

bbas-devicer

Bot Blocking & Anti-Scrape middleware classifies real browsers, headless browsers, scrapers, and known crawlers, then emits an allow, challenge, or block decision through a configurable rules engine.

  • 38 UA patterns plus header anomaly and velocity scoring
  • Composite bot score from up to 13 named factors
  • Cross-plugin scoring with IP, TLS, and peer signals on Pro and Enterprise
  • Observe mode or enforcement mode at the application layer

Move from ad hoc heuristics to explainable abuse decisions with named scoring factors.

npm install bbas-devicer
Premium Plugin

peer-devicer

Builds a peer graph across shared IP subnets, user IDs, JA4 fingerprints, canvas hashes, and WebGL hashes, then propagates trust and taint signals across related devices.

  • Canonical peer edges linking related device identifiers
  • Weighted taintScore and trustScore propagation
  • Confidence delta from -20 to +10 based on peer cluster quality
  • Runs after IP and TLS plugins so it can reuse cached enrichment data

Spot suspicious clusters instead of evaluating every request as an isolated event.

npm install peer-devicer

Built for Production

The suite is designed for real traffic, persistent history, and explainable score adjustments across the whole request pipeline.

πŸ”Œ

Framework-Agnostic

Designed for Express, Fastify, Deno/Oak, and other server environments where the intelligence belongs on the backend.

πŸ—„οΈ

Four Storage Backends

Run locally with in-memory or SQLite, then scale to PostgreSQL or Redis without rewriting matching logic.

πŸ”§

Extensible Registry

Register custom comparators and weights per field path so the core score model can reflect your own signals.

⏱️

Temporal Decay

Confidence fades gracefully as snapshots age, preventing old history from dominating current decisions.

πŸ”

LSH Candidate Index

MinHash locality-sensitive hashing over set-valued fields reduces candidate search costs at higher scale.

πŸ“Š

Structured Observability

Inject your own logger and metrics backends while keeping the suite modular and deployment-friendly.

Plugin Licensing

FP-Devicer stays open source. Premium plugins extend enterprise functionality through Business Source License 1.1 tiers and a shared Polar checkout flow.

The core library is open source. Premium plugins unlock production enrichment, enforcement, and peer networking, and all premium plugins share the same Polar license key.

Buy Plugin License on Polar
🌐

ip-devicer

IP geoenrichment, ASN context, proxy detection, AI-agent tagging, and travel-risk alerts.

Free$010,000 devices, basic features only
Pro$49 / moUnlimited devices, single-server production
Enterprise$299 / moUnlimited devices, multi-server production

Production use requires a paid license. The same Polar license key works across all premium plugins.

πŸ”’

tls-devicer

JA4 and JA3 ingestion, cipher and extension similarity, HTTP/2 settings, and header consistency.

Free$010,000 devices, basic features only
Pro$49 / moUnlimited devices, single-server production
Enterprise$299 / moUnlimited devices, multi-server production

Production use requires a paid license. The same Polar license key works across all premium plugins.

πŸ€–

bbas-devicer

Bot scoring and rule-driven allow, challenge, or block decisions for anti-scrape enforcement.

Free$010,000 devices, UA, headers, and velocity factors
Pro$49 / moUnlimited devices, all 13 scoring factors
Enterprise$299 / moUnlimited devices, all 13 factors at enterprise scale

Production use requires a paid license. The same Polar license key works across all premium plugins.

πŸ•ΈοΈ

peer-devicer

Peer graph linking, taint and trust propagation, and confidence adjustments from related devices.

Free$010,000 devices, user and IP subnet edges, 10 edges per device
Pro$49 / moUnlimited devices, all 5 edge types, 50 edges per device
Enterprise$299 / moUnlimited devices, all 5 edge types, unlimited edges

Production use requires a paid license. The same Polar license key works across all premium plugins.

All premium plugins share the same Polar license key. The full premium lineup is designed to compose: network context first, peer propagation next, and bot enforcement last.

Get Started with the Devicer Intelligence Suite

Use the core today, review the architecture, and add premium plugins when you need production-grade enrichment and enforcement.

πŸ™

Open-Source Core

Review the repository, issues, and implementation details for the FP-Devicer core library.

πŸ“„

Technical Whitepaper

Read the architectural breakdown of the scoring engine, storage model, and plugin lifecycle.

πŸ“š

API Documentation

Explore the generated TypeDoc reference for the FP-Devicer core and companion plugin APIs.

πŸ“§

Enterprise Contact

Reach Gateway Corporate for deployment planning, plugin licensing, and enterprise integration support.

Need the premium plugins?

One checkout starts access to the premium Devicer middleware lineup. Use it for IP intelligence, TLS enrichment, bot blocking, and peer reputation workflows.

Buy Plugin License

One Polar checkout and one shared key for the full premium plugin lineup.