Skip to content

Commit

Permalink
Merge pull request #400 from 417190e5c48babc7/ja3s-hostname-and-domai…
Browse files Browse the repository at this point in the history
…n-attributes

chg: [ja3s] Add domain and hostname attributes
  • Loading branch information
adulau authored Jul 21, 2023
2 parents 0f5cbd4 + ab1f97b commit 5a14e15
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion objects/ja3s/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,22 @@
"misp-attribute": "text",
"ui-priority": 1
},
"domain": {
"description": "Destination domain",
"misp-attribute": "domain",
"ui-priority": 1
},
"first-seen": {
"description": "First seen of the SSL/TLS handshake",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"hostname": {
"description": "Destination hostname",
"misp-attribute": "hostname",
"ui-priority": 1
},
"ip-dst": {
"description": "Destination IP address",
"misp-attribute": "ip-dst",
Expand Down Expand Up @@ -46,5 +56,5 @@
"ja3s-fingerprint-md5"
],
"uuid": "7f377f66-d128-4b97-897f-592d06ba2ff7",
"version": 4
"version": 5
}

0 comments on commit 5a14e15

Please sign in to comment.