{% extends "base.html" %} {% block title %}JA4 SOC — Features ML{% endblock %} {% block page_title %} Features ML

Exploration des features

Visualisez les 72 features ML extraites : comportementales (velocity, fuzzing), réseau (port_density, JA4), et thesis §5 (entropie, cadence, drift).

Radar : Compare les profils ISP (humain) vs datacenter (bot). Scatter : Identifiez visuellement les clusters anormaux.

Source : view_ai_features_1h, view_thesis_features_1h

{% endblock %} {% block content %}

Profil Humain vs Bot (Radar)

Importance des features (Variance)

Scatter — Hit Velocity vs Fuzzing Index

hit_velocity

fuzzing_index

post_ratio

asset_ratio

temporal_entropy

path_diversity_ratio

Heatmap temporelle (jour × heure)

{% endblock %} {% block scripts %} {% endblock %}