Loading page
Review the challenge brief, files, and requirements.
Analyze Windows registry autorun entries to identify malware persistence. Write a function that examines Run key entries, flags suspicious ones based on path and naming anomalies, and returns the suspicious entry name with a suspicion score (0-100).
Scoring Rules (0-100 per entry):
Output Format: One line per suspicious entry (score > 0), sorted by score descending:
entryName: score
Sign in to attempt this challenge.
Use Proving Grounds to continue your challenge practice.
Open Proving Grounds