Applying JEPA-Style Predictive Learning to JA4-Derived Network Fingerprints

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cybersecurity & Data Privacy · Depth: Expert, long

Summary

JA4-JEPA, a Transformer-based model, applies JEPA-style predictive learning to compact network fingerprints derived from JA4, JA4H, JA4S, and JA4X subfields. Trained on a mixed dataset of approximately 397K samples from JA4DB and CIC-IDS-2017, the model learns useful representations despite incomplete view overlap across sources. Evaluation on 39,416 held-out samples for protocol-family classification (TLS, DNS, SSH) yielded a cosine similarity of 0.9899 and a kNN accuracy of 0.9220. Furthermore, a production pilot on 2.1 million enterprise gateway fingerprint pairs demonstrated the JEPA energy signal's superior anomaly detection, achieving a worst-class AUC of 0.922 against synthetic anomalies, outperforming traditional baselines while maintaining a constant scoring throughput of 8,000 pairs/sec.

Key takeaway

For AI Security Engineers developing network anomaly detection systems, consider integrating JEPA-style predictive learning. This approach generates robust embeddings from compact JA4+ fingerprints, offering superior anomaly detection across diverse synthetic classes compared to traditional baselines. Your systems can achieve a constant, high scoring throughput of 8,000 pairs/sec, independent of corpus size, making it efficient for large-scale enterprise telemetry. Explore its application for finer-grained tasks like application identification.

Key insights

JEPA-style predictive learning effectively generates useful embeddings from compact, multi-view network fingerprints, even with partial data overlap.

Principles

Method

The model uses a JEPA objective: a predictor matches an EMA-updated target encoder's latent output. It processes tokenized JA4-derived subfields, combining embeddings with modality-type and position embeddings before Transformer encoding.

In practice

Topics

Code references

Best for: CTO, VP of Engineering/Data, Director of AI/ML, AI Scientist, Machine Learning Engineer, AI Security Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.