mirror of https://github.com/MISP/misp-objects
Merge pull request #432 from bynt/main
add 'hostname' for scanning host to object 'research-scanner'pull/433/head
commit
d8bcd62172
|
@ -43,6 +43,16 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"scanning_host": {
|
||||
"categories": [
|
||||
"Network activity",
|
||||
"External analysis"
|
||||
],
|
||||
"description": "Scanning host used by project",
|
||||
"misp-attribute": "hostname",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"scanning_ip": {
|
||||
"categories": [
|
||||
"Network activity",
|
||||
|
|
Loading…
Reference in New Issue