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

Run observable analyzers through API #308

Closed
srilumpa opened this issue Sep 14, 2017 · 1 comment · Fixed by TheHive-Project/TheHiveDocs#11
Closed

Run observable analyzers through API #308

srilumpa opened this issue Sep 14, 2017 · 1 comment · Fixed by TheHive-Project/TheHiveDocs#11

Comments

@srilumpa
Copy link

Request Type

Feature Request

I haven't seen it documented and, from my poor understanding of scala, I haven't seen it implemented. It would be a very nice addition to be able to run analyzers on all or part of the artifacts of a case. It could be done through the following endpoints:

method URI comment
GET /api/case/:caseId/artifacts/analyze Run analyzers on all artifacts of the case
GET /api/case/:caseId/artifacts/:actifactId/analyze Run analyzers on on single artifact

Two parameters could be passed through the URL:

  • analyzerType: type (i.e. class) of analyzer to be ran
  • analyzerName: instance name of the analyzer to be ran
    If none of those two are defined, then all analyzers will be ran.
@Xyrodileas
Copy link

Hello,
The previous request was closed, but I didn't find a way to run all the analyzers for a case or an observables within a case.
The merging commit only add the capability to trigger a job via an artifactID and analyzerID, which is not exactly what was requested.
Does a feature similar to what describe srilumpa exist within TheHive's API ?
Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants