#510: 20–30% Of Attacks Use AI: John Hammond details today’s hybrid attacks
David Bombal11 Syys

#510: 20–30% Of Attacks Use AI: John Hammond details today’s hybrid attacks

To try everything Brilliant has to offer for free for a full 30 days, visit https://brilliant.org/davidbombal or scan the QR code onscreen – You’ll also get 20% off an annual premium subscription. In this 2025 deep-dive, David Bombal sits down with John Hammond to map the real state of hacking: classic ransomware/infostealers meet AI-assisted malware (including code that leverages LLMs). We unpack the ClickFix and FileFix social-engineering patterns, fake CAPTCHA and “save/upload” flows that trick users into running payloads, and the practical Windows mitigations (policy/registry ideas) you should know. John shares why he estimates 20–30% of attacks now have some AI touch, how social engineering scales, and where defenders can push back. For your career, he argues opportunities are expanding: use CTFs, show your work on GitHub/video, and consider OSCP for signaling. He also introduces Just Hacking Training (JHT), handson hack-alongs, archived CTFs, free upskill challenges, and pay-what-you-want courses with industry all-stars. What you’ll learn: • How ClickFix/FileFix actually trick users • Realistic mitigation tactics you can apply • The current role of AI in malware • Career roadmap: CTFs → OSCP → portfolio • Where to get hands-on: JHT resources // John Hammond’s SOCIALS // YouTube: / @_johnhammond X: https://x.com/_johnhammond LinkedIn: / johnhammond010 Discord: / discord Instagram: / _johnhammond TikTok: / johnhammond010 GitHub: https://github.com/JohnHammond Humble Bundle: https://www.humblebundle.com/?partner... Just Hacking Training: https://www.justhacking.com/ ClickFix Website: https://clickfix-wiki.github.io/ // YouTube video REFERENCE // Linux got hacked with this AI Image: • Linux got Hacked with this AI image! Hackers trick everyone to run malware (FileFix): • hackers trick everyone to run malware (Fil... OSINT Tools to track you down: • OSINT tools to track you down. You cannot ... // David's SOCIAL // Discord: discord.com/invite/usKSyzb Twitter: www.twitter.com/davidbombal Instagram: www.instagram.com/davidbombal LinkedIn: www.linkedin.com/in/davidbombal Facebook: www.facebook.com/davidbombal.co TikTok: tiktok.com/@davidbombal YouTube: / @davidbombal Spotify: open.spotify.com/show/3f6k6gE... SoundCloud: / davidbombal Apple Podcast: podcasts.apple.com/us/podcast... // MY STUFF // https://www.amazon.com/shop/davidbombal // SPONSORS // Interested in sponsoring my videos? Reach out to my team here: sponsors@davidbombal.com // MENU // 0:00 - Coming up 0:58 - Intro & Current State of Hacking 03:42 - Brilliant Advert 05:14 - The Wave of AI Attacks 07:43 - Click(Fix) Hack 10:10 - FileFix: The Future Hacks 11:14 - Current Affairs & Social Engineering 15:17 - Raising Awareness 19:18 - Security Research 20:51 - Is There a Future for Younger People in This Industry? 22:54 - What Should I Do to Get There? 24:11 - Recommended Certifications 26:34 - Where Do I Start? 28:26 - About John Hammond’s Work 31:12 - Outro Please note that links listed may be affiliate links and provide me with a small percentage/kickback should you use them to purchase any of the items listed or recommended. Thank you for supporting me and this channel! Disclaimer: This video is for educational purposes only.

Jaksot(500)

#86:  Network Automation: Schedule Cisco config backups with kron and archive

#86: Network Automation: Schedule Cisco config backups with kron and archive

Network Automation isn't difficult. With just a few CLI commands you can automate the backup of your Cisco networks. Use Kron and archive to back up configs to TFTP, FTP or SCP servers. Don't try to do everything manually. Automate it! Just like cron in Linux, you can use kron on Cisco IOS to schedule things. Schedule backups, schedule TCL scripts and much more. Amaze others with your knowledge of the Cisco IOS. You don't need python for these scripts. Rock that job interview and show senior network engineers what you can do. Keep on learning and change your life. Get that good paying job by showing your skills. Menu: 1) Intro: 0:01 2) IOS requirements: 2:02 3) Lab Setup: 2:42 4) Kron config: 4:24 5) Archive config: 9:01 In later videos I'll show you how to use Python scripts and other cool options on Cisco IOS devices. ================================ Free TFTP Server: ================================= Free SolarWinds TFTP Server: http://bit.ly/2mbtD6j ================================= Documentation: ================================= Kron: http://bit.ly/2kkgIhU Archive: http://bit.ly/2kI8BMb http://bit.ly/2mgQa1L ================================= Books: ================================= Cisco Press Book: https://amzn.to/2LpaU1a Good O'Reilly Book: https://amzn.to/2Lpbw6Z ================================= Kron Script: ================================= kron policy-list backupconfig cli show running-config | redirect tftp://10.1.3.4/r1-shrun.cfg kron occurrence backupminute in 1 recurring policy-list backupconfig kron occurrence backupweekly at 23:00 Sun recurring policy-list backupconfig debug kron all show kron schedule ================================= Archive Script: ================================= archive log config logging enable hidekeys path tftp://10.1.3.4/$h- wr time-peiod 10080 ! sh archive ================================= 10x Engineer CCNA DevNet Cisco Devnet Associate CCNP Enterprise CCNP Security CCNP Data Center CCNP Service Provider CCNP Collaboration Cisco Certified Devnet Professional Cisco Certified Network Professional Python Network Automation Network Programmability LPIC 1 LPIC 2 Linux Professional Institute LX0-103 LX0-104 XK0-004 How did you find this video? Did you enjoy learning about kron and the archive of your configs? scripts? All the best! David Bombal David’s details: YouTube: https://www.youtube.com/davidbombal Twitter: https://www.twitter.com/davidbombal Instagram: https://www.instagram.com/davidbombal LinkedIn: https://www.linkedin.com/in/davidbombal Facebook: https://www.facebook.com/davidbombal.co Website: http://www.davidbombal.com #ccna #devnet #python

17 Syys 201916min

#85: 10x Engineer: Linux, TCL and EEM scripts directly on Cisco IOS!

#85: 10x Engineer: Linux, TCL and EEM scripts directly on Cisco IOS!

Learn TCL, Embedded Event Manager and Linux Shell scripts on Cisco IOS! No need to use Python or use a Linux VM. Just run these directly on Cisco IOS! You can be a 10x Engineer! Amaze others with your knowledge of the Cisco IOS. You don't need python for these scripts. Rock that job interview and show senior network engineers what you can do. Keep on learning and change your life. Get that good paying job by showing your skills. Menu: 1) TCL Scripts: 2:00 2) Embedded Event Manager Scripts: 7:45 3) Linux Scripts: 14:05 In later videos I'll show you how to use Python scripts and other cool options on Cisco IOS devices. ================================ Free TFTP Server: ================================= Free SolarWinds TFTP Server: http://bit.ly/2mbtD6j ================================= Documentation: ================================= TCL: http://bit.ly/2mbkRoT EEM: http://bit.ly/2lQZWHl Shell: http://bit.ly/2kwMyYN ================================= Books: ================================= Cisco Press Book: https://amzn.to/2LpaU1a Good O'Reilly Book: https://amzn.to/2Lpbw6Z ================================= TCL Script: ================================= tclsh foreach ipaddr { 10.1.1.1 10.1.1.2 10.1.1.3 10.1.1.4 10.1.1.1 10.1.1.2 10.1.1.3 } { ping $ipaddr} tclsh ping.tcl ================================= EEM Script: ================================= event manager applet GIG0_DOWN event syslog pattern "Interface GigabitEthernet0/0, changed state to administratively down" period 1 action 1.0 cli command "enable" action 2.0 cli command "config terminal" action 3.0 cli command "interface g0/0" action 4.0 cli command "shutdown" action 5.0 cli command "no shutdown" action 6.0 syslog msg "What's going on? GIG 0/0 went down!" ! end debug event manager action cli ================================= Linux Shell Script: ================================= for x in 1 2 3 do ping 10.1.1.$x done function testping(){ ping 10.1.1.1 ping 10.1.1.2 ping 10.1.1.3 ping 10.1.1.4 } function testecho(){ echo 10.1.1.1 echo 10.1.1.2 echo 10.1.1.3 echo 10.1.1.4 } 10x Engineer CCNA Cisco Devnet Associate CCNP Enterprise CCNP Security CCNP Data Center CCNP Service Provider CCNP Collaboration Cisco Certified Devnet Professional Cisco Certified Network Professional LPIC 1 LPIC 2 Linux Professional Institute LX0-103 LX0-104 XK0-004 How did you find this video? Did you enjoy learning about tcl, eem and linux scripts? All the best! David Bombal David’s details: YouTube: https://www.youtube.com/davidbombal Twitter: https://www.twitter.com/davidbombal Instagram: https://www.instagram.com/davidbombal LinkedIn: https://www.linkedin.com/in/davidbombal Facebook: https://www.facebook.com/davidbombal.co Website: http://www.davidbombal.com #linux #ccna #devnet

17 Syys 201919min

#84: 10x Engineer: Linux commands on Cisco IOS? Wow!

#84: 10x Engineer: Linux commands on Cisco IOS? Wow!

You can run amazing Linux commands such as grep, line numbers, scripts and more on Cisco IOS! And without a Linux shell! Just run these directly on Classic Cisco IOS switches and routers! Use grep, man, head, tail, cat and many other Linux commands directly on Cisco IOS. Menu: 1) IOS version required: 2:09 2) IOS XE vs Classic IOS: 2:42 3) Terminal vs config mode: 5:00 4) grep -i (ignore case): 7:39 5) line numbers on any command: 9:28 6) Sorting the output: 12:41 Previous Video in series: https://youtu.be/31XuFB50oe8 Cisco IOS Shell Configuration Guide: http://bit.ly/2kwMyYN IOS vs IOS XE (via cows): http://bit.ly/2kcAWKq IOS XE: https://en.wikipedia.org/wiki/Cisco_IOS_XE You don't need a linux shell or linux virtual machine to use these commands. You can use them directly in classic Cisco IOS! 10x Engineer CCNA Cisco Devnet Associate CCNP Enterprise CCNP Security CCNP Data Center CCNP Service Provider CCNP Collaboration Cisco Certified Devnet Professional Cisco Certified Network Professional LPIC 1 LPIC 2 Linux Professional Institute LX0-103 LX0-104 XK0-004 David’s details: YouTube: https://www.youtube.com/davidbombal Twitter: https://www.twitter.com/davidbombal Instagram: https://www.instagram.com/davidbombal LinkedIn: https://www.linkedin.com/in/davidbombal Facebook: https://www.facebook.com/davidbombal.co Website: http://www.davidbombal.com #linux #cisco #DevNet

10 Syys 201915min

#83: I'm Sorry.... Boson CCNA Giveaway

#83: I'm Sorry.... Boson CCNA Giveaway

I'm sorry Boson. I went overboard with this CCNA giveaway! Please forgive me. Subscribe and click the bell to get notifications so you can win prizes. Change your life by becoming certified. Winners: Joseph O'Neill - USA Fai Yew - Singapore HANNINGTON OKOTH - Kenya Nedal - Saudi Arabia Abdikadir Mohamed - India Free Python Course: http://bit.ly/2ko1WH2 Get Boson stuff: David Bombal Kit: http://bit.ly/bosondavidbombal Boson ExSim-Max Practice Exams: http://bit.ly/BosonExSim Boson home page: http://bit.ly/2LX27oL Boson NetSim: http://bit.ly/BosonNetSim Send messages to Boson: Boson Twitter: https://twitter.com/BosonSoftware Boson LinkedIn: https://www.linkedin.com/company/boson/ Boson Facebook: https://www.facebook.com/bosonsoftware/ Inspiration: Katherine's story: https://youtu.be/hCRjDwuuQOA 10x Engineer Cisco Devnet Associate CCNP Enterprise CCNP Security CCNP Data Center CCNP Service Provider CCNP Collaboration Cisco Certified Devnet Professional Cisco Certified Network Professional LPIC 1 LPIC 2 Linux Professional Institute LX0-103 LX0-104 XK0-004 Giveaway David’s details: YouTube: https://www.youtube.com/davidbombal Twitter: https://www.twitter.com/davidbombal Instagram: https://www.instagram.com/davidbombal LinkedIn: https://www.linkedin.com/in/davidbombal Facebook: https://www.facebook.com/davidbombal.co Website: http://www.davidbombal.com #ccna #WeLoveBoson #cisco

10 Syys 20198min

#82: 10x Engineer: What? You can do this on Cisco IOS?

#82: 10x Engineer: What? You can do this on Cisco IOS?

Wow! You can run these amazing Linux commands on Cisco IOS? And without a Linux shell? Just run these directly on Classic Cisco IOS switches and routers! Use grep, man, head, tail, cat and many other Linux commands directly on Cisco IOS. More information here: http://bit.ly/2k3YFMG You don't need a linux shell or linux virtual machine to use these commands. You can use them directly in classic Cisco IOS! 10x Engineer Cisco Devnet Associate CCNP Enterprise CCNP Security CCNP Data Center CCNP Service Provider CCNP Collaboration Cisco Certified Devnet Professional Cisco Certified Network Professional LPIC 1 LPIC 2 Linux Professional Institute LX0-103 LX0-104 XK0-004 David’s details: YouTube: https://www.youtube.com/davidbombal Twitter: https://www.twitter.com/davidbombal Instagram: https://www.instagram.com/davidbombal LinkedIn: https://www.linkedin.com/in/davidbombal Facebook: https://www.facebook.com/davidbombal.co Website: http://www.davidbombal.com #linux #cisco #DevNet

10 Syys 201916min

#81:  CCNA Giveaway. Don't miss out.

#81: CCNA Giveaway. Don't miss out.

Want to win an amazing Boson prize? Fantastic CCNA prize available. Enter here: http://bit.ly/2lZ3qrA David’s details: YouTube: https://www.youtube.com/davidbombal Twitter: https://www.twitter.com/davidbombal Instagram: https://www.instagram.com/davidbombal LinkedIn: https://www.linkedin.com/in/davidbombal Facebook: https://www.facebook.com/davidbombal.co Website: http://www.davidbombal.com #ccna #boson #giveaway

7 Syys 20198min

#80:  GNS3: Version 2.2 and the Future?

#80: GNS3: Version 2.2 and the Future?

What's the future of GNS3? What new features are coming? In this video Jeremy Grossmann (creator of GNS3) discusses features in GNS 2.2 and later versions of GNS3. Menu: Affinity Symbols: 0:12 Cloud Symbols: 2:10 Version 2.3 and long term plans: 5:05 David’s details: YouTube: https://www.youtube.com/davidbombal Twitter: https://www.twitter.com/davidbombal Instagram: https://www.instagram.com/davidbombal LinkedIn: https://www.linkedin.com/in/davidbombal Facebook: https://www.facebook.com/davidbombal.co Website: http://www.davidbombal.com #gns3 #gns3vm #gns3tutorial

5 Syys 20198min

#79:  GNS3 2.2: Jeremy tells us about the new features

#79: GNS3 2.2: Jeremy tells us about the new features

Jeremy Grossmann (creator of GNS3) discusses GNS3 2.2 features with David Bombal. Features discussed include Hyper-V support, migration to 2.2, link status and the Web UI. Menu: Link Detection Status: 0:10 Hyper-V support: 4:44 Web-UI: 7:45 New GNS3 VM = Ubuntu 18.04: 10:00 More in the next video Full details here: https://docs.google.com/document/d/1auCG_fHgJrG73iwvQuvONsacknnIYfmayeYRcpt70sE/preview David’s details: YouTube: https://www.youtube.com/davidbombal Twitter: https://www.twitter.com/davidbombal Instagram: https://www.instagram.com/davidbombal LinkedIn: https://www.linkedin.com/in/davidbombal Facebook: https://www.facebook.com/davidbombal.co Website: http://www.davidbombal.com #GNS3 #GNS3v2 #GNS3

3 Syys 201913min