Aggregator
[Control systems] ABB security advisory (AV26-580)
2 weeks ago
Canadian Centre for Cyber Security
Alleged Capifrance Leak Exposes Data on 786,000 People
2 weeks ago
A threat actor using the alias ChimeraZ claims to be leaking a partial database of Capifrance (capifrance.fr), a French network of independent real-estate agents.
Dark Web Informer
FreePBX security advisory (AV26–579)
2 weeks ago
Canadian Centre for Cyber Security
Scammers Use TikTok and Instagram Reels to Spread Vidar Infostealer
2 weeks ago
ReversingLabs reveals how hackers exploit social media engagement metrics to deliver Vidar infostealer malware to thousands of unsuspecting users.
Deeba Ahmed
Jenkins security advisory (AV26-578)
2 weeks ago
Canadian Centre for Cyber Security
记某涉案Ubuntu服务器镜像的仿真分析
2 weeks ago
从initramfs到系统恢复
THM-RazorBlack
2 weeks ago
THM-RazorBlack-writeup
挖掘某EDR组件滥用
2 weeks ago
在某次攻防下遇到的edr环境,对其进行挖掘,发现可以滥用的程序
AI For Security:AI在云产品安全建设中能做什么?
2 weeks ago
AI For Security:AI在云产品安全建设中能做什么?
Hackers Abuse Fake Utility Downloads to Install ScreenConnect and Mine Cryptocurrency
2 weeks ago
Hackers are turning everyday software searches into a trap. A sophisticated cryptojacking campaign is actively targeting users who search for popular PC utilities online, luring them into downloading malware-laced files that secretly mine cryptocurrency using their own GPU. The attackers have built a network of more than 150 fake download sites that closely mimic trusted […]
The post Hackers Abuse Fake Utility Downloads to Install ScreenConnect and Mine Cryptocurrency appeared first on Cyber Security News.
Tushar Subhra Dutta
从 SMB 到 RDP:一次横向移动攻击链的深度剖析
2 weeks ago
在内网攻防对抗中,攻击者常利用 SMB、WinRM 等合法管理协议进行横向移动,并通过 SMB3 和 RDP 等协议的加密特性隐藏恶意行为,给应急响应与威胁溯源带来了巨大挑战。本文以2026软件系统安全赛中的典型内网横向移动流量分析赛题为分析对象,详细梳理了攻击链的完整还原过程。首先,从网络流量中提取 NetNTLMv2 响应并离线破解以获取明文凭据;随后,利用该凭据解密 WinRM 会话,识别并
AI洪流下的防守对抗新范式
2 weeks ago
AI洪流下的防守对抗新范式
面向大模型隐私推理的安全协议-MPC与ZK的角色分工
2 weeks ago
面向大模型隐私推理的安全协议-MPC与ZK的角色分工
红队钓鱼攻击的全链路复盘
2 weeks ago
红队钓鱼-前期邮箱搜集、spf绕过、钓鱼环境搭建、钓鱼文件制作
如何绕过EDR实现DumpHash
2 weeks ago
本文简略的梳理了Windows DumpHash的流程,并通过系统白程序Reg.exe的拓展应用,巧妙的绕过了杀软的拦截点,实现了绕过EDR从而DumpHash的目的,同时根据实际测试,该方法针对Windows系列系统具有有效性,操作难度不大,具有实战价值。
无境靶机 Dawn Breaker WP复盘
2 weeks ago
“摘下你黯淡的衰亡,换一束爆燃的火花”
把CC4链拆到字节码:一文看透Java反序列化从PriorityQueue到TemplatesImpl的完整触发路径
2 weeks ago
一文看透Java反序列化从PriorityQueue到TemplatesImpl的完整触发路径
php8 首个 bypass disable function漏洞
2 weeks ago
php8 首个 bypass disable function漏洞,已武器化为蚁剑插件
Apache Shiro 反序列化与权限绕过漏洞分析及利用
2 weeks ago
前言:在平时测一些站点的时候,几乎都会有登录框或者一些权限存在区分的地方,在这些地方大部分又是使用shiro框架来负责权限操作的;网上的一些原理或者操作太过抽象和分散,于是这篇文章就是谈谈shiro框架的一些漏洞合集和简单分析。首先什么是shiro框架呢?Apache Shiro 是一个功能强大且易于使用的 Java 安全框架,用于处理身份验证、授权、加密和会话管理等核心安全性问题。Shiro 可