
Android Debug Bridge
SoftwareWikipedia
38
MENTIONS
14
EPISODES
10
PODCASTS
Search complete. 38 mentions across 14 episodes found for "Android Debug Bridge".
Sep 9, 2026
Florida DMV breach, zero-click WeChat worm, AI whistleblowers
R
4:33Rich StroffolinoHOST
Since IT admins typically have to test these patches before deploying them, Microsoft warns that this increased volume may further widen the existing patch gap between release and application.
R
4:43Rich StroffolinoHOST
[whoosh] Android RAT spreads over ADB.
R
4:47Rich StroffolinoHOST
Researchers at Dark Atlas documented a new Android remote access Trojan called THost9 that conceals itself inside an app package before deploying a second-stage payload to give attackers shell access and other malicious capabilities.
R
5:00Rich StroffolinoHOST
The unique feature here is that it scans for other Android devices with exposed Android Debug Bridge services enabled, then authenticates and installs itself on any device it can reach.
R
5:11Rich StroffolinoHOST
This appears linked to an earlier variant that spread with real-world infections back in 2024.
R
5:16Rich StroffolinoHOST
The researchers recommend not exposing ADB to the internet, which is probably good advice even without this RAT in the wild.
R
5:23Rich StroffolinoHOST
[whoosh] Trezor supply chain breach worse than originally thought.
R
5:27Rich StroffolinoHOST
Last month, cryptocurrency wallet maker Trezor announced a breach in its supply chain partner ShipMonk, leaking customer data from May 10th through August 8th, 2026.
SE Radio 737: Owen McGirr on Software Accessibility
O
8:55Owen McGirrGUEST
I have also been experimenting with Codex and Switchify recently.
O
9:00Owen McGirrGUEST
I wrote a harness where Codex looks at a screenshot, reasons about what is on screen, and chooses which Switchify action to send over ADB as if it only had switches.
O
9:11Owen McGirrGUEST
Some of the results gave me pause.
O
9:14Owen McGirrGUEST
If the AI could not understand the UX from what was visible on screen, that made me think I should rethink parts of the UX because a real user might have the same uncertainty.
14 MINS LATER
O
23:13Owen McGirrGUEST
I have also been experimenting with AI as a testing tool.
O
23:16Owen McGirrGUEST
One example is the Codex and Switchify harness I built.
O
23:20Owen McGirrGUEST
It takes a screenshot, asks Codex to reason about what is on screen, and then sends a Switchify action over ADB as if the agent only had switches.
O
23:30Owen McGirrGUEST
That has been useful because when the AI misunderstands the UX, it makes me ask whether the UX is actually clear enough.
🔴 Sep 9's Top Cyber News NOW! - Ep 1240
G
49:06Gerald AugerHOST
Uh, guys, with mods like this, am I right? Ha ha.
R
49:11Rich StroffolinoSOUNDBITE_SPEAKER
Android RAT spreads over ADB.
R
49:14Rich StroffolinoSOUNDBITE_SPEAKER
Researchers at Dark Atlas documented a new Android remote access Trojan called THost 9 that conceals itself inside an app package before deploying a second stage payload to give attackers shell access and other malicious capabilities.
R
49:27Rich StroffolinoSOUNDBITE_SPEAKER
The unique feature here is that it scans for other Android devices with exposed Android debug bridge services enabled, then authenticates and installs itself on any device it can reach.
R
49:38Rich StroffolinoSOUNDBITE_SPEAKER
This appears linked to an earlier variant that spread with real world infections back in twenty twenty four.
R
49:43Rich StroffolinoSOUNDBITE_SPEAKER
The researchers recommend not exposing ADB to the internet, which is probably good advice even without this RAT in the wild.
G
49:50Gerald AugerHOST
All right, so this sounds like one of those, um...
G
49:54Gerald AugerHOST
This is a piece of malware that scans the Android device, so obviously this is targeting Android tablets, Android phones, Android, um, Fire Sticks and stuff like that.
Cyber Security News for September 9 2026 - Daily DefSec Brief
J
4:04Jerry BellHOST
An Android Trojan hides its payload in the app package, then scans for debug ports left open and installs itself on whatever answers.
J
4:13Jerry BellHOST
Turn off ADB over TCP on your managed Android fleet.
J
4:17Jerry BellHOST
Fifteen.
J
4:18Jerry BellHOST
Where the UEFI shell ships inside Flash, an administrator who can change the boot order can start it and use its memory write commands to turn off the checks secure boot relies on.
Course 42 - Mobile Malware Analysis Fundamentals | Episode 12: Dynamic Analysis Tools, Techniques, and Assessment
S
8:25speaker_5GUEST
We need a tunnel through that virtual router.
S
8:27speaker_4HOST
And this is where the Android debug bridge or ADB steps in.
S
8:32speaker_4HOST
ADB is essentially the wormhole between your host machine and the emulator's isolated environment.
S
8:37speaker_5GUEST
That's exactly what it is.
S
8:39speaker_5GUEST
You drop into your host terminal and you execute the command.
S
8:46speaker_4HOST
Let's dissect the syntax of that command for absolute clarity.
S
8:50speaker_5GUEST
Sure.
S
8:50speaker_5GUEST
So the ad pay forward directive tells the ADB daemon to create a socket connection.
Course 42 - Mobile Malware Analysis Fundamentals | Episode 11: Dynamic Analysis for iOS and Android
S
23:49speaker_5HOST
Love that.
S
23:49speaker_5HOST
Okay, so with the virtual device booted and root access secured, we interface with it using the command line via the Android debug bridge or ADB.
S
23:58speaker_4HOST
Yep, ADB is your best friend here.
S
24:00speaker_5HOST
Now, if we were trying to do this on a physical Android phone, we'd have to navigate through the UI, go to settings, tap the build number like a crazy person, 4, 3, 2, 1 to become a developer, and manually authorize USB debugging.
S
24:15speaker_5HOST
the emulator bypasses all of that friction.
S
24:17speaker_4HOST
It does.
S
24:18speaker_4HOST
ADB provides a direct privileged pipeline to the device.
S
24:22speaker_4HOST
You type add devices to verify the connection and then command abrute to restart as root ensuring every subsequent command executes with top level system authority.
#98 Robin: The Underground AI Stack - 5 Free GitHub Repos You Should Install Before They Become $99/Mo SaaS
R
8:01RobinGUEST
Yeah.
R
8:01RobinGUEST
It connects using Mac iPhone mirroring, which needs Mac OS Sequoia, or it uses ADB for Android.
S
8:08speaker_3HOST
ADB is a bridge to send commands directly to Android phones.
S
8:12speaker_3HOST
And no jailbreaking is required.
R
8:14RobinGUEST
Right.
Weekend of September 4, 2026
C
48:35Chris GravelineHOST
Now, after a while, it stopped working.
C
48:37Chris GravelineHOST
And when he took it apart and examined it, he discovered that it was running Android Debug Bridge, and it could be accessed without any password.
C
48:44Chris GravelineHOST
Oh, that's not good.
C
48:45Chris GravelineHOST
It was also running Google Cartographer to build a detailed map of his house, that it was attempting to upload to the manufacturer.
Victorians, TONIC, RevStealer, Fireant, OpenClaw, PowerShell, SuperBox, Aaran Leyland - SWN #612
D
31:12Doug WhiteHOST
The scary part of these things is that it's possible to install apps on these boxes, even if they're inside your home network.
D
31:22Doug WhiteHOST
Plume said that they focused on Superbox, but that other similar devices probably do very similar things because basically the box has an open ADB port that connects from the box to back home.
D
31:36Doug WhiteHOST
And that means people can access that channel, even if it's behind a firewall, because you open the firewall to allow it to download stuff, right? So now somebody can push things onto it, and that's what they were doing.
D
31:47Doug WhiteHOST
They're pushing things on there that allow them both to extract information from your network, as well as use this as a platform to attack other places.
Victorians, TONIC, RevStealer, Fireant, OpenClaw, PowerShell, SuperBox, Aaran Leyland - SWN #612
D
31:12Doug WhiteHOST
The scary part of these things is that it's possible to install apps on these boxes, even if they're inside your home network.
D
31:22Doug WhiteHOST
Plume said that they focused on Superbox, but that other similar devices probably do very similar things because basically the box has an open ADB port that connects from the box to back home.
D
31:36Doug WhiteHOST
And that means people can access that channel, even if it's behind a firewall, because you open the firewall to allow it to download stuff, right? So now somebody can push things onto it, and that's what they were doing.
D
31:47Doug WhiteHOST
They're pushing things on there that allow them both to extract information from your network, as well as use this as a platform to attack other places.
4 more episodes mention Android Debug Bridge.
Create an account to see the whole feed, search across every transcript, and follow the entities you care about.