-
Notifications
You must be signed in to change notification settings - Fork 125
/
definition.json
76 lines (76 loc) · 2 KB
/
definition.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"attributes": {
"channel": {
"description": "IRC channel associated to the IRC server",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"dst-port": {
"categories": [
"Network activity",
"External analysis"
],
"description": "Destination port to reach the IRC server",
"disable_correlation": true,
"misp-attribute": "port",
"multiple": true,
"ui-priority": 1
},
"first-seen": {
"description": "First time the IRC server with the associated channels has been seen",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"hostname": {
"categories": [
"Network activity",
"External analysis"
],
"description": "Hostname of the IRC server",
"misp-attribute": "hostname",
"multiple": true,
"ui-priority": 1
},
"ip": {
"categories": [
"Network activity",
"External analysis"
],
"description": "IP address of the IRC server",
"misp-attribute": "ip-dst",
"multiple": true,
"ui-priority": 1
},
"last-seen": {
"description": "Last time the IRC server with the associated channels has been seen",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"nickname": {
"description": "IRC nickname used to connect to the associated IRC server and channels",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"text": {
"description": "Description of the IRC server",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "An IRC object to describe an IRC server and the associated channels.",
"meta-category": "network",
"name": "irc",
"requiredOneOf": [
"ip",
"hostname",
"channel",
"nickname"
],
"uuid": "4bbbc004-c344-4b20-8672-b41102177fc7",
"version": 2
}