HFE-002 Sequential Correlator Alert
분석 포인트
- 단일 로그가 아니라 시간창 내 복수 이벤트를 묶어 incident로 판단한다.
- 예:
langflow_rce_attempt이후hanguel_shell_exec가 발생하면 RCE confirmed sequence가 생성된다.
KQL
_index : "langflow-alerts-*" and event.action : "langflow_rce_confirmed_sequence"
