Gulp UI Web is a browser-based application designed for analyzing and interacting with the backend of Gulp. It is built using React and the Shadcn/UI libraries.
Documentation:
Log in to the application as described in the Setup Instructions. Upon opening the web interface, you will see the login page requiring a username, password, and the Gulp server URL, as shown in Figure 1:
After successful authentication, an operation selection screen will appear, as shown in Figure 2:
At this stage, you can select contexts (groups), plugins (categories), and files (documents) for display. You can modify your selection later via the application menu. The "Upload and Analyze" button allows you to open the Ingest File banner to upload and process files. You can also choose all contexts, plugins, or files individually or collectively by clicking "Select All," as shown in Figure 3:
Using the provided interface, you can adjust the time range for data displayed on the Timeline.
Available Options:
- Last day from the most recent log
- Last week from the most recent log
- Last month from the most recent log
- Entire period
For finer control, switch to "ISO String" mode for custom date selection, as explained in ISO 8601.
The timeline visualization provides a structured view of system log data over a defined period. Each horizontal row corresponds to a specific log file or data source, showcasing activity through color-coded bars and graphical overlays. This feature helps analyze system events, correlations, and trends across multiple data streams.
-
Time Scale
- Located at the top, it divides the timeline into intervals (e.g., 10-day spans).
- Facilitates precise navigation and event identification within the selected period.
-
Rows and Data Sources
- Each row corresponds to a specific log file (e.g.,
Security.evtx
,System.evtx
). - The log file name and unique identifier are displayed on the left side.
Example Rows:
Microsoft-Windows-Ntfs%4Operational.evtx
logs file system operations.Security.evtx
records security-related events.
- Each row corresponds to a specific log file (e.g.,
-
Color-Coded Activity
- Yellow Bars: Indicate significant or high-intensity activity.
- Purple Bars: Represent less intensive or background processes.
This differentiation highlights priority areas for investigation.
-
Graphical Overlays
- Lines with nodes and numerical labels represent metrics (e.g., event counts).
- Peaks and valleys highlight fluctuations in activity.
Example: A peak labeled
2625
inMicrosoft-Windows-Ntfs%4Operational.evtx
indicates a high volume of events. -
Event Markers
- Icons pinpoint specific events or milestones.
- Custom markers denote key system states or anomalies.
Example: A marker at
2024/07/18
aligns peaks inSystem.evtx
andMicrosoft-Windows-SMBServer%4Operational.evtx
.
- Anomaly Detection: Identify unusual spikes or dips in activity.
- Correlation Analysis: Explore relationships between events across different logs.
- Performance Monitoring: Track recurring patterns to optimize performance.
-
High Activity Periods:
Security.evtx
shows intense yellow bars in early August 2024, indicating a potential security incident.
-
Co-occurring Events:
- A vertical marker highlights synchronized activities between
Microsoft-Windows-Hyper-V-Switch-Operational.evtx
andSystem.evtx
.
- A vertical marker highlights synchronized activities between
-
Specific Metrics:
- Peaks in
Microsoft-Windows-Ntfs%4Operational.evtx
suggest periodic file system operations.
- Peaks in
The application menu is accessible via the "Menu" button located at the top of the application, as shown in Figure 5:
Clicking it opens the settings interface, shown in Figure 6.
- Upload Files
- Upload Sigma Rule
- Select Files
- Open Notes Window
- Change Visible Limits
- Query External Sources
- Export Canvas as Image
- Data sent since session start
- Data received since session start
- Back to Operations
- Logout
The interface for uploading files to the Gulp backend for further analysis.
At the top, there is a button to open a file selection dialog for upload. Below it, a toggle allows you to either create a new context or add files to an existing one if enabled.
Here is how the completed upload appears:
The interface of all created notes and links, displayed in frame-stack, with ability to change notes and links.
- Right-click on note/link to edit
- Left-click on note/link to opendetails
To change visibility (show/hide)
of note/link, toggle switch below at corresponding window.
- Export notes and links, with detailed events in JSON format
- Export storyline as png picture
To access internal logs, open the command line interface (CLI) by pressing /
. This opens a console displaying all logs generated by the program for inspection and debugging.
To report a bug or issue, export all logs into a file for attachment to a GitHub issue.
- Press
F8
to open the command line. - Type
export
and press Enter. - The logs are saved to a file named
gulpui-web_log_timestamp.log
. - Include this file when creating a GitHub issue to provide valuable context for developers.