mirror of https://github.com/MISP/misp-objects
parent
dade532c1f
commit
805ed85bbe
|
@ -11,12 +11,14 @@
|
||||||
"tld": {
|
"tld": {
|
||||||
"description": "Top-Level Domain",
|
"description": "Top-Level Domain",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text",
|
||||||
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
"port": {
|
"port": {
|
||||||
"description": "Port number",
|
"description": "Port number",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "port"
|
"misp-attribute": "port",
|
||||||
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
"scheme": {
|
"scheme": {
|
||||||
"description": "Scheme",
|
"description": "Scheme",
|
||||||
|
@ -28,7 +30,8 @@
|
||||||
"sip"
|
"sip"
|
||||||
],
|
],
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text",
|
||||||
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
"first-seen": {
|
"first-seen": {
|
||||||
"description": "First time this URL has been seen",
|
"description": "First time this URL has been seen",
|
||||||
|
@ -63,7 +66,8 @@
|
||||||
"subdomain": {
|
"subdomain": {
|
||||||
"description": "Subdomain",
|
"description": "Subdomain",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text",
|
||||||
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
"credential": {
|
"credential": {
|
||||||
"description": "Credential (username, password)",
|
"description": "Credential (username, password)",
|
||||||
|
|
Loading…
Reference in New Issue