Visualização normal
-
Technical Information Security Content & Discussion
-
Privilege escalation from IIS AppPool to NT Authority/SYSTEM via AD CS RPC endpoint
submitted by /u/1046ica [link] [comments]
-
Technical Information Security Content & Discussion
-
Anatomy of a ServiceNow Red Team
submitted by /u/gid0rah [link] [comments]
Anatomy of a ServiceNow Red Team
-
Technical Information Security Content & Discussion
-
UniBLEed: Unauthenticated Root RCE on Any Unitree G1 Humanoid Robot Within Bluetooth Range
submitted by /u/WiseTuna [link] [comments]
UniBLEed: Unauthenticated Root RCE on Any Unitree G1 Humanoid Robot Within Bluetooth Range
-
Technical Information Security Content & Discussion
-
LLM-Driven Reverse Engineering vs Iterative LLM Obfuscation
submitted by /u/AvenueJay [link] [comments]
LLM-Driven Reverse Engineering vs Iterative LLM Obfuscation
-
Technical Information Security Content & Discussion
-
A fake resume invoked China’s defence tech elite, then installed VShell
submitted by /u/unknownhad [link] [comments]
A fake resume invoked China’s defence tech elite, then installed VShell
-
Technical Information Security Content & Discussion
-
/r/netsec's Q3 2026 Information Security Hiring Thread
Overview If you have open positions at your company for information security professionals and would like to hire from the /r/netsec user base, please leave a comment detailing any open job listings at your company. We would also like to encourage you to post internship positions as well. Many of our readers are currently in school or are just finishing their education. Please reserve top level comments for those posting open positions. Rules & Guidelines Include the company name in the post
/r/netsec's Q3 2026 Information Security Hiring Thread
Overview
If you have open positions at your company for information security professionals and would like to hire from the /r/netsec user base, please leave a comment detailing any open job listings at your company.
We would also like to encourage you to post internship positions as well. Many of our readers are currently in school or are just finishing their education.
Please reserve top level comments for those posting open positions.
Rules & Guidelines
Include the company name in the post. If you want to be topsykret, go recruit elsewhere. Include the geographic location of the position along with the availability of relocation assistance or remote work.
- If you are a third party recruiter, you must disclose this in your posting.
- Please be thorough and upfront with the position details.
- Use of non-hr'd (realistic) requirements is encouraged.
- While it's fine to link to the position on your companies website, provide the important details in the comment.
- Mention if applicants should apply officially through HR, or directly through you.
- Please clearly list citizenship, visa, and security clearance requirements.
You can see an example of acceptable posts by perusing past hiring threads.
Feedback
Feedback and suggestions are welcome, but please don't hijack this thread (use moderator mail instead.)
[link] [comments]
-
Technical Information Security Content & Discussion
-
r/netsec monthly discussion & tool thread
Questions regarding netsec and discussion related directly to netsec are welcome here, as is sharing tool links. Rules & Guidelines Always maintain civil discourse. Be awesome to one another - moderator intervention will occur if necessary. Avoid NSFW content unless absolutely necessary. If used, mark it as being NSFW. If left unmarked, the comment will be removed entirely. If linking to classified content, mark it as such. If left unmarked, the comment will be removed entirely. Avoid use o
r/netsec monthly discussion & tool thread
Questions regarding netsec and discussion related directly to netsec are welcome here, as is sharing tool links.
Rules & Guidelines
- Always maintain civil discourse. Be awesome to one another - moderator intervention will occur if necessary.
- Avoid NSFW content unless absolutely necessary. If used, mark it as being NSFW. If left unmarked, the comment will be removed entirely.
- If linking to classified content, mark it as such. If left unmarked, the comment will be removed entirely.
- Avoid use of memes. If you have something to say, say it with real words.
- All discussions and questions should directly relate to netsec.
- No tech support is to be requested or provided on r/netsec.
As always, the content & discussion guidelines should also be observed on r/netsec.
Feedback
Feedback and suggestions are welcome, but don't post it here. Please send it to the moderator inbox.
[link] [comments]
-
Technical Information Security Content & Discussion
-
Minimus is shutting down after raising $51M, Twistlock founders returning cash to investors
Twistlock founders Ben Bernstein, Dima Stopel and John Morello are shutting down their newest startup Minimus. They raised 51 million in seed funding from YL Ventures and Mayfield and had around 60 employees a few months ago. The pitch was stripped down container images that cut out most CVEs before they ever shipped but commercial traction never caught up to the technical story. Customers get a 60 day window before the registry goes fully offline on October 22 and remaining cash is going back t
Minimus is shutting down after raising $51M, Twistlock founders returning cash to investors
Twistlock founders Ben Bernstein, Dima Stopel and John Morello are shutting down their newest startup Minimus. They raised 51 million in seed funding from YL Ventures and Mayfield and had around 60 employees a few months ago. The pitch was stripped down container images that cut out most CVEs before they ever shipped but commercial traction never caught up to the technical story. Customers get a 60 day window before the registry goes fully offline on October 22 and remaining cash is going back to investors. Founder pedigree and funding clearly do not guarantee product market fit. Anyone else surprised this one did not make it?
[link] [comments]
-
Technical Information Security Content & Discussion
-
☢️ Philippine Nuclear Agency and Naval Contractor Targeted by Suspected Chinese-Speaking Operator
The Hunt.io research team found an open directory staging the full toolkit behind an intrusion into a Philippine nuclear research agency and a naval contractor. The ownCloud path is the interesting part technically. CVE-2023-49105 lets you forge pre-signed WebDAV URLs when the signing secret is empty, which is the default state on a fresh install. Five custom Python scripts on the server implement this: the signing routine passes an empty bytes literal as the PBKDF2 salt, sets OC-Credential to t
☢️ Philippine Nuclear Agency and Naval Contractor Targeted by Suspected Chinese-Speaking Operator
The Hunt.io research team found an open directory staging the full toolkit behind an intrusion into a Philippine nuclear research agency and a naval contractor. The ownCloud path is the interesting part technically.
CVE-2023-49105 lets you forge pre-signed WebDAV URLs when the signing secret is empty, which is the default state on a fresh install. Five custom Python scripts on the server implement this: the signing routine passes an empty bytes literal as the PBKDF2 salt, sets OC-Credential to the account being impersonated, and issues GET requests against /remote.php/dav/files/<account>/<path>, receiving files as that user with no credentials. Four scripts target one account each, the fifth adds PROPFIND enumeration with Depth: 1 to walk folders that were not pre-enumerated.
The naval contractor was hit separately via CVE-2024-28000 (LiteSpeed Cache) using a custom Go reimplementation of MT19937 with PHP mt_rand() parity, verified against 11 known seed/output pairs, plus an XML-RPC brute force with rockyou.txt. Both produced unauthorized access independently.
We also found a separate, possibly unrelated EtherHiding compromise on the same WordPress site. A HuntSQL query on the smart contract address returned 174 unique IPs hosting likely compromised pages with the same NoChain loader strings.
Full writeup with IOCs, the signing routine, and MITRE mapping: https://hunt.io/blog/chinese-speaking-operator-philippine-nuclear-naval-contractor
[link] [comments]
-
Technical Information Security Content & Discussion
-
Chaining three public V8 bugs to escape the V8 sandbox and recover a real Google v8CTF flag
submitted by /u/unknownhad [link] [comments]
Chaining three public V8 bugs to escape the V8 sandbox and recover a real Google v8CTF flag
-
Technical Information Security Content & Discussion
-
PATCHCORD: New malware cluster targets Afghan telecom and South Asian critical infrastructure
Acronis Threat Research Unit (TRU) has identified an ongoing campaign delivering a previously undocumented custom backdoor against Afghan telecom providers and South Asian critical infrastructure organizations. The backdoor, tracked as PATCHCORD, is a compiled C/C++ implant delivered through sector-specific lures, including fake VPN installers impersonating Afghan Telecom (AFTEL) and telecom management tools. The research is published here - https://www.acronis.com/en/tru/posts/patchcord-new-mal
PATCHCORD: New malware cluster targets Afghan telecom and South Asian critical infrastructure
Acronis Threat Research Unit (TRU) has identified an ongoing campaign delivering a previously undocumented custom backdoor against Afghan telecom providers and South Asian critical infrastructure organizations. The backdoor, tracked as PATCHCORD, is a compiled C/C++ implant delivered through sector-specific lures, including fake VPN installers impersonating Afghan Telecom (AFTEL) and telecom management tools.
The research is published here - https://www.acronis.com/en/tru/posts/patchcord-new-malware-cluster-targets-afghan-telecom-and-south-asian-critical-infrastructure/
[link] [comments]
-
Technical Information Security Content & Discussion
-
Ruby Marshal Kick-off Gadgets - elttam
submitted by /u/AnimalStrange [link] [comments]
Ruby Marshal Kick-off Gadgets - elttam
-
Technical Information Security Content & Discussion
-
Pwning Call of Duty 1: a 20-year-old RCE, found in an evening with AI
submitted by /u/wez32 [link] [comments]
Pwning Call of Duty 1: a 20-year-old RCE, found in an evening with AI
-
Technical Information Security Content & Discussion
-
Local Privilege Escalation To System In Wibu-Systems CodeMeter Application
submitted by /u/dr-w0bbinat0rz [link] [comments]
Local Privilege Escalation To System In Wibu-Systems CodeMeter Application
-
Technical Information Security Content & Discussion
-
The Citizen Lab Bad Connection: Uncovering Global Telecom Exploitation by Covert Surveillance Actors
submitted by /u/Ok-Bed5648 [link] [comments]
The Citizen Lab Bad Connection: Uncovering Global Telecom Exploitation by Covert Surveillance Actors
-
Technical Information Security Content & Discussion
-
Tata’s B2B platform returned OTPs in API responses
submitted by /u/EatonZ [link] [comments]
Tata’s B2B platform returned OTPs in API responses
-
Technical Information Security Content & Discussion
-
Code Execution via Text Template Files | Playbook & Detection
submitted by /u/netbiosX [link] [comments]
Code Execution via Text Template Files | Playbook & Detection
-
Technical Information Security Content & Discussion
-
How to break secure boot without touching any cryptography
I finally found some time to organize my notes on secure boot, remote attestation, measured boot and in general embedded security. This is not ground breaking zero-day research but I figured some of you might like a good story. Good here is obviously subjective but I felt like it came out quite readable. This blog builds heavily on public research so as already stated at the end of article if you liked some particular section, show the respective person some love :) P.S.: yes I know the image i
How to break secure boot without touching any cryptography
I finally found some time to organize my notes on secure boot, remote attestation, measured boot and in general embedded security.
This is not ground breaking zero-day research but I figured some of you might like a good story. Good here is obviously subjective but I felt like it came out quite readable.
This blog builds heavily on public research so as already stated at the end of article if you liked some particular section, show the respective person some love :)
P.S.: yes I know the image is AI generated please don’t give me shit for that
[link] [comments]
-
Technical Information Security Content & Discussion
-
CRLF-Powered Desync Attacks: Beheading HTTP Streams
submitted by /u/t0xodile [link] [comments]
CRLF-Powered Desync Attacks: Beheading HTTP Streams
-
Technical Information Security Content & Discussion
-
ValleyRAT campaign uses fake GSTR-3B overdue notice targeting Indian taxpayers
submitted by /u/unknownhad [link] [comments]