Search Query
You will able to search from the available intelligence sources using search query including keywords and operators.
Creating and running a search query
To create and run a search query:
-
Navigate to Adversary Centric Intelligence > Investigation page.
-
Enter the search query using keywords and operators you want to search in the search box. For supported query syntax, see
Search Query Syntax.
-
Select the required sources, from the list. Supported sources include the following:
-
All(default)
-
Cyber-Crime Forums Posts
-
Ransomware Posts
-
Telegram Messages
-
Leaked Documents
-
Cyber-Crime Forums Posts Old
-
Paste Site Posts
-
Defacement Websites
-
OSINT- Cyber Stores
-
-
Click search icon.
Saving a search query
You will be able to save your custom search queries for future use and to get notified. There are two types of saved queries:
-
System queries - These queries are automatically generated for each organization based on their organization name, brand names, and primary domain. System queries cannot be edited.
-
User queries - You can save custom search queries that are specific to your requirements.
To save a user search query:
-
Navigate to Adversary Centric Intelligence > Investigation page.
-
Enter and run the search query.
-
Click Save icon.
-
In the Query Details window, provide the Query Name.
-
Select Notify checkbox, if you want to enable notifications for the query.
-
Click Save.
To run a saved search query:
-
Navigate to Adversary Centric Intelligence > Investigation page.
-
Click Saved Queries icon.
-
Select the required saved search query.
To delete a saved search query:
-
Navigate to Adversary Centric Intelligence > Investigation page.
-
Click Saved Queries icon.
-
Click X icon.
To update a saved search query:
-
Select the saved search query.
-
Update the search query in the search box if required.
-
Click Save icon.
-
Update the Query Name if required.
-
Click Update to update the existing search query or click Save As New to save as a new search query.
Search Query Syntax
Lucene query language is used to search for specific posts/messages. Following are the examples for using the query language.
| Use Case | Query |
|---|---|
| To filter messages for exact domain match. | "knowbe4.com" |
| To filter messages for wildcard match containing the domain name. | *google.com |
| To filter messages for specific keyword with exact match. | "Cyber" |
| To filter messages for keyword with wildcard match. | *Cyber* |
| To find matches for multiple keywords. | ("bank" OR "banco" OR "ATM malware") |
| To find matches for multiple keywords with AND condition | ("stealer" OR "worm" OR "malware") AND ("bank") |
| To find matches for multiple keywords while excluding some keywords. | (healthcare OR medical*) NOT ("healthy" OR "Medical Cannabis") |
Following operators and modifiers are supported.
| Operators and Modifier | Description |
|---|---|
| AND | Use this option to find both terms that exist in the text. |
| OR | Use this option to find at least one term that exists in the text. |
| NOT | Use this option to exclude that exists in the text. |
| * | Use this option to perform wildcard search. |