Determining a laptop's original factory-shipped RAM capacity, RAM speed, SSD capacity, and SSD model part number using its Dell Service Tag.
I just started a computer repair store and a client dropped this off to my warehouse guy. Can you help me out and figure out what memory size and speed this laptop was sold with, along with the model and size of the hard drive?
The challenge provided a photograph of a Dell laptop back cover containing several identifiers:
FZGXPV234795498222
The goal was to figure out the laptop's original factory-shipped configuration:
Dell assigns a unique Service Tag to every device, which can be used to retrieve warranty information, hardware specifications, and factory configuration data.
Using the Service Tag FZGXPV2, we can retrieve the system's factory manifest (Bill of Materials) as it left the warehouse. This is crucial because a generic Latitude 5500 specification sheet is insufficient; Dell ships numerous custom hardware combinations under the same model name.
A CSV export containing the Dell factory manifest was located. The manifest contained a complete Bill of Materials (BOM) for the system.
The memory entry in the manifest was:
MOD,DIMM,16GB,1X16G,2667,N-ECC
With the detailed description:
Dual In-Line Memory Module,16GB,2666,DDR4
The relevant storage entry in the manifest was:
Module,Solid State Drive,256G,P32,30S3,BG3
Along with the associated Dell Part Number:
35PK2
This indicates:
Several seemingly correct flags were attempted but rejected:
DawgCTF{16GB_2666MHZ_256GB_BG3}DawgCTF{16GB_2667MHZ_256GB_BG3}DawgCTF{16GB_2666MHZ_256GB_KBG30ZMS256G}The challenge expected the Dell-specific SSD Part Number identifier rather than the SSD family name (BG3) or the manufacturer model number (KBG30ZMS256G).
Using the Dell Part Number 35PK2 resolves the model parameter.
Mapping the extracted component specifications:
16GB2666MHz256GB35PK2Constructing the flag according to the required format:
DawgCTF{RAM_SPEED_DRIVESIZE_DRIVEMODEL}