Skip to content

Commit a800441

Browse files
committed
Merge branch 'main' of github.com:MISP/misp-objects into chrisr3d_patch
2 parents 27a568d + 5feb052 commit a800441

5 files changed

Lines changed: 106 additions & 5 deletions

File tree

objects/coin-address/definition.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"misp-attribute": "btc",
66
"ui-priority": 1
77
},
8+
"address-crypto": {
9+
"description": "Generic cryptocurrency address if the format is not a standard BTC or XMR address",
10+
"misp-attribute": "text",
11+
"ui-priority": 1
12+
},
813
"address-xmr": {
914
"description": "Monero address used as a payment destination in a cryptocurrency",
1015
"misp-attribute": "xmr",
@@ -103,8 +108,9 @@
103108
"name": "coin-address",
104109
"requiredOneOf": [
105110
"address",
106-
"address-xmr"
111+
"address-xmr",
112+
"address-crypto"
107113
],
108114
"uuid": "d0e6997e-78da-4815-a6a1-cfc1c1cb8a46",
109-
"version": 5
115+
"version": 6
110116
}
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"attributes": {
3+
"address": {
4+
"description": "A cryptocurrency transactional address",
5+
"misp-attribute": "btc",
6+
"ui-priority": 0
7+
},
8+
"symbol": {
9+
"description": "The (uppercase) symbol of the cryptocurrency used. Symbol should be from https://coinmarketcap.com/all/views/all/",
10+
"disable_correlation": true,
11+
"misp-attribute": "text",
12+
"sane_default": [
13+
"BTC",
14+
"ETH",
15+
"BCH",
16+
"XRP",
17+
"MIOTA",
18+
"DASH",
19+
"BTG",
20+
"LTC",
21+
"ADA",
22+
"XMR",
23+
"ETC",
24+
"NEO",
25+
"NEM",
26+
"EOS",
27+
"XLM",
28+
"BCC",
29+
"LSK",
30+
"OMG",
31+
"QTUM",
32+
"ZEC",
33+
"USDT",
34+
"HSR",
35+
"STRAT",
36+
"WAVES",
37+
"PPT",
38+
"ETN"
39+
],
40+
"ui-priority": 1
41+
},
42+
"time": {
43+
"description": "Date and time of transaction",
44+
"disable_correlation": true,
45+
"misp-attribute": "datetime",
46+
"ui-priority": 0
47+
},
48+
"transaction-number": {
49+
"description": "A transaction number in a sequence of transactions",
50+
"misp-attribute": "text",
51+
"multiple": true,
52+
"ui-priority": 0
53+
},
54+
"value": {
55+
"description": "Value in cryptocurrency at date/time displayed in field 'time'",
56+
"disable_correlation": true,
57+
"misp-attribute": "float",
58+
"ui-priority": 0
59+
},
60+
"value_EUR": {
61+
"description": "Value in EUR with conversion rate as of date/time displayed in field 'time'",
62+
"disable_correlation": true,
63+
"misp-attribute": "float",
64+
"ui-priority": 0
65+
},
66+
"value_USD": {
67+
"description": "Value in USD with conversion rate as of date/time displayed in field 'time'",
68+
"disable_correlation": true,
69+
"misp-attribute": "float",
70+
"ui-priority": 0
71+
}
72+
},
73+
"description": "An object to describe a cryptocurrency transaction.",
74+
"meta-category": "financial",
75+
"name": "cryptocurrency-transaction",
76+
"requiredOneOf": [
77+
"transaction-number",
78+
"time",
79+
"value",
80+
"address"
81+
],
82+
"uuid": "a4aab70f-e43a-48cb-bf82-505de8228dd6",
83+
"version": 1
84+
}

objects/cs-beacon-config/definition.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
"multiple": true,
1010
"ui-priority": 1
1111
},
12+
"ip": {
13+
"description": "IP of the C2",
14+
"misp-attribute": "ip-dst",
15+
"multiple": true,
16+
"ui-priority": 1
17+
},
1218
"jar-md5": {
1319
"categories": [
1420
"External analysis"
@@ -17,6 +23,11 @@
1723
"misp-attribute": "md5",
1824
"ui-priority": 0
1925
},
26+
"license-id": {
27+
"description": "License ID of the Colbalt Strike",
28+
"misp-attribute": "text",
29+
"ui-priority": 1
30+
},
2031
"md5": {
2132
"categories": [
2233
"Payload delivery"
@@ -69,5 +80,5 @@
6980
"watermark"
7081
],
7182
"uuid": "d17355ef-ca1f-4b5a-86cd-65d877991f54",
72-
"version": 1
83+
"version": 2
7384
}

objects/ilr-notification-incident/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"misp-attribute": "text",
2525
"ui-priority": 0,
2626
"values_list": [
27-
"rreur humaine",
27+
"Erreur humaine",
2828
"Defaut systeme 'hardware', 'software', 'procedures'",
2929
"Attaque malveillante",
3030
"Defaut d’une partie tierce ou externe",

relationships/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1728,4 +1728,4 @@
17281728
}
17291729
],
17301730
"version": 40
1731-
}
1731+
}

0 commit comments

Comments
 (0)