How Android Security Works (in a nutshell)

  Рет қаралды 51,158

LaurieWired

LaurieWired

Күн бұрын

Пікірлер: 193
@nessunolinux
@nessunolinux 5 ай бұрын
POV: You're waiting for the bus and this girl walks up to and starts lecturing you on cyber security
@tedlasso2887
@tedlasso2887 4 ай бұрын
Lol😂
@ozfresh
@ozfresh 4 ай бұрын
one can only dream
@tigerscott2966
@tigerscott2966 4 ай бұрын
What security ? every bit of data goes thru them. that's like having Windows and Apple as your dinner guests. You know you are going to get robbed, so you leave your money in the bank.
@vishmonster
@vishmonster 4 ай бұрын
God I wish
@ratvomit874
@ratvomit874 4 ай бұрын
"It is recommended to *fsck* at least once a week"
@ionbg7
@ionbg7 6 ай бұрын
Forgot android is essentially linux
@misarthim6538
@misarthim6538 6 ай бұрын
iOS is, to an extent, essentially FreeBSD.
@JBroMCMXCI
@JBroMCMXCI 6 ай бұрын
🤓
@RogueParatha
@RogueParatha 6 ай бұрын
With a pre-installed java runtime, yeah.
@MinecraftMasterNo1
@MinecraftMasterNo1 6 ай бұрын
@@RogueParatha No one except old maintainers actually dev in Java anymore. It's all Kotlin nowadays.
@Sharp931
@Sharp931 6 ай бұрын
​@@misarthim6538Apples and oranges 😂
@RedHair651
@RedHair651 4 ай бұрын
I didn't know I needed quality CompSci content delivered with a handful of "👉👈🥺" energy
@AlexanderEndless
@AlexanderEndless 29 күн бұрын
I'm not sure what to do, this is such great information, and that voice is so cute.
@Boxcow45
@Boxcow45 6 ай бұрын
T-thanks but can I have my phone back
@RogueParatha
@RogueParatha 6 ай бұрын
To add an additional layer of security, she will now be keeping your phone safely with her.
@Boxcow45
@Boxcow45 6 ай бұрын
@@RogueParatha 😞
@parkourninja21
@parkourninja21 4 ай бұрын
LOL
@mankaner
@mankaner 2 ай бұрын
haha yeah, stop talking about my phone in that manner.
@Daniel15au
@Daniel15au 6 ай бұрын
Android also runs each app as a different user which helps with isolation (somewhat).
@johndawson6057
@johndawson6057 5 ай бұрын
How does that work?
@Daniel15au
@Daniel15au 5 ай бұрын
@@johndawson6057 It's similar to how you'd usually configure daemons (server processes) on a Linux server. There's a separate Unix user per app. This is how Android apps can have private files that other apps can't access (it's just chmod 0700), and how VPN apps can have split tunneling where only certain apps usr the VPN (Linux lets you namespace network stuff per user).
@waldolemmer
@waldolemmer 3 ай бұрын
​@@johndawson6057Not sure, but you can see what it looks like by installing a terminal emulator and running `whoami`. It spits out 'u0_a314' on my phone and 'u0_a438' on another. It'll probably also give different output for other terminal emulator apps. I believe 0 represents the default Android user (Android lets you have different users, which is distinct from the concept of Linux users). The default Android user's files are located at /storage/emulated/0/.
@hackbod
@hackbod 3 ай бұрын
User-based (uid) isolation is actually Android's core security mechanism. Each app/sandbox is run in its own user -- if you think about it, Linux provides very good multi-user isolation, so this gets to leverage all of that. SELinux is an additional layer of isolation on top of uids, providing some additional isolation, but more importantly defense-in-depth so that if a security bug is found in the uid-based isolation often SELinux will still prevent that from becoming exploitable.
@tommyhuffman7499
@tommyhuffman7499 6 ай бұрын
Fascinating video, and perfect timing as I was researching Android earlier today.
@joserobles11
@joserobles11 5 ай бұрын
Coincidence? You should thank the wonders of not having privacy
@solidwire
@solidwire 2 ай бұрын
@@joserobles11 I'm sure it's just me but I fail to see the parallels between surrendering privacy and research?
@gerakore8948
@gerakore8948 6 ай бұрын
this is what i like about android. on other systems software has free reign over your devices. there should be limits on how much access is granted.
@g00st62
@g00st62 6 ай бұрын
It's all fun until you actually want to use a feature that the OEM doesn't want you to have access to. I hate how incredibly locked down Android is on most devicesis.
@gerakore8948
@gerakore8948 6 ай бұрын
@@g00st62 i miss the days where you could read the ram of whatever app is running.
@jonnanieminen8848
@jonnanieminen8848 4 ай бұрын
not tue. Ever heard about iOS? It's even more secure than Android
@tear728
@tear728 6 ай бұрын
Her voice makes always my ears tickle 😂
@Orincaby
@Orincaby 6 ай бұрын
what the actual fuck 💀
@pixselious
@pixselious 6 ай бұрын
ASMR moment
@psi4j
@psi4j 4 ай бұрын
She’s freakin adorable. And smart.
@Cineenvenordquist
@Cineenvenordquist 2 ай бұрын
That's the rooting your subconscious tonality preference robot.
@tauser2
@tauser2 6 ай бұрын
Every app should have a containerized storage space, I hate giving access to all my files when ask permission to store some data.
@sujalmane6813
@sujalmane6813 5 ай бұрын
Sandbox feature is there in Android which allows apps to only access the files which are created by that app.. and the files which you will share on that app which has access to your files
@omaryorke
@omaryorke 2 ай бұрын
Android 14 solves this issue. Not entirely because whatsapp still has access to all files
@d_the_great
@d_the_great 2 ай бұрын
Typically, an app can only store data in its own specific folder in Internal Storage/Android/data, but you have to give it permission to access files anywhere else. If you mean giving it access to just one folder using file explorer, which opens anyway when the app asks for permission, I agree. But if it was restricted to just its own folder like it works with Android/data, it would be annoying to use things like emulators that need to access files such as ROMs or other folders on your device.
@MrMybiglongbananna
@MrMybiglongbananna 3 ай бұрын
thats why i love android ... i know apple uses encryption on passward to open so its safe but that just makes it a paper weight when its out of date or sell... i like the android approach and open source tech...
@edeshkumar9686
@edeshkumar9686 Сағат бұрын
She flirts with us through screen
@woutverjans2928
@woutverjans2928 4 ай бұрын
Yeah, once had to make a simple app but i hated programming and in specific the little things i had to do to make it work. Not only did you need to connect and use the camera but you also had to edit the manifest file and only then could your app ask acces for something. I hated it
@Cineenvenordquist
@Cineenvenordquist 2 ай бұрын
I mean, welcome to OpenBSD and promises too, but ok having to change the manifest file is another step.
@WolfiiDog13
@WolfiiDog13 4 ай бұрын
How do you explain it so well, yet it fits on a short? I'd take so long...
@SalivatingSteve
@SalivatingSteve 4 ай бұрын
It’s on the Android developer website.
@jdhan3349
@jdhan3349 24 күн бұрын
This just increased my trust in my device now
@mykedev4377
@mykedev4377 6 ай бұрын
Great video, how does the KeyStore and Secure Element (if present) fits in all this?
@Anita95_original
@Anita95_original 4 ай бұрын
Love the pony tails. BTW, I would like apps in their own directory, sandboxed, and access to other directories given ONLY manually.
@joshua43214
@joshua43214 4 ай бұрын
I forget the name of it, but there is an Android distro that does exactly this. Only runs on the Pixel tho, which is a deal breaker for me
@0xfolling
@0xfolling 3 ай бұрын
Perhaps GrapheneOS' appprivate storage?
@pizzadesushi0000
@pizzadesushi0000 Ай бұрын
all of that and google still knows every thought i have
@solidwire
@solidwire 5 ай бұрын
Oh it's secure alright... So secure I still can't find the rotary dial to make a phone call... Seriously... Thank you as I Enjoy these snippets of either base info to a thorough yet quick overview... These have helped solve an issue or two in which I was making the problem more complex than necessary... Nice work ! ! I can't tell if you're sharing knowledge based on projects or is this part of your study method for classes? Be well ! !
@waldolemmer
@waldolemmer 3 ай бұрын
She's a KZbinr. She makes money by making videos.
@criticaltinkering
@criticaltinkering 2 ай бұрын
I don't wear contacts, so I'm safe.🤓
@ZackyJamel
@ZackyJamel Ай бұрын
Hi @Lauriewired, I was following your frida tutorial, but I can't run fridaserver bcz it saying permission denied (Selinux).
@catmage
@catmage 6 ай бұрын
I remember reading somewhere that rooting your device gives all apps root access. Do you know if this is true?
@LifeSkeptic
@LifeSkeptic 6 ай бұрын
No, you have to grant root access to those apps using the root manager. Although, I am not sure but if your root manager is somehow corrupted through malware or the source is sus then some apps may be given root access without you knowing, never seen that happen though
@WistrelChianti
@WistrelChianti 6 ай бұрын
Liking for the info but seriously still hate how I can't be effing root on my own device without employing the work of exploits to gain it
@Vancer876
@Vancer876 6 ай бұрын
Great video
@LandonMusic-mr2tn
@LandonMusic-mr2tn 22 күн бұрын
I didn’t know that android runs off of SElinux I thought it just ran on regular Linux. That’s actually pretty cool.
@DavidHelloWorld
@DavidHelloWorld 6 ай бұрын
Would love to know how Android’s security compare’s to iOS, and who leads that effort
@blu3h4t
@blu3h4t 6 ай бұрын
selinux is military grade but unix which ios (kinda) is build on is also military grade :D
@notafbihoneypot8487
@notafbihoneypot8487 6 ай бұрын
​@@blu3h4t, that means nothing.
@notafbihoneypot8487
@notafbihoneypot8487 6 ай бұрын
To answer, this is somewhat a complex issue, its "loosely based" on the Unix , Because android can be put on anything, its hard to pin point because depends on the vendor and streamline updates, Stock Iphone can be far more secure then Stock android, (depends on the vendor) on the android side too. GOS has a slightly higher stock android security "stock" experience.
@blu3h4t
@blu3h4t 6 ай бұрын
@@notafbihoneypot8487 i bet m$ would beg to differ :D
@LongerThanAverageUsername
@LongerThanAverageUsername 6 ай бұрын
@@notafbihoneypot8487not a very military grade response of you. SMH
@paxcoder
@paxcoder 19 күн бұрын
Is this that "Anime" I've heard about? It's super realistic. P.S. I do believe you're one smart and capable cookie, don't get me wrong sis.
@riyadm2006
@riyadm2006 19 күн бұрын
U feel like AI
@hansisbrucker813
@hansisbrucker813 Ай бұрын
TIL Android uses SELinux. Makes sense in hindsight 🤔
@Tok3r213
@Tok3r213 4 ай бұрын
The virtual machine Android
@erintyres3609
@erintyres3609 4 ай бұрын
Everything that she says is true, but your calls, movements, and online activities are still closely tracked on all smart phones.
@Cineenvenordquist
@Cineenvenordquist 2 ай бұрын
Root while you may? To that effect, are Lineage OS (open source android something something) builds not sourcecode accompanied or indeed mods for people who need press and other protections not offered as a sidecar?
@erintyres3609
@erintyres3609 2 ай бұрын
@@Cineenvenordquist Lineage OS or Graphene OS improve your device's security to some extent, but I believe that the user's calls and movements can still be tracked.
@claer000
@claer000 6 ай бұрын
TOUCHING GRASS MENTIONNED
@Blklts1
@Blklts1 6 ай бұрын
But still shit like Pegasus exists Security my ass.
@thesickestnoodle-nq3wn
@thesickestnoodle-nq3wn 6 ай бұрын
pegasus is iOS malware silly (and incredibly more complicated than your average malware since it's state sponsored...)
@Blklts1
@Blklts1 6 ай бұрын
@@thesickestnoodle-nq3wn My point still stands. iOS supposed to be the best out there innit?
@jyothishkumar3098
@jyothishkumar3098 5 ай бұрын
Pegasus works because the modem isn't isolated from the SoC and it uses nonfree firmware. So it can directly access the CPU and the kernel wouldn't know it. The only solution is to use open hardware devices, or if you can't get FCC to allow open radio firmware, at least using a phone with an isolated modem. But the latest such popular phone I know of is Samsung Galaxy Note 2. I guess the Purism Librem 5 also has it, which would make it the most advanced. Also, Pinephone and Pinephone Pro have free firmware replacement, which cannot be legally shipped due to FCC regulations, which will also be secure.
@jyothishkumar3098
@jyothishkumar3098 5 ай бұрын
​@@Blklts1 iOS is supposed to be the worst lol.. it depends on whether you trust cryptographic science or Apple's marketing claims 😂
@thesickestnoodle-nq3wn
@thesickestnoodle-nq3wn 5 ай бұрын
@@jyothishkumar3098 lol this is a copypasta wtf are you talking about nothing you say here is even remotely relevant to pegasus...
@kxpes
@kxpes Ай бұрын
Android is safe for google, not for it's user
@ahmedamr1124
@ahmedamr1124 6 ай бұрын
Can you back road map for malware analysis
@yascilisaowsyj8636
@yascilisaowsyj8636 6 ай бұрын
Greetings, fellow gentlemen
@LeethLee1
@LeethLee1 5 ай бұрын
hello sir
@Sleep4Week
@Sleep4Week 6 ай бұрын
Do they still use toybox as the bootloader?
@naveenrawat1549
@naveenrawat1549 3 ай бұрын
Ahmm!!! Agian I forgot to listen can you repeat that 👀👀
@TheRealUsername
@TheRealUsername 2 ай бұрын
😒
@maz5232
@maz5232 6 ай бұрын
Hi Please teach us how can use frida Thanks
@mr.shredder5430
@mr.shredder5430 6 күн бұрын
so thats why we cant we c++ directly on android studio
@deletevil
@deletevil 2 ай бұрын
This is only valid for non-chinese phones.
@nireshmaharaj2682
@nireshmaharaj2682 4 ай бұрын
Apps are not safe. Don't believe that for a minute.
@iecasper
@iecasper 24 күн бұрын
Normally...😢
@wakeupNeo_
@wakeupNeo_ 3 ай бұрын
yes please
@amirarshiamirzaei710
@amirarshiamirzaei710 6 ай бұрын
wow a security analyst who touch grass WTF the world has come to and end ! (joke BTW)
@dao_jones
@dao_jones 4 ай бұрын
Wrong, it works like this: "Help! There's not enough RAM to perform virtualization inside this nutshell!"
@Cineenvenordquist
@Cineenvenordquist 2 ай бұрын
Try a flagship or even just a new tcl or OnePlus phone. 32GB oughtta be 3 VM?
@electromatic138
@electromatic138 6 ай бұрын
Simps in the chat boys
@coreym162
@coreym162 4 ай бұрын
Learn what that "Acronym" means, please!
@nuxbot919
@nuxbot919 2 ай бұрын
Yes mommy
@erict.35
@erict.35 2 ай бұрын
More like daddy. Can’t you hear the postproduction higher pitched voice tuning? Artificial cuteness.
@WillJackDo
@WillJackDo 4 ай бұрын
OMG IRL ANIME GIRL!!!
@g04tn4d0
@g04tn4d0 6 ай бұрын
I like her voice. 🐐😍🎉
@xila8861
@xila8861 6 ай бұрын
oh, she is real. very cool content, keep it up.
@nicholaszustak6299
@nicholaszustak6299 6 ай бұрын
Sounds very similar to iOS
@jyothishkumar3098
@jyothishkumar3098 5 ай бұрын
But no one knows how iOS works under the hood, except Apple
@mcorbin9474
@mcorbin9474 4 ай бұрын
NERDS!
@InkaHacker
@InkaHacker 6 ай бұрын
I'm on love 🥺🌹
@hmimzomatrix
@hmimzomatrix 2 ай бұрын
su -c setenforce 0
@bihamdabih
@bihamdabih 6 ай бұрын
Cool
@and0x00
@and0x00 6 ай бұрын
ASMR ...
@osark2487
@osark2487 6 ай бұрын
She may just read lorem ipsum and I would watch anyways. Thats the only tech channel I subscribed, that I care not for the tech
@knewdist
@knewdist 6 ай бұрын
domo arigato mr. roboto gozaimasu 😶‍🌫️
@virno69420
@virno69420 6 ай бұрын
SELinux = NSA's backdoor
@RogueParatha
@RogueParatha 6 ай бұрын
Care to elaborate how a process isolation system is a backdoor?
@virno69420
@virno69420 6 ай бұрын
@@RogueParatha Nice try fed, I'm a good citizen
@henleyn5046
@henleyn5046 6 ай бұрын
How
@thesickestnoodle-nq3wn
@thesickestnoodle-nq3wn 6 ай бұрын
@@RogueParatha developed by the NSA, for the NSA. Checkmate liberal. *starts twerking*
@maracaman1
@maracaman1 6 ай бұрын
​@virno69420 schizophrenic
@Abandex369
@Abandex369 6 ай бұрын
wife
@Sharp931
@Sharp931 6 ай бұрын
M'lady! 😻
@AGGPEE
@AGGPEE 5 ай бұрын
UwU
@alexyo2440
@alexyo2440 6 ай бұрын
If it wasn't for the head bobs you'd think this was AI generated
@damionmccoy9966
@damionmccoy9966 6 ай бұрын
You make it sound so secure when reality is it's far from it.
@henleyn5046
@henleyn5046 6 ай бұрын
It would be useful to explain why
@popcat2309
@popcat2309 5 ай бұрын
@@henleyn5046 i doubt that he has any explanation. he heard it from software and dumped it here to sound cool
@31redorange08
@31redorange08 Ай бұрын
​@@henleyn5046 We all know he can't elaborate.
@stephenjacks8196
@stephenjacks8196 3 ай бұрын
Android has security?
@FMTC11
@FMTC11 6 ай бұрын
She talks like Poppy. Also sounds like an AI voice.
@notaras1985
@notaras1985 6 ай бұрын
You are so bitter
@Cineenvenordquist
@Cineenvenordquist 2 ай бұрын
Er, linkify what you mean, but it's more interesting if you say what menaces etc. in her audio spectrograph.
@BltEnthusiast
@BltEnthusiast 6 ай бұрын
Why this sound like chat gpt
@JBroMCMXCI
@JBroMCMXCI 6 ай бұрын
First pin me 🥺
@WobblyPlays
@WobblyPlays 6 ай бұрын
NAAAAHHH BRU AINT NOBODY GONNA PIN SOMEONE AS ANNOYING AS YOU
@isaachernandez5867
@isaachernandez5867 6 ай бұрын
Would be better if you talk normally.
@jyothishkumar3098
@jyothishkumar3098 5 ай бұрын
Would be better if you behave civilized
@isaachernandez5867
@isaachernandez5867 5 ай бұрын
​@@jyothishkumar3098 How so?
@shiiswii4136
@shiiswii4136 5 ай бұрын
​@@isaachernandez5867She is speaking normally
Operation Binder: Secrets of Inter-Process Communication
42:54
LaurieWired
Рет қаралды 239 М.
The Magic of RISC-V Vector Processing
16:56
LaurieWired
Рет қаралды 324 М.
MAGIC TIME ​⁠@Whoispelagheya
00:28
MasomkaMagic
Рет қаралды 38 МЛН
Walking on LEGO Be Like... #shorts #mingweirocks
00:41
mingweirocks
Рет қаралды 5 МЛН
How a Clever 1960s Memory Trick Changed Computing
20:05
LaurieWired
Рет қаралды 435 М.
Cybersecurity "Experts" suck at coding.  It's a problem.
15:12
LaurieWired
Рет қаралды 121 М.
Coding Pong in C from Scratch | Drawing to a Window | Ep. 1
54:53
HirschDaniel
Рет қаралды 4,3 М.
An Introduction to Malware Analysis
1:10:01
crow
Рет қаралды 48 М.
A Competition for Unreadable Code?
12:33
LaurieWired
Рет қаралды 166 М.
How to Crack Software (Reverse Engineering)
16:16
Eric Parker
Рет қаралды 690 М.
This is the code that sent Apollo 11 to the moon (and it’s awesome)
19:09
Hacking Windows TrustedInstaller (GOD MODE)
31:07
John Hammond
Рет қаралды 716 М.
Linux vs Windows: Malware
6:57
The PC Security Channel
Рет қаралды 244 М.
kurisu makise roasts your CAPTCHA system
16:07
LaurieWired
Рет қаралды 31 М.
MAGIC TIME ​⁠@Whoispelagheya
00:28
MasomkaMagic
Рет қаралды 38 МЛН