gemini-2.5-flash-preview-04-17 vs gpt-4.1 KQL Benchmark
gpt-4.1 wins by 10.6%
Compared on 188 shared test questions
Overall Accuracy
gemini-2.5-flash-preview-04-17
51.1%
96 / 188 correct
gpt-4.1
61.7%
116 / 188 correct
Average Cost per Query
gemini-2.5-flash-preview-04-17: $0.0203
gpt-4.1: $0.0285
gpt-4.1 costs 40.1% more
Average Execution Time
gemini-2.5-flash-preview-04-17: 22.37s
gpt-4.1: 9.95s
gemini-2.5-flash-preview-04-17 takes 124.9% longer
Question-by-Question Analysis
Question-by-Question Comparison
Detailed comparison showing where each model succeeded or failed
Showing 1 to 25 of 188 questions
Page 1 of 8
T1016.001 | An analyst notices a PowerShell process on a Windows host that appears to be checking SMB connectivity. Which PowerShell cmdlet was executed to perform this outbound port 445 test? | ✓ | ✗ | gemini-2.5-flash-preview-04-17 Wins |
T1036.003 | In a Linux environment, you observe a process labeled like the cron daemon but running from an unexpected path. Investigate creation events to uncover the actual filename used by this fake cron process. | ✓ | ✗ | gemini-2.5-flash-preview-04-17 Wins |
T1036.004 | Analyze Windows process events for any schtasks.exe commands that created a new task invoking PowerShell. What is the name of the .ps1 script specified to run? | ✓ | ✗ | gemini-2.5-flash-preview-04-17 Wins |
T1057 | On a Windows device, review the process execution logs to find instances where a built-in listing tool was piped into a string filter. Identify the process name that the attacker was searching for. | ✓ | ✗ | gemini-2.5-flash-preview-04-17 Wins |
T1053.005 | On a Windows host, find any scheduled task that was registered using PowerShell native cmdlets instead of schtasks.exe. What was the name given to the new task? | ✓ | ✗ | gemini-2.5-flash-preview-04-17 Wins |
T1059.004 | On a Linux system, find any process creation record where awk is used with a BEGIN rule to launch a shell. What was the exact command invoked? | ✓ | ✗ | gemini-2.5-flash-preview-04-17 Wins |
T1059.004 | On a Linux system, analyze the process logs for suspicious command line activity that includes a sequence of commands indicating a pipe-to-shell operation. Identify the tool that was used to execute this piped command, paying special attention to its use in downloading and running script content. | ✓ | ✗ | gemini-2.5-flash-preview-04-17 Wins |
T1059.004 | On a Linux system, review process execution records for any shell process that set an environment variable containing executable code and then piped it into another shell instance. Determine which environment variable name was used to store the script content. | ✓ | ✗ | gemini-2.5-flash-preview-04-17 Wins |
T1070.005 | On a Windows system, an attacker used the command prompt to remove one or more default administrative shares. Which share names were deleted? | ✓ | ✗ | gemini-2.5-flash-preview-04-17 Wins |
T1112 | Review registry event logs on the Windows host for PowerShell-driven writes to system policy and file system keys. Which registry value names were created during this BlackByte preparation simulation? | ✓ | ✗ | gemini-2.5-flash-preview-04-17 Wins |
T1112 | Investigate Windows registry events to identify any newly set ProxyServer entry under the user Internet Settings hive. What proxy server address was configured? | ✓ | ✗ | gemini-2.5-flash-preview-04-17 Wins |
T1201 | You are reviewing Linux syslog records on a CentOS/RHEL 7.x server. You notice entries for shell commands that access system configuration files under /etc/security. Determine exactly which configuration file was being inspected by the command. | ✓ | ✗ | gemini-2.5-flash-preview-04-17 Wins |
T1546.004 | Investigate recent file modification events on Linux that could reveal an adversary appending commands to a user’s ~/.profile for persistence. Determine the exact command that was added. | ✓ | ✗ | gemini-2.5-flash-preview-04-17 Wins |
T1548.002 | On a Windows endpoint, someone may have disabled the secure desktop for elevation prompts by modifying a registry setting. Review the registry event logs to identify which registry value name was changed to 0. | ✓ | ✗ | gemini-2.5-flash-preview-04-17 Wins |
T1552.001 | A Linux system shows a 'find' command used to search within .aws directories. Which specific AWS credential filename was the attacker attempting to locate? | ✓ | ✗ | gemini-2.5-flash-preview-04-17 Wins |
T1553.006 | A Windows host shows registry modifications in its boot configuration store enabling test signing mode. Investigate which process made this change and identify the exact command it ran to turn on test signing. | ✓ | ✗ | gemini-2.5-flash-preview-04-17 Wins |
T1555 | On Windows, review PowerShell process events to spot where a remote .ps1 was fetched and run to pull vault credentials. Determine the name of the script file that was downloaded. | ✓ | ✗ | gemini-2.5-flash-preview-04-17 Wins |
T1562.004 | Investigate Windows registry modification events to find the name of the registry value that was changed under the WindowsFirewall policy path when someone turned the firewall off. | ✓ | ✗ | gemini-2.5-flash-preview-04-17 Wins |
T1614.001 | Windows process creation logs show a cmd.exe launch that retrieved the system’s locale code page. Which exact command was executed to discover the system language? | ✓ | ✗ | gemini-2.5-flash-preview-04-17 Wins |
T1622 | On the Windows device, a security check was run to detect debugger processes via PowerShell. Which tool (process) carried out this check? | ✓ | ✗ | gemini-2.5-flash-preview-04-17 Wins |
T1006 | Identify the PowerShell cmdlet used on Windows to format and display the raw volume bytes after an attacker read the boot sector via a DOS device path. | ✗ | ✓ | gpt-4.1 Wins |
T1007 | An analyst suspects a user or script ran a service enumeration command on a Linux system. Review process events to find the service-listing invocation and specify the full command that was executed. | ✗ | ✓ | gpt-4.1 Wins |
T1016.001 | On a Linux host, a ping command was executed to test internet connectivity. Determine which IP address was used as the ping target. | ✗ | ✓ | gpt-4.1 Wins |
T1027 | On a Windows endpoint, look for evidence of a base64-encoded PowerShell payload execution. Which executable launched the encoded command? | ✗ | ✓ | gpt-4.1 Wins |
T1036.003 | A process is running under a familiar Windows host name but originates from a user's AppData folder rather than the System32 directory. Identify the filename used to masquerade the PowerShell binary on this Windows device. | ✗ | ✓ | gpt-4.1 Wins |
Page 1 of 8
Explore individual model performance and detailed analysis