misp-objects icon indicating copy to clipboard operation
misp-objects copied to clipboard

Defining object glyphicon. Icon Color

Open haxpak opened this issue 6 years ago • 1 comments

Use Case

  • User creates a new object for his case such as Device or orgnization
  • User should be able to define the glyphicon that the event graph will pick up.
  • Can be in the form of class attribute in the json format
  • which will be parsed by the event graph generation script ''' { class : 'fab fa-500px' } '''

object color

  • When the even graph object is rendered, each object can have its own color as defined by the user when creating the object
  • each object definition can have the color value.
  • can be set to a predefined list too ''' "color": { "type": "string" } '''

haxpak avatar Apr 14 '19 05:04 haxpak

Good idea. We would need to change a bit the standard format that is not a big deal. We can have something similar for the colour (like we do in the taxonomy format). For the glyphicon, we could use the same strategy as we do in the galaxy format with an icon name. @mokaddem what do you think about the format and the integration aspect in the event graph view?

adulau avatar May 05 '19 11:05 adulau