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 Type Selectable #4

Open
3 tasks
8ear opened this issue Feb 20, 2019 · 0 comments
Open
3 tasks

[Feat] IoC Type Selectable #4

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

Comments

@8ear
Copy link
Contributor

8ear commented Feb 20, 2019

Why

Not every company has the same data in its Splunk system, so file hashes or other IoC data types may not be needed in the system. However, each IoC data type costs Splunk index volume, download and processing time, time and disk space.

What

Every available IoC data type should be selectable via the web interface and only the activated data types should be downloaded and processed. The default should be selected and the rest should be available via advanced setting button.

The following IoC data types are available in the TIE and should be usable:

  • Domain Name
  • IPv4
  • IPv6
  • E-Mail
  • ExactHash
  • URL (verbatim)
  • URL (regex)
  • SSDEEP
  • PEHASH
  • Filesize
  • Filename
  • YaraRule
  • YaraString

Default activated:

  • Domain Name
  • IPv4
  • IPv6
  • E-Mail
  • ExactHash
  • URL (verbatim)
  • URL (regex)

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 Feb 20, 2019
@8ear 8ear changed the title [Feat] IoC type selectable [Feat] IoC Type 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