mirror of https://github.com/MISP/misp-objects
chg: [ja3] categories removed (default attributes categories will be used)
Fix MISP/MISP/issues/3593pull/112/head
parent
a2384e9032
commit
e90b1ce457
|
@ -2,43 +2,27 @@
|
||||||
"name": "ja3",
|
"name": "ja3",
|
||||||
"meta-category": "network",
|
"meta-category": "network",
|
||||||
"description": "JA3 is a new technique for creating SSL client fingerprints that are easy to produce and can be easily shared for threat intelligence. Fingerprints are composed of Client Hello packet; SSL Version, Accepted Ciphers, List of Extensions, Elliptic Curves, and Elliptic Curve Formats. https://github.com/salesforce/ja3",
|
"description": "JA3 is a new technique for creating SSL client fingerprints that are easy to produce and can be easily shared for threat intelligence. Fingerprints are composed of Client Hello packet; SSL Version, Accepted Ciphers, List of Extensions, Elliptic Curves, and Elliptic Curve Formats. https://github.com/salesforce/ja3",
|
||||||
"version": 2,
|
"version": 3,
|
||||||
"uuid": "09b45449-5d6e-492c-a68a-cb2e188cbfac",
|
"uuid": "09b45449-5d6e-492c-a68a-cb2e188cbfac",
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"ja3-fingerprint-md5": {
|
"ja3-fingerprint-md5": {
|
||||||
"description": "Hash identifying source",
|
"description": "Hash identifying source",
|
||||||
"misp-attribute": "md5",
|
"misp-attribute": "md5",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1
|
||||||
"categories": [
|
|
||||||
"Network activity",
|
|
||||||
"External analysis"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"description": "Type of detected software ie software, malware",
|
"description": "Type of detected software ie software, malware",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1
|
||||||
"categories": [
|
|
||||||
"Network activity",
|
|
||||||
"External analysis"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"ip-src": {
|
"ip-src": {
|
||||||
"description": "Source IP Address",
|
"description": "Source IP Address",
|
||||||
"misp-attribute": "ip-src",
|
"misp-attribute": "ip-src",
|
||||||
"categories": [
|
|
||||||
"Network activity",
|
|
||||||
"External analysis"
|
|
||||||
],
|
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"ip-dst": {
|
"ip-dst": {
|
||||||
"description": "Destination IP address",
|
"description": "Destination IP address",
|
||||||
"misp-attribute": "ip-dst",
|
"misp-attribute": "ip-dst",
|
||||||
"categories": [
|
|
||||||
"Network activity",
|
|
||||||
"External analysis"
|
|
||||||
],
|
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"first-seen": {
|
"first-seen": {
|
||||||
|
|
Loading…
Reference in New Issue