es
Feedback
APT

APT

Ir al canal en Telegram

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

Mostrar más

📈 Análisis del canal de Telegram APT

El canal APT (@apt_notes) en el segmento lingüístico de Inglés es un actor destacado. Actualmente la comunidad reúne a 14 701 suscriptores, ocupando la posición 8 834 en la categoría Tecnologías y Aplicaciones y el puesto 45 554 en la región Rusia.

📊 Métricas de audiencia y dinámica

Desde su creación el невідомо, el proyecto ha mostrado un crecimiento acelerado, reuniendo a 14 701 suscriptores.

Según los últimos datos del 13 junio, 2026, el canal mantiene una actividad estable. En los últimos 30 días la variación de miembros fue de 414, y en las últimas 24 horas de 17, conservando un alto alcance.

  • Estado de verificación: No verificado
  • Tasa de interacción (ER): El promedio de interacción de la audiencia es 50.76%. Durante las primeras 24 horas tras publicar, el contenido suele obtener N/A% de reacciones respecto al total de suscriptores.
  • Alcance de las publicaciones: Cada publicación recibe en promedio 7 449 visualizaciones. En el primer día suele acumular 0 visualizaciones.
  • Reacciones e interacción: La audiencia responde de forma activa: el promedio de reacciones por publicación es 20.

📝 Descripción y política de contenido

El autor describe el recurso como un espacio para expresar opiniones subjetivas:
This channel discusses: — Offensive Security — RedTeam — Malware Research — OSINT — etc Disclaimer: t.me/APT_Notes/6 Chat Link: t.me/APT_Notes_PublicChat

Gracias a la alta frecuencia de actualizaciones (últimos datos recibidos el 14 junio, 2026), el canal mantiene la vigencia y un amplio alcance. La analítica demuestra que la audiencia interactúa activamente con el contenido, lo que lo convierte en un punto de referencia dentro de la categoría Tecnologías y Aplicaciones.

14 701
Suscriptores
+1724 horas
+1027 días
+41430 días
Archivo de publicaciones
APT
14 701
5 RCEs in npm for $15,000 robertchen.cc/blog

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

APT
14 701
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
14 701
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
14 701
targetedKerberoast Kerberoast with ACL abuse capabilities https://github.com/ShutdownRepo/targetedKerberoast #kerberoasting #ad #spn

APT
14 701
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
14 701
Karma v2 Passive Open Source Intelligence Automated Reconnaissance Framework https://github.com/Dheerajmadhukar/karma_v2 #osint #recon

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

APT
14 701

APT
14 701
CVE-2021-40444 https://pastebin.com/4e9LgNPe #office #payload

APT
14 701
NimHollow Nim implementation of Process Hollowing using encrypted shellcodes and direct syscalls (NimlineWhispers by @ajpc500 is rocking 🔥). Some slides for better understanding of the technique are inside! https://github.com/snovvcrash/NimHollow #nim #edr #bypass #syscall

APT
14 701
🔥OWASP Top 10 2021 DRAFT is out 🔥 Now available for peer review, comment, translation, and suggestions for improvements: ow
🔥OWASP Top 10 2021 DRAFT is out 🔥 Now available for peer review, comment, translation, and suggestions for improvements: owasp.org/Top10/ #OWASPTop10

APT
14 701
RCE on a backend IIS server via file upload with an atypical file extension. More community curated payloads can be found at
RCE on a backend IIS server via file upload with an atypical file extension. More community curated payloads can be found at https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Upload%20Insecure%20Files/Extension%20ASP

APT
14 701
AsINT Collection https://start.me/p/b5Aow7/asint_collection #OSINT #Recon

APT
14 701
BackstabKill EDR Protected Processes Tool capable of killing antimalware protected processes by leveraging sysinternals’ Process Explorer (ProcExp) driver, which is signed by Microsoft. https://github.com/Yaxser/Backstab #edr #bypass #kill #process #unload

APT
14 701
Kiterunner — Contextual Content Discovery Tool Kiterunner is a tool that is capable of not only performing traditional content discovery at lightning fast speeds, but also bruteforcing routes/endpoints in modern applications. Modern application frameworks such as Flask, Rails, Express, Django and others follow the paradigm of explicitly defining routes which expect certain HTTP methods, headers, parameters and values. When using traditional content discovery tooling, such routes are often missed and cannot easily be discovered. By collating a dataset of Swagger specifications and condensing it into our own schema, Kiterunner can use this dataset to bruteforce API endpoints by sending the correct HTTP method, headers, path, parameters and values for each request it sends. https://github.com/assetnote/kiterunner #kiterunner #discovery #tools