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 701 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 701 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 701
Subscribers
+1724 hours
+1027 days
+41430 days
Posts Archive
APT
14 701
Best SSRF bypass http://127.1/ http://0000::1:80/ http://[::]:80/ http://2130706433/ http://whitelisted@127.0.0.1 http://0x7f000001/ http://017700000001 http://0177.00.00.01 #ssrf #bugbounty #bugbountytips

APT
14 701

APT
14 701
Password: *Aspider#

APT
14 701
πŸ”₯ Antivirus Bypass using EV Code Signing πŸ”₯ Code signing is a method software publishers use to authenticate the programs th
+1
πŸ”₯ Antivirus Bypass using EV Code Signing πŸ”₯ Code signing is a method software publishers use to authenticate the programs they distribute to end-users. Basically, a code-signed program tells the end-user and an end-user’s computer that the program being installed/executed is from a legitimate software publisher. Digitally signed malware can bypass system protection mechanisms that install or launch only programs with valid signatures You can use the SignTool to sign file with a valid certificate Go Daddy. For example: signtool.exe sign /f t.me_secdevoops.pfx /p "*Aspider#" /t http://timestamp.digicert.com .\yourfile .exe This allows you to digitally sign PE binaries such as .exe, .cab, .dll, .ocx, .msi, .xpi and .xap files. Don't forget to share and subscribe #av #bypass #ev #signing #code

APT
14 701
InvisibilityCloak Proof-of-concept obfuscation toolkit for C# post-exploitation tools. This will perform the below actions for a C# visual studio project. https://github.com/xforcered/InvisibilityCloak #obfuscation #av #bypass

APT
14 701
Confluence RCE β€” CVE-2021-26084 https://github.com/lleavesl/CVE-2021-26084 #confluecne #rce #cve
Confluence RCE β€” CVE-2021-26084 https://github.com/lleavesl/CVE-2021-26084 #confluecne #rce #cve

APT
14 701
#job About Wallarm Join an exciting team that enjoys working and playing together. Wallarm is a well-funded technology startup in the San Francisco area. We continue to add new enterprise customers and grow our team. If you are bright, energetic, interested in cutting-edge tech, and want to make a difference in the company’s life, Wallarm is a place for you. About the role Are you someone that loves security and is a hacker at heart? Wallarm is looking for an eager and motivated Penetration Tester to join our Audit Security Team. This position will provide you the chance to work on identifying vulnerabilities across different software products and work collaboratively as part of the skilled and experienced pentest team.. If you have experience with penetration testing and a drive to learn check out below to learn more and apply! What you will do Develop and execute standard penetration tests to exploit vulnerabilities in the system. Help ensure software security, communicate security vulnerabilities of all severities to all affected stakeholders within the product organization. About you 3+ years of relevant experience (or an equivalent combination of education and experience sufficient to successfully perform the principal duties of the job) Experience with penetration testing Good critical thinking and problem solving skills Attention to detail Knowledge of security principles Good collaboration skills, applied successfully within team as well as with other areas Write in comments below, guys will write to you

APT
14 701
Evading EDR with ScareCrow ScareCrow - Payload creation framework designed around EDR bypass. https://adamsvoboda.net/evading-edr-with-scarecrow/ https://www.grahamhelton.com/blog/scarecrow/ https://github.com/optiv/ScareCrow #edr_evasion #shellcode_loader #syscalls

APT
14 701
Thread Stack Spoofing A PoC implementation for an advanced in-memory evasion technique that spoofs Thread Call Stack. This technique allows to bypass thread-based memory examination rules and better hide shellcodes while in-process memory. https://github.com/mgeeky/ThreadStackSpoofer #stackspoofing #av #evasion #inject #shellcode #bypass #edr

APT
14 701
Blue Team Notes A collection of one-liners, small scripts, and some useful tips for blue team work. https://github.com/Purp1eW0lf/Blue-Team-Notes #blueteam #cheatsheet

APT
14 701
SharpSystemTriggers Collection of remote authentication triggers in C# https://github.com/cube0x0/SharpSystemTriggers #coerce #authentication #petitpotam #spoolsample #dcom

APT
14 701
For someone, who didn't notice this link in our posts https://j00ru.vexillium.org/syscalls/nt/64/

APT
14 701
LFI Bypass 1) /usr/bin/cat /etc/passwd == /???/???/c?t$IFS/?t?/p?s?wd 2) /*/?at$IFS/???/???swd 3)/****/?at$IFS/???/*swd 4)/****/?at$IFS/???/*******swd (IFS is Internal Field Separator = [space], [tab] or a [newline]) #bugbounty #bugbountytips #lfi

APT
14 701

APT
14 701
Using Kerberos for Authentication Relay Attacks https://googleprojectzero.blogspot.com/2021/10/using-kerberos-for-authentication-relay.html #kerberos #relay

APT
14 701
C3 Custom Command and Control (C3). A framework for rapid prototyping of custom C2 channels, while still providing integration with existing offensive toolkits. https://github.com/FSecureLABS/C3 #c2 #cobaltstrike #redteam

APT
14 701
OffensiveVBA This repo covers some code execution and AV Evasion methods for Macros in Office documents https://github.com/S3cur3Th1sSh1t/OffensiveVBA #vba #offensive #maldoc

APT
14 701
Advanced Maldoc Techniques MS Office File Formats β€” Advanced Malicious Document (Maldoc) Techniques # https://medium.com/walmartglobaltech/ms-office-file-formats-advanced-malicious-document-maldoc-techniques-b5f948950fdf Evasive VBA β€” Advanced Maldoc Techniques # https://medium.com/walmartglobaltech/evasive-vba-advanced-maldoc-techniques-1365e9373f80 VBA Stomping β€” Advanced Maldoc Techniques # https://medium.com/walmartglobaltech/vba-stomping-advanced-maldoc-techniques-612c484ab278 VBA Project Locked β€” Project is Unviewable # https://medium.com/walmartglobaltech/vba-project-locked-project-is-unviewable-4d6a0b2e7cac #vba #maldoc #advanced