mirror of https://github.com/MISP/PyMISP
new: [attribute type] kusto-query attribute type
Kusto query is the query language for the Kusto services in Azure used to search large dataset. It's used in Windows Defender ATP Hunting-Queries and also Azure Sentinel (Cloud-native SIEM).pull/527/head
parent
cb715c5d7e
commit
2d5e729025
|
@ -54,6 +54,7 @@
|
||||||
"hex",
|
"hex",
|
||||||
"impfuzzy",
|
"impfuzzy",
|
||||||
"imphash",
|
"imphash",
|
||||||
|
"kusto-query",
|
||||||
"malware-sample",
|
"malware-sample",
|
||||||
"md5",
|
"md5",
|
||||||
"mime-type",
|
"mime-type",
|
||||||
|
@ -779,6 +780,10 @@
|
||||||
"default_category": "Social network",
|
"default_category": "Social network",
|
||||||
"to_ids": 0
|
"to_ids": 0
|
||||||
},
|
},
|
||||||
|
"kusto-query": {
|
||||||
|
"default_category": "Artifacts dropped",
|
||||||
|
"to_ids": 0
|
||||||
|
},
|
||||||
"last-name": {
|
"last-name": {
|
||||||
"default_category": "Person",
|
"default_category": "Person",
|
||||||
"to_ids": 0
|
"to_ids": 0
|
||||||
|
@ -1183,6 +1188,7 @@
|
||||||
"issue-date-of-the-visa",
|
"issue-date-of-the-visa",
|
||||||
"ja3-fingerprint-md5",
|
"ja3-fingerprint-md5",
|
||||||
"jabber-id",
|
"jabber-id",
|
||||||
|
"kusto-query",
|
||||||
"last-name",
|
"last-name",
|
||||||
"link",
|
"link",
|
||||||
"mac-address",
|
"mac-address",
|
||||||
|
|
Loading…
Reference in New Issue