Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
github.com/hfiref0x/SyscallTables
** located in Tables\ntos
NT6 (Windows Vista/7/8/8.1) + bonus NT5.2 (Windows XP x64)
View online https://hfiref0x.github.io/NT6_syscalls.html
NT10 (Windows 10/11)
View online https://hfiref0x.github.io/NT10_syscalls.html
** located in Tables\win32k
NT6 (Windows Vista/7/8/8.1)
View online https://hfiref0x.github.io/NT6_w32ksyscalls.html
NT10 (Windows 10/11)
View online https://hfiref0x.github.io/NT10_w32ksyscalls.html
Dump syscall table list (using scg for ntoskrnl or wscg64 for win32k), see run examples for more info.
[Tables] <- put syscall list text file named as build number inside directory (ntos subdirectory for ntoskrnl.exe tables, win32k subdirectory for win32k.sys tables);
sstc.exe <- run composer with key -h to generate html output file, else output file will be saved in markdown table format. Specify -w as second param if you want to generate win32k combined syscall table. By default sstc will read files from "Tables" (without quotes) directory and compose output table. Specify -d "DirectoryName" (without quotes) if you want to generate table from different directory, in any case sstc will expect ntos and/or win32k subfolders are present inside target directory.
Run Examples:
Composer source code written in C#. In order to build from source you need Microsoft Visual Studio version 2017 and higher and .NET Framework version 4.5 and higher. Both scg and wscg source code written in C. In order to build from source you need Microsoft Visual Studio version 2017 with SDK 17763 installed and higher.
Original scg (c) 2011 gr8
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.