Category: Security

The Privacy, Security, & OSINT Show – Episode 249

EPISODE 249-Requests, Freezes, & Removals

This week I offer new perspective on consumer requests, credit freezes, and data removal. We should all take a new look at our exposure.

Direct support for this podcast comes from our privacy services, online training, and new book: Open Source Intelligence Techniques (9th Edition). More details can be found at IntelTechniques.com. Your support eliminates any ads, sponsors, endorsements, Patreon, donations, or commercial influence on this show.


SHOW NOTES:

INTRO:

Early Warning

NEWS & UPDATES:

None

REQUESTS, FREEZES, & REMOVALS:

https://inteltechniques.com/requests.html
https://inteltechniques.com/freeze.html
https://inteltechniques.com/workbook.html


Free Workbooks: https://inteltechniques.com/links.html

Affiliate Links:
ProtonVPN: https://go.getproton.me/aff_c?offer_id=26&aff_id=1519&url_id=277
ProtonMail: https://go.getproton.me/aff_c?offer_id=7&aff_id=1519
SimpleLogin Masked Email: https://simplelogin.io?slref=osint
Silent Pocket Bags & Wallets: https://slnt.com/discount/IntelTechniques


The Privacy, Security, & OSINT Show – Episode 248

EPISODE 248-Privacy vs. COVID

This week Jason joins me to discuss privacy complications (and solutions) regarding COVID.

Direct support for this podcast comes from our privacy services, online training, and new book: Open Source Intelligence Techniques (9th Edition). More details can be found at IntelTechniques.com. Your support eliminates any ads, sponsors, endorsements, Patreon, donations, or commercial influence on this show.


SHOW NOTES:

INTRO:

None

NEWS & UPDATES:

Cleaning the whois leak
Modified cid.sh script
https://jottol.wordpress.com/
Twilio transcriptions forced unless you make a Twimlet with false tag

PRIVACY VS. COVID:

Discussion


Free Workbooks: https://inteltechniques.com/links.html

Affiliate Links:
ProtonVPN: https://go.getproton.me/aff_c?offer_id=26&aff_id=1519&url_id=282
ProtonMail: https://go.getproton.me/aff_c?offer_id=26&aff_id=1519&url_id=267
SimpleLogin Masked Email: https://simplelogin.io?slref=osint
Silent Pocket Bags & Wallets: https://slnt.com/discount/IntelTechniques
Privacy.com: https://privacy.com/join/ADK9W


The Privacy, Security, & OSINT Show – Episode 247

EPISODE 247-Weekly Recap

This week I offer a brief episode to tackle this week's privacy news and a new OSINT tip.

Direct support for this podcast comes from our privacy services, online training, and new book: Open Source Intelligence Techniques (9th Edition). More details can be found at IntelTechniques.com. Your support eliminates any ads, sponsors, endorsements, Patreon, donations, or commercial influence on this show.


SHOW NOTES:

INTRO:

None

WEEKLY RECAP:

Signal Messages Accessed
Disable 2G in Android 12
Plaid Lawsuit
IRS ID.me
IntelX Whois Scrape


Free Workbooks: https://inteltechniques.com/links.html

Affiliate Links:
ProtonVPN: https://go.getproton.me/aff_c?offer_id=26&aff_id=1519&url_id=282
ProtonMail: https://go.getproton.me/aff_c?offer_id=26&aff_id=1519&url_id=267
SimpleLogin Masked Email: https://simplelogin.io?slref=osint
Silent Pocket Bags & Wallets: https://slnt.com/discount/IntelTechniques
Privacy.com: https://privacy.com/join/ADK9W


The Privacy, Security, & OSINT Show – Episode 246

EPISODE 246-Android Sanitization

This week I discuss Android sanitization without custom ROMs, unlocked boot-loaders, or rooted devices. You may be surprised how easily you can make any Android device more private and secure.

Direct support for this podcast comes from our privacy services, online training, and new book: Open Source Intelligence Techniques (9th Edition). More details can be found at IntelTechniques.com. Your support eliminates any ads, sponsors, endorsements, Patreon, donations, or commercial influence on this show.


SHOW NOTES:

INTRO:

https://inteltechniques.com/blog/2021/12/27/appreciation-for-the-smartphone/

NEWS & UPDATES:

Book Discounts
PayPal Cell Requirements

ANDROID SANITIZATION:

ADB Installation:
Linux: sudo apt update && sudo apt install android-tools-adb android-tools-fastboot
Mac: brew install android-platform-tools
Windows: choco install adb

USB Debugging:
Settings > About Phone > Build Number (x7)
Settings > System > Advanced > Developer Options > Enable > USB Debugging > Enable

ADB Test:
adb devices

List all packages:
adb shell pm list packages --user 0

List specific packages:
adb shell pm list package --user 0 | grep 'google'

Uninstall a package for primary user:
adb shell pm uninstall -k --user 0 com.google.android.youtube

Reinstall a package for primary user:
adb shell cmd package install-existing com.google.android.youtube

Disable a package for primary user:
adb shell pm disable-user --user 0 com.google.android.youtube

Reenable a package for primary user:
adb shell pm enable com.google.android.youtube

Google services and apps examples:
Google Services: com.google.android.gsf
Google Play: com.google.android.gms
Google Store: com.android.vending
Google Carriers: com.google.android.ims
Google Speech: com.google.android.tts
Google Telemetry: com.google.mainline.telemetry
Google Photos: com.google.android.apps.photos
Google Maps: com.google.android.apps.maps
Google Calendar: com.google.android.calendar
Google Contacts: com.google.android.contacts
Google Messages: com.google.android.apps.messaging
Google Dialer: com.google.android.dialer
Google Keyboard: com.google.android.inputmethod.latin
Gmail: com.google.android.gm
Youtube: com.google.android.youtube

Simple Tools:
https://www.simplemobiletools.com

Extract and Install Example:
adb shell pm path com.android.gallery3d
adb pull /product/app/Gallery2/Gallery2.apk
adb install --user 0 Gallery2.apk

Secondary Profiles:
adb shell pm list packages --user 10
adb shell pm list package --user 10 | grep 'google'
adb install --user 10
adb shell pm uninstall -k --user 10 com.google.android.youtube
adb shell cmd package install-existing --user 10 com.google.android.youtube
adb shell pm disable-user --user 10 com.google.android.youtube
adb shell pm enable --user 10 com.google.android.youtube


Free Workbooks: https://inteltechniques.com/links.html

Affiliate Links:
ProtonVPN: https://go.getproton.me/aff_c?offer_id=26&aff_id=1519&url_id=282
ProtonMail: https://go.getproton.me/aff_c?offer_id=26&aff_id=1519&url_id=267
SimpleLogin Masked Email: https://simplelogin.io?slref=osint
Silent Pocket Bags & Wallets: https://slnt.com/discount/IntelTechniques
Privacy.com: https://privacy.com/join/ADK9W


The Privacy, Security, & OSINT Show – Episode 245

EPISODE 245-OSINT 9 & Privacy Updates

This week I release my latest OSINT book and discuss the numerous updates within it. I also present an Offense/Defense tip which was excluded from the book due to sensitivity concerns and several pieces of privacy-related news and updates. This is a big show.

Direct support for this podcast comes from our privacy services, online training, and new book: Open Source Intelligence Techniques (9th Edition). More details can be found at IntelTechniques.com. Your support eliminates any ads, sponsors, endorsements, Patreon, donations, or commercial influence on this show.


SHOW NOTES:

INTRO:

None

NEWS & UPDATES:

Emergency bags

https://www.stltoday.com/news/local/govt-and-politics/parson-says-he-believes-prosecutor-will-bring-charges-in-post-dispatch-case/article_c4d88dae-fbf7-565f-a96c-e3589a626273.html

https://www.houstonchronicle.com/news/houston-texas/crime/article/Veteran-flight-attendant-s-arrest-at-IAH-

https://play.google.com/store/apps/details?id=com.apple.trackerdetect
https://f-droid.org/en/packages/de.seemoo.at_tracking_detection/

Verizon Customer Experience program

212-255-2748

OSINT 9:

https://inteltechniques.com/book1.html
https://amzn.to/3zoMZpZ

Overall Summary
Detailed Summary

PLANTING FLAG UPDATE:

Store Membership Intrusion

Next week: Android Sanitization


Free Workbooks: https://inteltechniques.com/links.html

Affiliate Links:
ProtonVPN: https://go.getproton.me/aff_c?offer_id=26&aff_id=1519&url_id=282
ProtonMail: https://go.getproton.me/aff_c?offer_id=26&aff_id=1519&url_id=267
SimpleLogin Masked Email: https://simplelogin.io?slref=osint
Silent Pocket Bags & Wallets: https://slnt.com/discount/IntelTechniques
Privacy.com: https://privacy.com/join/ADK9W