File tree 5 files changed +427
-17
lines changed
5 files changed +427
-17
lines changed Original file line number Diff line number Diff line change 10
10
- [ Importer] ( docs/importer.md )
11
11
- [ Notifications] ( docs/notifications.md )
12
12
- [ API] ( docs/api.md )
13
+ - [ Case] ( docs/api.md#case )
14
+ - [ Task] ( docs/api.md#task )
15
+ - [ Admin] ( docs/api.md#admin )
16
+ - [ Templating] ( docs/api.md#templating )
17
+ - [ Importer] ( docs/api.md#importer )
13
18
- [ Screenshots] ( docs/screenshots.md " Some screenshots of the project ")
14
19
- [ Contributions] ( docs/contributions.md " How to contribute to the project ")
Original file line number Diff line number Diff line change @@ -16,22 +16,24 @@ Array of string. Each element is a new line of `Note selected`. (see `/analyzer`
16
16
17
17
### To flowintel
18
18
19
- Dictionary
19
+ Dictionary with ` results ` as main key.
20
20
21
21
``` json
22
22
{
23
- "8.8.8.8" : { // Element queried
24
- "circl_passivedns" : { // module used in the analyzer
25
- " results" { // required key
23
+ "results" : {
24
+ "8.8.8.8" : { // Element queried
25
+ "circl_passivedns" : { // module used in the analyzer
26
+ " results" { // required key
27
+ ...
28
+ }
29
+ },
30
+ "dns" : {
26
31
...
27
32
}
28
33
},
29
- "dns" : {
30
- ...
31
- }
32
- },
33
34
"127.0.0.1" : {
34
- ...
35
+ ...
36
+ }
35
37
}
36
38
}
37
39
```
You can’t perform that action at this time.
0 commit comments