Performing Investigate searches
To perform an Investigate search, follow these steps.
|
|
For a list of search query examples, see Investigate search query examples. |
How to perform an Investigate search
- In the FortiDLP Console, on the left-hand sidebar, click
.
By default, event stream counts for events for the current day are shown. - Optionally, to modify the time frame, do the following:
- To filter using a time preset:
- On the top right of the page, click
on the time picker widget.
- Click one of the following options:
- Last 60 min
- Today
- Last 24 hours
- Last 7 days
- Last 30 days.

- On the top right of the page, click
- To filter using a custom time frame:
- On the top right of the page, click
on the time picker widget.
- In the From field, type or select the start date and time.
- In the To fields, type or select the end date and time.
- Click Apply.
- On the top right of the page, click
- To filter using a time preset:
- Optionally, to remove a default filter, do the following:
- On the search bar, click the
icon.
- To show localhost connection events, turn the Hide localhost connections toggle off.
- To show subframe browser events, turn the Hide subframe navigation toggle off.

For example, if a user visits a web page that consists of several frames containing ads, a subframe event would be generated for each ad URL. If you do not want to view these types of events, keep this toggle on to hide them from view. If you do want to these events, turn this toggle off.
- To show system service events, turn the Hide system and service events toggle off.

- On the search bar, click the
- Click the search bar.
- Do one of the following:
- To search within a single event stream, select the event stream and then type or select a property.

- To search across multiple event streams, select Alias and then type or select an alias.

- To search for a user's name, node's hostname, label, or SaaS application, type a text string of at least two characters and make a selection.

- To search within a single event stream, select the event stream and then type or select a property.
- Type or select one of the following operators (the options shown are dependent on what you entered at step 5):
- = (equals). Within the Action event stream, entering
action = kill_processreturns events where the kill process action was executed. - != (does not equal). Entering
file_extension != pdfreturns events for non-PDF files. - in (in). Entering
file_extension in [zip, rar, 7z, tar, iso]returns events for archive files. - !in (not in). Entering
file_extension !in [zip, rar, 7z, tar, iso]returns events for non-archive files. - < (less than). Within the Detection event stream, entering
score < 70returns events for detections with a risk score of less than 70 (that is, detections that are not high or critical). - <= (less than or equal to). Within the Browser event stream, entering
file_size <= 1000kBreturns events for uploaded or downloaded files that were less than or equal to 1000 kB (1 MB). - > (greater than). Within the Network connection event stream, entering
bytes_sent > 1GBreturns events for connections where more than 1 GB was sent. - >= (greater than or equal to). Within the Print event stream, entering
number_of_pages >= 15returns events for print jobs of 15 or more pages. - : (matches). Entering
file_name : Customer*returns events for files that have a file name that starts with "Customer". - !: (does not match). Within the File access event stream, entering
file_path !: C:\Users\Administrator\AppData\Local\*returns events for files that are not in users'Localfolder. - exists (exists). Within the Browser event stream, entering
file_name existsreturns events for uploaded and downloaded files.
- = (equals). Within the Action event stream, entering
- Type a search string. Strings containing spaces must be wrapped in double quotes, for example,
dst_country != "united states". - Press Enter or click Search.
|
|
If you turn a default filter off, it will remain off until you turn it on again. This is true even if you log out/in to the FortiDLP Console. Default filters can also be applied from the individual Browser and Network connection event stream pages. |
|
|
As shown at step 6, you can use an asterisk ( |
To clear a filter, on the search bar, hover over the filter you want to remove and then click X. Or to remove all filters, on the search bar, click Clear at the right of the search bar.
|
|
The Investigate module lets you quickly navigate to other parts of the FortiDLP Console to investigate further and/or reconfigure policies. For example, after submitting the Also, from the Events table, you can click an event to open its details panel and then click |