ar
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

إظهار المزيد

📈 نظرة تحليلية على قناة تيليجرام 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
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
16 273
SharpSystemTriggers Collection of remote authentication triggers in C# https://github.com/cube0x0/SharpSystemTriggers #coerce #authentication #petitpotam #spoolsample #dcom

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

APT
16 273
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
16 273

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

APT
16 273
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
16 273
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
16 273
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

APT
16 273
Utilizing Programmatic Identifiers (ProgIDs) for UAC Bypasses https://v3ded.github.io/redteam/utilizing-programmatic-identifiers-progids-for-uac-bypasses #uac #bypass #progid

APT
16 273
Jira Unauthenticated Access to Screens Exploit:
jira.example.com/rest/api/2/screens 

Note: Depends on the Program, some accept it and some consider this Informational. #jira #bugbounty

APT
16 273
LOLBAS WorkFolders.exe "C:\Windows\System32\WorkFolders.exe" (signed by MS) can be used to run arbitrary executables in the current working directory with the name control.exe. It's like a new rundll32.exe lolbin but for EXEs! #lolbin #lolbas

APT
16 273
ZipExec Is a Proof-of-Concept (POC) tool to wrap binary-based tools into a password-protected zip file. This zip file is then base64 encoded into a string that is rebuilt on disk. This encoded string is then loaded into a JScript file that when executed, would rebuild the password-protected zip file on disk and execute it. This is done programmatically by using COM objects to access the GUI-based functions in Windows via the generated JScript loader, executing the loader inside the password-protected zip without having to unzip it first. By password protecting the zip file, it protects the binary from EDRs and disk-based or anti-malware scanning mechanisms. https://github.com/Tylous/ZipExec #redteam #netsec

APT
16 273
Shellcode Injection Techniques A collection of C# shellcode injection techniques. All techniques use an AES encrypted meterpreter payload. https://github.com/plackyhacker/Shellcode-Injection-Techniques #inject #shellcode #csharp

APT
16 273
Kubernetes Security Checklist and Requirements https://github.com/Vinum-Security/kubernetes-security-checklist #kubernetes #checklist

APT
16 273

APT
16 273
Offensive WMI - Active Directory Enumeration (Part 5) https://0xinfection.github.io/posts/wmi-ad-enum/ #wmi