Drill 15 ยท
AP Cybersecurity Drill 15: IoT Devices in a Warehouse is a practice drill. It contains 5 original questions created by Brian Stewart, a Barron's test prep author with over 20 years of tutoring experience.
A facilities engineer inventories the network-connected IoT devices in a cold-storage warehouse and judges which poses the greatest risk; this drill uses an invented company and original figures.
Pellmont Cold Storage runs several network-connected Internet of Things (IoT) devices to manage its refrigerated warehouse. The engineer records each device, its login, and its update status.
| Device | Login | Software updates | Network access |
|---|---|---|---|
| Temperature sensors | No login (read-only display) | Vendor-managed firmware; no user-installed updates | Reports to the building system only |
| Door-camera hub | admin / admin (factory default, unchanged) | None installed since setup; updates available | Reachable from the internet for remote viewing |
| Loading-dock controller | Unique strong password | Auto-updates enabled | Internal network only |
| Smart thermostat | Unique strong password | Updated last month | Internal network only |
The engineer wants to rank the devices by risk and decide what to fix first. The warehouse network is otherwise flat, so a device an attacker controls could try to reach the others.
Question 1. Reading the table, which device shows the clearest combination of weaknesses an attacker could use from outside the warehouse?
Explanation: Choice D is correct. The door-camera hub combines a publicly known default login, missing updates, and direct internet reachability, which together give an outside attacker an easy and exposed way in. Choice A is incorrect. The temperature sensors have no login and report only to the building system, so they offer little outside foothold. Choice B is incorrect. Auto-updating and an internal-only address make the loading-dock controller relatively well-protected. Choice C is incorrect. A recently updated thermostat with a strong password and internal-only access is among the safer devices.
Question 2. Why is the door-camera hub's unchanged factory-default login (admin / admin) a serious vulnerability?
Explanation: Choice B is correct. Default credentials are often published in manuals, listed in online databases, or otherwise widely known, so an unchanged admin / admin login lets anyone who can reach the device log in without guessing or cracking. Choice A is incorrect. Default credentials are a risk on any device that has a login, not only ones that store video. Choice C is incorrect. Default logins do not affect device speed. Choice D is incorrect. Default credentials do not prevent network connectivity; the hub is in fact reachable from the internet.
Question 3. Which set of fixes should the engineer apply first to the door-camera hub?
Explanation: Choice A is correct. Replacing the default password, installing the missing updates, and removing direct internet exposure address all three of the hub's weaknesses at once and close the easiest path in. Choice B is incorrect. The read-only temperature sensors are not the exposure, so unplugging them does not fix the hub. Choice C is incorrect. The loading-dock controller already has a strong unique password; changing it does nothing about the hub. Choice D is incorrect. Adding a camera increases the device count without fixing the vulnerable hub.
Question 4. The engineer notes that the warehouse network is flat. Why does a compromised door-camera hub create risk beyond the camera feed itself?
Explanation: Choice C is correct. On a flat network every device can reach every other device, so a compromised internet-facing hub becomes a foothold from which an attacker can pivot toward the loading-dock controller and building system, extending the damage past the camera feed. Choice A is incorrect. Recording resolution has nothing to do with the lateral-movement risk. Choice B is incorrect. The flat network is exactly why the risk is not limited to the camera's own video; the hub can reach other devices. Choice D is incorrect. Nothing indicates camera images would be auto-deleted, and that is not the network risk.
Question 5. Beyond fixing the hub, which change best reduces the risk that any single compromised IoT device endangers the others?
Explanation: Choice A is correct. Segmenting IoT devices and restricting allowed traffic between them contains a compromise; taking over one device should not automatically give an attacker access to the other IoT devices or the main network. Choice B is incorrect. A shared password means cracking one device exposes them all, worsening the risk. Choice C is incorrect. Exposing every device to the internet multiplies the attack surface rather than reducing it. Choice D is incorrect. Removing strong passwords weakens the devices that are currently well-protected.