2019-04-27 10:28:50 +02:00
|
|
|
{
|
|
|
|
"attributes": {
|
2020-04-26 02:10:02 +02:00
|
|
|
"channel": {
|
|
|
|
"description": "IRC channel associated to the IRC server",
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 1
|
2019-04-27 10:28:50 +02:00
|
|
|
},
|
|
|
|
"dst-port": {
|
|
|
|
"categories": [
|
|
|
|
"Network activity",
|
|
|
|
"External analysis"
|
|
|
|
],
|
2020-04-26 02:10:02 +02:00
|
|
|
"description": "Destination port to reach the IRC server",
|
2019-04-27 10:28:50 +02:00
|
|
|
"disable_correlation": true,
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "port",
|
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 1
|
2019-04-27 10:28:50 +02:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"first-seen": {
|
|
|
|
"description": "First time the IRC server with the associated channels has been seen",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "datetime",
|
|
|
|
"ui-priority": 0
|
2019-04-27 10:32:10 +02:00
|
|
|
},
|
2019-04-27 10:28:50 +02:00
|
|
|
"hostname": {
|
|
|
|
"categories": [
|
|
|
|
"Network activity",
|
|
|
|
"External analysis"
|
|
|
|
],
|
2020-04-26 02:10:02 +02:00
|
|
|
"description": "Hostname of the IRC server",
|
2019-04-27 10:28:50 +02:00
|
|
|
"misp-attribute": "hostname",
|
2020-04-26 02:10:02 +02:00
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 1
|
2019-04-27 10:28:50 +02:00
|
|
|
},
|
|
|
|
"ip": {
|
|
|
|
"categories": [
|
|
|
|
"Network activity",
|
|
|
|
"External analysis"
|
|
|
|
],
|
2020-04-26 02:10:02 +02:00
|
|
|
"description": "IP address of the IRC server",
|
2019-04-27 10:28:50 +02:00
|
|
|
"misp-attribute": "ip-dst",
|
2020-04-26 02:10:02 +02:00
|
|
|
"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
|
2019-04-27 10:28:50 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "An IRC object to describe an IRC server and the associated channels.",
|
|
|
|
"meta-category": "network",
|
2020-04-26 02:10:02 +02:00
|
|
|
"name": "irc",
|
|
|
|
"requiredOneOf": [
|
|
|
|
"ip",
|
|
|
|
"hostname",
|
|
|
|
"channel",
|
|
|
|
"nickname"
|
|
|
|
],
|
2019-04-27 10:28:50 +02:00
|
|
|
"uuid": "4bbbc004-c344-4b20-8672-b41102177fc7",
|
2020-04-26 02:10:02 +02:00
|
|
|
"version": 2
|
|
|
|
}
|