mirror of https://github.com/MISP/PyMISP
chg: [types] jarm-fingerprint added
parent
940a883201
commit
f3a408ce11
|
@ -148,6 +148,7 @@
|
||||||
"ip-src",
|
"ip-src",
|
||||||
"ip-src|port",
|
"ip-src|port",
|
||||||
"ja3-fingerprint-md5",
|
"ja3-fingerprint-md5",
|
||||||
|
"jarm-fingerprint",
|
||||||
"link",
|
"link",
|
||||||
"mac-address",
|
"mac-address",
|
||||||
"mac-eui-64",
|
"mac-eui-64",
|
||||||
|
@ -230,6 +231,7 @@
|
||||||
"ip-src",
|
"ip-src",
|
||||||
"ip-src|port",
|
"ip-src|port",
|
||||||
"ja3-fingerprint-md5",
|
"ja3-fingerprint-md5",
|
||||||
|
"jarm-fingerprint",
|
||||||
"mac-address",
|
"mac-address",
|
||||||
"mac-eui-64",
|
"mac-eui-64",
|
||||||
"other",
|
"other",
|
||||||
|
@ -321,6 +323,7 @@
|
||||||
"ip-src",
|
"ip-src",
|
||||||
"ip-src|port",
|
"ip-src|port",
|
||||||
"ja3-fingerprint-md5",
|
"ja3-fingerprint-md5",
|
||||||
|
"jarm-fingerprint",
|
||||||
"link",
|
"link",
|
||||||
"mac-address",
|
"mac-address",
|
||||||
"mac-eui-64",
|
"mac-eui-64",
|
||||||
|
@ -877,6 +880,10 @@
|
||||||
"default_category": "Social network",
|
"default_category": "Social network",
|
||||||
"to_ids": 0
|
"to_ids": 0
|
||||||
},
|
},
|
||||||
|
"jarm-fingerprint": {
|
||||||
|
"default_category": "Network activity",
|
||||||
|
"to_ids": 1
|
||||||
|
},
|
||||||
"kusto-query": {
|
"kusto-query": {
|
||||||
"default_category": "Artifacts dropped",
|
"default_category": "Artifacts dropped",
|
||||||
"to_ids": 0
|
"to_ids": 0
|
||||||
|
@ -1329,6 +1336,7 @@
|
||||||
"issue-date-of-the-visa",
|
"issue-date-of-the-visa",
|
||||||
"ja3-fingerprint-md5",
|
"ja3-fingerprint-md5",
|
||||||
"jabber-id",
|
"jabber-id",
|
||||||
|
"jarm-fingerprint",
|
||||||
"kusto-query",
|
"kusto-query",
|
||||||
"last-name",
|
"last-name",
|
||||||
"link",
|
"link",
|
||||||
|
|
Loading…
Reference in New Issue