ru
Feedback
APT

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 273 подписчиков, занимая 7 794 место в категории Технологии и приложения и 40 535 место в регионе Россия.

📊 Показатели аудитории и динамика

С момента создания невідомо проект демонстрирует стремительный рост, собрав аудиторию из 16 273 подписчиков.

Согласно последним данным от 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 273
Подписчики
+1824 часа
+827 дней
+54730 дней
Архив постов
APT
16 273
Awesome CobaltStrike https://github.com/zer0yu/Awesome-CobaltStrike #CobaltStrike #C2 #RedTeam

APT
16 273
GOAD (Game Of Active Directory) GOAD is a pentest active directory LAB project. The purpose of this lab is to give pentesters
GOAD (Game Of Active Directory) GOAD is a pentest active directory LAB project. The purpose of this lab is to give pentesters a vulnerable Active directory environement ready to use to practice usual attack techniques. https://github.com/Orange-Cyberdefense/GOAD #ActiveDirectory #AD #Microsoft #Pentest #vulnerabilites

APT
16 273
New article: "Cisco Hyperflex: How We Got RCE Through Login Form and Other Findings" Read more about critical vulnerabilities
New article: "Cisco Hyperflex: How We Got RCE Through Login Form and Other Findings" Read more about critical vulnerabilities (CVSS 9.8, 7.3 and 5.3) found by our researchers Nikita Abramov & Mikhail Klyuchnikov: https://swarm.ptsecurity.com/cisco-hyperflex-how-we-got-rce-through-login-form-and-other-findings/

APT
16 273
CVE-2021-22005 - VMWare vCenter Server File Upload to RCE https://github.com/r0ckysec/CVE-2021-22005 #cve #vCenter #RCE

APT
16 273

APT
16 273
reconFTW ReconFTW automates the entire process of reconnaisance for you. It outperforms the work of subdomain enumeration along with various vulnerability checks and obtaining maximum information about your target. https://github.com/six2dez/reconftw #reconFTW #bugbounty #hacking

APT
16 273
Beginners Guide to 0day/CVE AppSec Research Walks through finding open-source web apps, environment setup, debugging for vulns, creating a Blind SQL time-based exploit, and publishing to @ExploitDB/MITRE CVE https://0xboku.com/2021/09/14/0dayappsecBeginnerGuide.html #appsec #0day #research

APT
16 273
SANS DFIR — Hunt Evil #forensic #sans #dfir

APT
16 273
AzureHunter A Cloud Forensics Powershell module to run threat hunting playbooks on data from Azure and O365 https://github.com/darkquasar/AzureHunter #azure #o365

APT
16 273
RCE in Citrix ShareFile Storage Zones Controller (CVE-2021-22941) Amazing writeup on finding a vulnerability through .NET reversing, enjoyed reading about the breakpoints that were set and how they logically owned Citrix ShareFile through a third party dependency https://codewhitesec.blogspot.com/2021/09/citrix-sharefile-rce-cve-2021-22941.html #citrix #sharefile #rce

APT
16 273
5 RCEs in npm for $15,000 robertchen.cc/blog

APT
16 273
Brute Force Wordlist Some files for bruteforcing certain things. https://github.com/random-robbie/bruteforce-lists #wordlist #bruteforce

APT
16 273
CVE-2021-30632 — Chrome 0day
var a;
function foo() {
    a = new Uint32Array(100);
}
%PrepareFunctionForOptimization(foo);
foo();
foo();
a["xxx"] =1;
delete a["xxx"];
%OptimizeFunctionOnNextCall(foo);
foo();

#Chrome #0day #PoC

APT
16 273
SpoolSploit SpoolSploit is a collection of Windows print spooler exploits containerized with other utilities for practical exploitation. A couple of highly effective methods would be relaying machine account credentials to escalate privileges and execute malicious DLLs on endpoints with full system access. https://github.com/BeetleChunks/SpoolSploit #ad #spooler #rpc

APT
16 273
targetedKerberoast Kerberoast with ACL abuse capabilities https://github.com/ShutdownRepo/targetedKerberoast #kerberoasting #ad #spn

APT
16 273
Kali Linux Tools Page Now you can learn more about all the tools that you can install in Kali. https://kali.org/tools/ #tools
+1
Kali Linux Tools Page Now you can learn more about all the tools that you can install in Kali. https://kali.org/tools/ #tools #cheatsheet #kali

APT
16 273
Karma v2 Passive Open Source Intelligence Automated Reconnaissance Framework https://github.com/Dheerajmadhukar/karma_v2 #osint #recon

APT
16 273
CVE-2021-40444 — Analysis https://xret2pwn.github.io/CVE-2021-40444-Analysis-and-Exploit/ #office #CVE_2021_40444 #exploit