MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / JA3Match

Class JA3Match

tls_fingerprint.py:59–65  ·  view source on GitHub ↗

A signature hit for a given JA3 hash.

Source from the content-addressed store, hash-verified

57
58@dataclass
59class JA3Match:
60 """A signature hit for a given JA3 hash."""
61 ja3: str
62 label: str
63 confidence: str # 'high' | 'medium' | 'low'
64 source: str
65 category: str # e.g. 'malware', 'iot', 'browser', 'tool'
66
67
68@dataclass

Callers 2

collectorFunction · 0.90
load_signaturesFunction · 0.85

Calls

no outgoing calls

Tested by 1

collectorFunction · 0.72