Skip to content

Commit

Permalink
chg: [analyzer] api to send to flowintel
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCruciani committed Aug 22, 2024
1 parent 15404ef commit 6dfbf67
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 35 deletions.
1 change: 1 addition & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- [Task](docs/api.md#task)
- [Admin](docs/api.md#admin)
- [Templating](docs/api.md#templating)
- [Analyzer](docs/api.md#analyzer)
- [Importer](docs/api.md#importer)
- [Screenshots](docs/screenshots.md "Some screenshots of the project")
- [Contributions](docs/contributions.md "How to contribute to the project")
24 changes: 3 additions & 21 deletions docs/analyzers.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,6 @@ Array of string. Each element is a new line of `Note selected`. (see `/analyzer`

### To flowintel

Dictionary with `results` as main key.

```json
{
"results": {
"8.8.8.8": { // Element queried
"circl_passivedns": { // module used in the analyzer
"results"{ // required key
...
}
},
"dns": {
...
}
},
"127.0.0.1": {
...
}
}
}
```
Flowintel receive results from analyzer by the way of the api.

For more info see [here](docs/api.md#analyzer)
Loading

0 comments on commit 6dfbf67

Please sign in to comment.