fa
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، کانال فعالیت پایداری دارد. در ۳۰ روز گذشته تغییر اعضا برابر 547 و در ۲۴ ساعت گذشته برابر 18 بوده و همچنان دسترسی گسترده‌ای حفظ شده است.

  • وضعیت تأیید: تأیید نشده
  • نرخ تعامل (ER): میانگین تعامل مخاطب 44.29% است و در ۲۴ ساعت نخست پس از انتشار، محتوا معمولاً 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