|
| 1 | +{ |
| 2 | + "attributes": { |
| 3 | + "description": { |
| 4 | + "description": "Type of detected software ie software, malware, c&c", |
| 5 | + "misp-attribute": "text", |
| 6 | + "ui-priority": 1 |
| 7 | + }, |
| 8 | + "first-seen": { |
| 9 | + "description": "First seen of the SSL/TLS handshake", |
| 10 | + "disable_correlation": true, |
| 11 | + "misp-attribute": "datetime", |
| 12 | + "ui-priority": 0 |
| 13 | + }, |
| 14 | + "ip-dst": { |
| 15 | + "description": "Destination IP address", |
| 16 | + "misp-attribute": "ip-dst", |
| 17 | + "ui-priority": 1 |
| 18 | + }, |
| 19 | + "ip-src": { |
| 20 | + "description": "Source IP Address", |
| 21 | + "misp-attribute": "ip-src", |
| 22 | + "ui-priority": 1 |
| 23 | + }, |
| 24 | + "ja3-fingerprint-md5": { |
| 25 | + "description": "Hash identifying client", |
| 26 | + "misp-attribute": "ja3-fingerprint-md5", |
| 27 | + "ui-priority": 1 |
| 28 | + }, |
| 29 | + "ja3s-fingerprint-md5": { |
| 30 | + "description": "Hash identifying server", |
| 31 | + "misp-attribute": "ja3-fingerprint-md5", |
| 32 | + "ui-priority": 1 |
| 33 | + }, |
| 34 | + "last-seen": { |
| 35 | + "description": "Last seen of the SSL/TLS handshake", |
| 36 | + "disable_correlation": true, |
| 37 | + "misp-attribute": "datetime", |
| 38 | + "ui-priority": 0 |
| 39 | + } |
| 40 | + }, |
| 41 | + "description": "JA3S is JA3 for the Server side of the SSL/TLS communication and fingerprints how servers respond to particular clients. JA3S fingerprints are composed of Server Hello packet; SSL Version, Cipher, SSLExtensions. https://github.com/salesforce/ja3", |
| 42 | + "meta-category": "network", |
| 43 | + "name": "ja3s", |
| 44 | + "required": [ |
| 45 | + "ja3-fingerprint-md5", |
| 46 | + "ja3s-fingerprint-md5" |
| 47 | + ], |
| 48 | + "uuid": "7f377f66-d128-4b97-897f-592d06ba2ff7", |
| 49 | + "version": 4 |
| 50 | +} |
0 commit comments