Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] IoC Column Fields Selectable #5

Open
3 tasks
8ear opened this issue Mar 28, 2019 · 0 comments
Open
3 tasks

[Feat] IoC Column Fields Selectable #5

8ear opened this issue Mar 28, 2019 · 0 comments
Labels
enhancement New feature or request to discuss todo

Comments

@8ear
Copy link
Contributor

8ear commented Mar 28, 2019

Why

Not every company wants the same data in its Splunk system, so different TIE columns may not be needed in the system. However, each column field costs Splunk index volume, download and processing time.

What

Every available column field should be selectable via the web interface and only the activated column fields should be used. The default should be selected and the rest should be available via advanced setting button.

The following JSON elements are available in the TIE and should be usable:

  • max_confidence
  • source_pseudonyms
  • ioc_attributes
  • n_occurencies
  • value
  • created_at
  • enrich
  • min_confidence
  • comment
  • enrichment_requested
  • event_ids
  • hotness
  • enriched_at
  • updated_at
  • data_type
  • max_severity
  • first_seen
  • categories
  • actors
  • families
  • last_seen
  • event_attributes
  • min_severity

Default activated:

  • value
  • min_severity
  • max_severity
  • min confidence
  • max_confidence
  • actor
  • familiy
  • category
  • n_occurences
  • source_pseudonyms

A great example can be:

How

  • Add parameter to tie2index.py script
  • Add parameter to web configuration
  • Test
@8ear 8ear added enhancement New feature or request todo to discuss labels Mar 28, 2019
@8ear 8ear changed the title [Feat] [Feat] IoC Column Fields Selectable Mar 28, 2019
@8ear 8ear added todo and removed todo labels Apr 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request to discuss todo
Projects
None yet
Development

No branches or pull requests

1 participant