APT
前往频道在 Telegram
This channel discusses: — Offensive Security — RedTeam — Malware Research — OSINT — etc Disclaimer: t.me/APT_Notes/6 Chat Link: t.me/APT_Notes_PublicChat
显示更多📈 Telegram 频道 APT 的分析概览
频道 APT (@apt_notes) 英语 语言赛道中的 是活跃参与者。目前社区聚集了 16 275 名订阅者,在 技术与应用 类别中位列第 7 794,并在 俄罗斯 地区排名第 40 535 位。
📊 受众指标与增长动态
自 невідомо 创建以来,项目保持高速增长,吸引了 16 275 名订阅者。
根据 01 九月, 2026 的最新数据,频道保持稳定运转。过去 30 天订阅人数变化为 547,过去 24 小时变化为 18,整体触达仍然可观。
- 认证状态: 未认证
- 互动率 (ER): 平均受众互动率为 44.29%。内容发布后 24 小时内通常能获得 18.04% 的反应,占订阅者总量。
- 帖子覆盖: 每篇帖子平均可获得 7 204 次浏览,首日通常累积 2 934 次浏览。
- 互动与反馈: 受众积极参与,单帖平均反应数为 26。
📝 描述与内容策略
作者将该频道定位为表达主观观点的平台:
“This channel discusses:
— Offensive Security
— RedTeam
— Malware Research
— OSINT
— etc
Disclaimer:
t.me/APT_Notes/6
Chat Link:
t.me/APT_Notes_PublicChat”
凭借高频更新(最新数据采集于 02 九月, 2026),频道始终保持新鲜度与高覆盖。分析显示受众积极互动,使其成为 技术与应用 类别中的关键影响点。
16 275
订阅者
+1824 小时
+827 天
+54730 天
帖子存档
16 273
OffensiveRust — Rust Weaponization for Red Team Engagements.
Examples in this repo:
• Allocate_With_Syscalls — It uses NTDLL functions directly with the ntapi Library
• Create_DLL — Creates DLL and pops up a msgbox, Rust does not fully support this so things might get weird since Rust DLL do not have a main function
• DeviceIoControl — Opens driver handle and executing DeviceIoControl
• EnableDebugPrivileges — Enable SeDebugPrivilege in the current process
• Shellcode_Local_inject — Executes shellcode directly in local process by casting pointer
• Execute_With_CMD — Executes cmd by passing a command via Rust
• ImportedFunctionCall — It imports minidump from dbghelp and executes it
• Kernel_Driver_Exploit — Kernel Driver exploit for a simple buffer overflow
• Named_Pipe_Client — Named Pipe Client
• Named_Pipe_Server — Named Pipe Server
• Process_Injection_CreateThread — Process Injection in remote process with CreateRemoteThread
• Unhooking — Unhooking calls
• asm_syscall — Obtaining PEB address via asm
• base64_system_enum — Base64 encoding/decoding strings
• http-https-requests — HTTP/S requests by ignoring cert check for GET/POST
• patch_etw — Patch ETW
• ppid_spoof — Spoof parent process for created process
• tcp_ssl_client — TCP client with SSL that ignores cert check (Requires openssl and perl to be installed for compiling)
• tcp_ssl_server — TCP Server, with port parameter(Requires openssl and perl to be installed for compiling)
• wmi_execute — Executes WMI query to obtain the AV/EDRs in the host
• Windows.h+ Bindings — This file contains structures of Windows.h plus complete customized LDR,PEB,etc.. that are undocumented officially by Microsoft, add at the top of your file include!("../bindings.rs");
• UUID_Shellcode_Execution — Plants shellcode from UUID array into heap space and uses EnumSystemLocalesA Callback in order to execute the shellcode.
https://github.com/trickster0/OffensiveRust
#rust #redteam #malware16 273
KerbMon
Continuous kerberoast monitor
https://github.com/Retrospected/kerbmon
#kerberos #monitor #pentest
16 273
DLL Hollowing
Deep dive into a stealthier DLL hollowing/memory allocation variant.
https://www.secforce.com/blog/dll-hollowing-a-deep-dive-into-a-stealthier-memory-allocation-variant/
#malware #dll #hollowing
16 273
InlineWhispers2
Tool for working with Direct System Calls in Cobalt Strike's Beacon Object Files (BOF) via Syswhispers2
https://github.com/Sh0ckFR/InlineWhispers2
#cobaltstrike #BOF #syswhispers
16 273
Bypass Defender and dump LSASS via procdump.exe
If you rename
procdump.exe to dump64.exe and place it in the "C:\Program Files (x86)\Microsoft Visual Studio\*" folder, you can bypass Defender and dump LSASS.
#lsass #dump #defender #bypass #dump6416 273
Taking the pain out of C2 Infrastructure
# https://byt3bl33d3r.substack.com/p/taking-the-pain-out-of-c2-infrastructure
# https://byt3bl33d3r.substack.com/p/taking-the-pain-out-of-c2-infrastructure-3c4
#c2 #redteam #infrastructure
16 273
Living Off Trusted Sites (LOTS)
Attackers are using popular legitimate domains when conducting phishing, C&C, exfiltration and downloading tools to evade detection.
https://lots-project.com
#lots #redteam #blueteam #sites
16 273
Sed Cheat Sheet
Useful sed scripts & patterns.
https://github.com/adrianscheff/useful-sed
#sed #cheatsheet #bash
16 273
Pre-Auth Reflected XSS in MS Exchange (CVE-2021-41349)
https://github.com/httpvoid/CVE-Reverse/tree/master/CVE-2021-41349
#exchange #xss #cve
16 273
SMBSR
Well, SMBSR is a python script which given a CIDR/IP/IP_file/HOSTNAME(s) enumerates all the SMB services listening (445) among the targets and tries to authenticate against them; if the authentication succeed then all the folders and subfolders are visited recursively in order to find secrets in files and ... secret files. In order to scan the targets for SMB ports open the masscan module is used.
https://github.com/oldboy21/SMBSR
#smb #share #secrets #redteam
16 273
NanoDump
Dumping LSASS has never been so stealthy
Features
• It uses syscalls (with SysWhispers2) for most operations • You can choose to download the dump without touching disk or write it to a file • The minidump by default has an invalid signature to avoid detection • It reduces the size of the dump by ignoring irrelevant DLLs. The (nano)dump tends to be arround 10 MB in size • You don't need to provide the PID of LSASS • No calls to dbghelp or any other library are made, all the dump logic is implemented in nanodump • You can use the .exe version to run nanodump outside of Cobalt Strikehttps://github.com/helpsystems/nanodump #dump #lsass #syswhispers
16 273
Unauthenticated RCE in Palo Alto GlobalProtect VPN
https://www.randori.com/blog/cve-2021-3064/
#globalprotect #cve #0day
16 273
Obscure-IP-Obfuscator
Simple script you can use to convert and obscure any IP address of any host.
https://github.com/C-REMO/Obscure-IP-Obfuscator
#ip #obfuscate #tools
16 273
OffSec/OSINT Resources
http://Urlscan.io
http://Hunter.io
http://snov.io
http://Osint.link
http://DNSdumpster.com
http://osintframework.com
http://shodan.io
http://censys.io
http://zoomeye.org
http://opencorporates.com
http://kitploit.com
http://ipv4info.com
http://robtex.com
http://securitytrails.com
http://intelx.io
http://crt.sh
http://spyse.com
#offsec #osint
16 273
MacOS — CVE-2021-30657 (POC)
A vulnerability in syspolicyd allows specially crafted application bundle downloaded from internet to
bypass foundational macOS security features such as File Quarantine, Gatekeeper, and Notarization.
Armed with this capability attackers could hack macOS systems with a simple user (double)-click.
https://github.com/shubham0d/CVE-2021-30657
#macos #poc #cve #syspolicyd
16 273
KubiScan
KubiScan helps cluster administrators identify permissions that attackers could potentially exploit to compromise the clusters. This can be especially helpful on large environments where there are lots of permissions that can be challenging to track. KubiScan gathers information about risky roles\clusterroles, rolebindings\clusterrolebindings, users and pods, automating traditional manual processes and giving administrators the visibility they need to reduce risk.
https://github.com/cyberark/KubiScan
#kubernetes #rbac #scan #security #tools
16 273
Keycloak POST-based Reflected XSS
1. POST
/auth/realms/master/clientsregistrations/openid-connect
2. Content-Type: application/json
3. Request {"<svg onload=alert(document.domain)>":1}
4. Unfiltered user-input in error message will triggered XSS
#bugbounty #keycloak #xss