Security library search 101
Search bar allows free text search as well as targeted search on specific authors, date or categories. Search criteria can be combined to perform text search on articles of specific category as an example.
Note: All searches are case insensitive.
Examples:
edr evasion etw
categories:exploits n8n
categories:"evasion","edr" written:2025-12-01+
Free text search
Free text search will return articles which title, category, authors, summary and keywords contain ALL (AND operator) the words (or their related lemmatized form), space separated.
Note: To search for a specific sequence of words, enclose the sequence between double quote.
Example:
"ntlm relay"
Search into specific categories
To search into a category, prepend the category name (or part of the name) by categories: keyword. Multiple categories can be specified, comma separated.
Note: The search will return articles that match ALL specified categories (AND operator).
Examples:
categories:exploits
categories:"evasion","edr"
Search authors
To search for specific authors, prepend the author name (or part of the name) by authors: keyword. Multiple authors can be specified, comma separated.
Note: The search will return articles that match ALL specified authors (AND operator).
Search for specific dates
To refine search on specific date range, you can either specify written: or added: to respectively define the search time range for articles written or added to the library.
A specific date is defined by a string in the format YYYY-MM-DD. If + is appended to the date, search will return articles matching the given or later dates. If - is appended, articles matching the given or prior dates will be returned.
Note: A time range can be specified by providing start date and end date separated by a comma.
Example:
written:2026-01-01+