mirror of https://github.com/MISP/misp-objects
chg: [ja3s] Add domain and hostname attributes
parent
0f5cbd49d0
commit
ab1f97b881
|
@ -5,12 +5,22 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
"domain": {
|
||||||
|
"description": "Destination domain",
|
||||||
|
"misp-attribute": "domain",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"first-seen": {
|
"first-seen": {
|
||||||
"description": "First seen of the SSL/TLS handshake",
|
"description": "First seen of the SSL/TLS handshake",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"hostname": {
|
||||||
|
"description": "Destination hostname",
|
||||||
|
"misp-attribute": "hostname",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"ip-dst": {
|
"ip-dst": {
|
||||||
"description": "Destination IP address",
|
"description": "Destination IP address",
|
||||||
"misp-attribute": "ip-dst",
|
"misp-attribute": "ip-dst",
|
||||||
|
@ -46,5 +56,5 @@
|
||||||
"ja3s-fingerprint-md5"
|
"ja3s-fingerprint-md5"
|
||||||
],
|
],
|
||||||
"uuid": "7f377f66-d128-4b97-897f-592d06ba2ff7",
|
"uuid": "7f377f66-d128-4b97-897f-592d06ba2ff7",
|
||||||
"version": 4
|
"version": 5
|
||||||
}
|
}
|
Loading…
Reference in New Issue