Priority Based Search refers to a search algorithm or strategy where the exploration of a solution space is guided by assigning priorities to potential solutions. The goal is to efficiently navigate through the search space by focusing on promising candidates or solutions that are deemed more likely to lead to a successful outcome. Priority-based search is commonly employed in optimization problems, heuristic search algorithms, and artificial intelligence applications.

Posts

Towards a Timely Causality Analysis for Enterprise Security

The increasingly sophisticated Advanced Persistent Threat (APT) attacks have become a serious challenge for enterprise IT security. Attack causality analysis, which tracks multi-hop causal relationships between files and processes to diagnose attack provenances and consequences, is the first step towards understanding APT attacks and taking appropriate responses. Since attack causality analysis is a time-critical mission, it is essential to design causality tracking systems that extract useful attack information in a timely manner. However, prior work is limited in serving this need. Existing approaches have largely focused on pruning causal dependencies totally irrelevant to the attack, but fail to differentiate and prioritize abnormal events from numerous relevant, yet benign and complicated system operations, resulting in long investigation time and slow responses.