A forensic analyst examines a firmware image extracted from an IoT thermostat and finds hardcoded credentials for a cloud backend. Which phase of the IoT attack lifecycle does this represent?
Trap 1: Weaponization
Weaponization involves creating an exploit. Hardcoded credentials are a vulnerability, not an exploit.
Trap 2: Installation
Installation is about deploying malware; hardcoded credentials are a pre-existing vulnerability.
Trap 3: Exploitation
Exploitation involves actively leveraging a vulnerability to achieve a goal. Merely finding the credentials is reconnaissance; using them to access the backend would be exploitation.
- A
Weaponization
Why wrong: Weaponization involves creating an exploit. Hardcoded credentials are a vulnerability, not an exploit.
- B
Installation
Why wrong: Installation is about deploying malware; hardcoded credentials are a pre-existing vulnerability.
- C
Reconnaissance
Hardcoded credentials in firmware are discovered through analysis, which is a form of reconnaissance. This phase involves gathering information about the target, such as identifying credentials, network configurations, or other vulnerabilities.
- D
Exploitation
Why wrong: Exploitation involves actively leveraging a vulnerability to achieve a goal. Merely finding the credentials is reconnaissance; using them to access the backend would be exploitation.