The REST API Handbook โ How to Build, Test, Consume, and Document REST APIs https://www.freecodecamp.org/news/build-consume-and-document-a-rest-api/
freeCodeCamp.org
The REST API Handbook โ How to Build, Test, Consume, and Document REST APIs
Hi everyone! In this tutorial we're going to take a deep dive into REST APIs. I recently wrote this article where I explained the main differences between common API types nowadays. And this tutorial aims to show you an example of how you can fully i...
ITG10 Likely Targeting South Korean Entities of Interest to the Democratic Peopleโs Republic of Korea (DPRK) https://securityintelligence.com/posts/itg10-targeting-south-korean-entities/
Security Intelligence
ITG10 Likely Targeting South Korean Entities of Interest to the Democratic Peopleโs Republic of Korea (DPRK)
Cybercriminal group ITG10 is likely targeting South Korean government, universities, think tanks, and dissidents. IBM Security X-Force shares the analysis.
How is Threat Intelligence Used to Monitor Criminal Activity on the Dark Web? https://socradar.io/how-is-threat-intelligence-used-to-monitor-criminal-activity-on-the-dark-web/
SOCRadarยฎ Cyber Intelligence Inc.
How is Threat Intelligence Used to Monitor Criminal Activity on the Dark Web?
The dark web is a part of the Internet that differs from the regular Internet as it is a network that offers anonymity and privacy. Because of its structure,
Meet the Finalists for the 2023 Pwnie Awards https://www.darkreading.com/edge/meet-the-finalists-for-the-2023-pwnie-awards
Dark Reading
Meet the Finalists for the 2023 Pwnie Awards
Hosts Sophia d'Antoine and Ian Roos presented the list at Summercon in Brooklyn, New York, where they also handed out a surprise Lifetime Achievement Award.
Circumventing inotify Watchdogs https://www.archcloudlabs.com/projects/inotify/
Arch Cloud Labs
Circumventing inotify Watchdogs
About The Project Recently Iโve been building rudimentary file monitoring tools to get better at Golang, and build faux-watchdog programs for research at Arch Cloud Labs. Through this experimentation, Iโve identified some interesting gaps in the inotify subsystemโฆ
๐1
Bypass-Sandbox-Evasion - Bypass Malware Sandbox Evasion Ram Check https://www.kitploit.com/2023/06/bypass-sandbox-evasion-bypass-malware.html
Kitploit
Kitploit โ Maintenance in Progress
Kitploit is temporarily under maintenance. Weโll be back shortly with improvements.
A Collection of Android (Samsung) Security Research References https://github.com/NetKingJ/awesome-android-security
GitHub
GitHub - NetKingJ/awesome-android-security: A Collection of Android (Samsung) Security Research References
A Collection of Android (Samsung) Security Research References - NetKingJ/awesome-android-security
Reverse Engineering Terminator aka Zemana AntiMalware/AntiLogger Driver https://voidsec.com/reverse-engineering-terminator-aka-zemana-antimalware-antilogger-driver/
VoidSec
Reverse Engineering Terminator aka Zemana AntiMalware/AntiLogger Driver - VoidSec
Reverse engineering Spybot's Terminator tool (Zemana Antimalware driver) to achieve LPE as SYSTEM and unrestricted raw SCSI disk read/write.
๐1
FLASHBACK CONNECTS - Cisco RV340 SSL VPN RCE https://www.flashback.sh/blog/flashback-connects-cisco-rv340-ssl-vpn-rce
Flashback Team
FLASHBACK CONNECTS - Cisco RV340 SSL VPN RCE โ Flashback Team
Unauthenticated Remote Code Execution as root. CVSS 10
๐ค1
iOS App Extraction & Analysis https://datalocaltmp.github.io/ios-app-extraction-analysis.html
/data/local/tmp
Ios App Extraction & Analysis
There are many reasons you may want to extract iOS applications; one in particular is reviewing security and privacy aspects with an analysis tool such as Ghidra. Unfortunately, unlike .apk files for Android, .ipa files cannot be side-loaded very easily;โฆ
๐ฉ1
Inside of the WASP's nest: deep dive into PyPI-hosted malware https://blog.virustotal.com/2023/06/inside-of-wasps-nest-deep-dive-into.html
Virustotal
Inside of the WASP's nest: deep dive into PyPI-hosted malware
Photo by Matheus Queiroz on Unsplash In late 2022 we decided to start monitoring PyPI , arguably the most important Python repository, a...
๐1
Emulating IoT Firmware Made Easy: Start Hacking Without the Physical Device https://boschko.ca/qemu-emulating-firmware/
Boschko Security Blog
Emulating IoT Firmware Made Easy: Start Hacking Without the Physical Device
A step-by-step how-to guide to using QEMU in Ubuntu 18.04 to emulate embedded devices.
๐2๐ค1
Funds of every wallet created with the Trust Wallet browser extension could have been stolen without any user interaction https://blog.ledger.com/Funds-of-every-wallet-created-with-the-Trust-Wallet-browser-extension-could-have-been-stolen/
Ledger
Funds of Every Wallet Created With The Trust Wallet Browser Extension Could Have Been Stolen Without Any User Interaction | Ledger
Seed generation of Trust Wallet was flawed, the total entropy was only 32 bits. We have created a file containing all possible seeds. Fortunately, the Ledger Donjon discovered the vulnerability very quickly and likely avoided one of the biggest hack in theโฆ
๐2
Swing VPN app is a DDOS botnet https://lecromee.github.io/posts/swing_vpn_ddosing_sites/
Greek geek
Swing VPN app is a DDOS botnet
tldr: Swing VPN is using its user base to DDOS sites using its users as a an attack botnet.
Introduction It all started with a friend of mine complaining that his phone was doing a request to a specific app every few seconds. Initial assumption was that theโฆ
Introduction It all started with a friend of mine complaining that his phone was doing a request to a specific app every few seconds. Initial assumption was that theโฆ
๐2
Turning Google smart speakers into wiretaps for $100k https://downrightnifty.me/blog/2022/12/26/hacking-google-home.html
๐ฅ2
Shell We Assemble?
Unleashing Assembly for Shellcode Execution https://redops.at/en/blog/shell-we-assemble-unleashing-x86-inline-assembly-for-shellcode-execution
Unleashing Assembly for Shellcode Execution https://redops.at/en/blog/shell-we-assemble-unleashing-x86-inline-assembly-for-shellcode-execution
RedOps - English
.Shell We Assemble? Unleashing Assembly for Shellcode Execution - RedOps
๐2
It's vacation time, so we're going to disconnect for a while. We return in September. Have a good summer! https://media4.giphy.com/media/ToMjGppLes0ENI5osCc/giphy.gif
๐5โค2๐คฃ1๐จ1
Today is the day! I hope you had a very good summer vacation, today we continue sharing interesting infosec news. Keep tuned! ๐
๐2๐ฅฐ2๐2โค1๐1
Red Team Tactics: Writing Windows Kernel Drivers for Advanced Persistence (Part 2) https://v3ded.github.io/redteam/red-team-tactics-writing-windows-kernel-drivers-for-advanced-persistence-part-2
v3ded.github.io
Red Team Tactics: Writing Windows Kernel Drivers for Advanced Persistence (Part 2)
Introduction Hey everyone! Welcome back to the second part of the kernel development series. In my previous post, we briefly covered some details on setting ...