adding ja3 and extension fields
"string": {
"type": "string"
}
+ },
+ "additionalProperties": false
+ }
+ },
+ "extensions": {
+ "type": "array",
+ "items": {
+ "type": "object",
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "type": {
+ "type": "integer"
+ },
+ "values": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ }
+ },
+ "additionalProperties": false
+ }
+ },
+ "ja3": {
+ "type": "object",
+ "optional": true,
+ "properties": {
+ "hash": {
+ "type": "string"
+ },
+ "string": {
+ "type": "string"
+ }
+ },
+ "additionalProperties": false
+ },
+ "ja3s": {
+ "type": "object",
+ "optional": true,
+ "properties": {
+ "hash": {
+ "type": "string"
+ },
+ "string": {
+ "type": "string"
}
},
"additionalProperties": false