code-scan starred ja3transport
2022-3-21 23:12:6 Author: github.com(查看原文) 阅读量:16 收藏

GoDoc Go Report Card

For a more in-depth look at the library, check out our blogpost.

Abstract

JA3 is a method for fingerprinting TLS clients using options in the TLS ClientHello packet like SSL version and available client extensions. At its core, this method of detecting malicious traffic is marginally better than the User-Agent header in HTTP since the client is in control of the ClientHello packet. Currently, there is no tooling available to easily craft ClientHello packets, so the JA3 hash is a great detection mechanism. A team of two members from CU Cyber have created a Go library that makes it easy to mock JA3 signatures.


文章来源: https://github.com/CUCyber/ja3transport
如有侵权请联系:admin#unsafe.sh