A SOC analyst notices an unusually high number of model queries from a single API key, with inputs containing special characters and repeated prompt modifications. Which attack is MOST likely being attempted?
Trap 1: Prompt injection
Prompt injection could be one goal, but the pattern of repeated modifications suggests jailbreaking.
Trap 2: Model extraction
Model extraction typically involves many diverse inputs to replicate model behavior, not special characters.
Trap 3: Membership inference
Membership inference requires many queries but not special characters.
- A
Prompt injection
Why wrong: Prompt injection could be one goal, but the pattern of repeated modifications suggests jailbreaking.
- B
Model extraction
Why wrong: Model extraction typically involves many diverse inputs to replicate model behavior, not special characters.
- C
Jailbreaking
Correct. Jailbreaking uses crafted prompts to bypass safety guardrails.
- D
Membership inference
Why wrong: Membership inference requires many queries but not special characters.