Field baseline deviations now show distinct Mark expected, Mark false positive, and Mark confirmed
This commit is contained in:
@@ -155,6 +155,8 @@ export VIRUSTOTAL_API_KEY='...'
|
||||
fgai recommend --logs logs/fg_syslog.jsonl --min-score 35 --threat-intel
|
||||
```
|
||||
|
||||
Threat intelligence responses are cached locally in `state/threat-intel-cache.json`. Successful results are reused for seven days by default, failures for one hour, and SignalScope permits at most 100 new provider lookups per UTC day. Cached responses are returned even after that budget is reached. Tune these safeguards with `FGAI_THREAT_INTEL_TTL_SECONDS`, `FGAI_THREAT_INTEL_ERROR_TTL_SECONDS`, and `FGAI_THREAT_INTEL_DAILY_LIMIT`.
|
||||
|
||||
Listen for FortiGate syslog locally:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user