chg: [meta-type] JSON added

master
Alexandre Dulaunoy 2019-10-01 15:42:40 +02:00
parent ab72fa570b
commit f1803fbff1
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 21 additions and 0 deletions

View File

@ -54,3 +54,4 @@ 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 | [mailtrail](https://github.com/stamparm/maltrail) logging |

20
format/meta-type.json Normal file
View File

@ -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"
}
]