mirror of https://github.com/MISP/misp-website
chg: [datamodels] added ja3 type
parent
c0a256d07b
commit
80ab5e61bb
|
@ -93,6 +93,7 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
|||
|ip-src| | | | X | | |
|
||||
|ip-src|port| | | | X | | |
|
||||
|issue-date-of-the-visa| | | | | | |
|
||||
|ja3-fingerprint-md5| | | | X | | |
|
||||
|jabber-id| | | | | | |
|
||||
|last-name| | | | | | |
|
||||
|link| X | | | X | | X |
|
||||
|
@ -249,6 +250,7 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
|||
|ip-src| X | | X | | | |
|
||||
|ip-src|port| X | | X | | | |
|
||||
|issue-date-of-the-visa| | | | | | |
|
||||
|ja3-fingerprint-md5| X | | X | | | |
|
||||
|jabber-id| | | | | | |
|
||||
|last-name| | | | | | |
|
||||
|link| | | X | | | |
|
||||
|
@ -405,6 +407,7 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
|||
|ip-src| | | | |
|
||||
|ip-src|port| | | | |
|
||||
|issue-date-of-the-visa| X | | | |
|
||||
|ja3-fingerprint-md5| | | | |
|
||||
|jabber-id| | X | | |
|
||||
|last-name| X | | | |
|
||||
|link| | | X | |
|
||||
|
@ -581,6 +584,7 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
|||
* **ip-src**: A source IP address of the attacker
|
||||
* **ip-src|port**: IP source and port number seperated by a |
|
||||
* **issue-date-of-the-visa**: The date on which the visa was issued
|
||||
* **ja3-fingerprint-md5**: JA3 is a method for creating SSL/TLS client fingerprints that should be easy to produce on any platform and can be easily shared for threat intelligence.
|
||||
* **jabber-id**: Jabber ID
|
||||
* **last-name**: Last name of a natural person
|
||||
* **link**: Link to an external information
|
||||
|
|
Loading…
Reference in New Issue