Merge branch 'master' of github.com:D4-project/architecture
commit
74a04d48e9
|
@ -54,3 +54,6 @@ the next packet to be decoded as type 254 in the stream. The JSON object MUST at
|
|||
| ja3-jl | JA3 fingerprinting JL version |
|
||||
| d4-telemetry | D4 project sensor telemetry |
|
||||
| fascia | fascia JSON object |
|
||||
| maltrail | [maltrail](https://github.com/stamparm/maltrail) logging |
|
||||
|
||||
The D4 meta-type list is [available in JSON format](https://raw.githubusercontent.com/D4-project/architecture/master/format/meta-type.json).
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
[
|
||||
{
|
||||
"type": "ja3-jl",
|
||||
"description": "JA3 fingerprint JL version",
|
||||
"ref": "https://github.com/D4-project/sensor-d4-tls-fingerprinting"
|
||||
},
|
||||
{
|
||||
"type": "d4-telemetry",
|
||||
"description": "D4 project sensor telemetry"
|
||||
},
|
||||
{
|
||||
"type": "fascia",
|
||||
"description": "FASCIA JSON Object"
|
||||
},
|
||||
{
|
||||
"type": "maltrail",
|
||||
"description": "Mailtrail logging",
|
||||
"ref": "https://github.com/stamparm/maltrail"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue