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) في القطاع اللغوي الإنكليزية لاعباً نشطاً. يضم المجتمع حالياً 14 682 مشتركاً، محتلاً المرتبة 8 834 في فئة التكنولوجيات والتطبيقات والمرتبة 45 554 في منطقة روسيا.

📊 مؤشرات الجمهور والحراك

منذ تأسيسه في невідомо، حقق المشروع نمواً سريعاً وجمع 14 682 مشتركاً.

بحسب آخر البيانات بتاريخ 13 يونيو, 2026، تحافظ القناة على نشاط مستقر. خلال آخر 30 يوماً تغيّر عدد الأعضاء بمقدار 414، وفي آخر 24 ساعة بمقدار 17، مع بقاء الوصول العام مرتفعاً.

  • حالة التحقق: غير موثّقة
  • معدل التفاعل (ER): يبلغ متوسط تفاعل الجمهور 50.76‎%. وخلال أول 24 ساعة من النشر يحصد المحتوى عادةً N/A‎% من ردود الفعل نسبةً إلى إجمالي المشتركين.
  • وصول المنشورات: يحصل كل منشور على متوسط 7 449 مشاهدة. وخلال اليوم الأول يجمع عادةً 0 مشاهدة.
  • التفاعلات والاستجابة: يتفاعل الجمهور بانتظام؛ متوسط التفاعلات لكل منشور يبلغ 20.

📝 الوصف وسياسة المحتوى

يصف المؤلف القناة بأنها مساحة للتعبير عن الآراء الذاتية:
This channel discusses: — Offensive Security — RedTeam — Malware Research — OSINT — etc Disclaimer: t.me/APT_Notes/6 Chat Link: t.me/APT_Notes_PublicChat

بفضل وتيرة التحديث المرتفعة (أحدث البيانات بتاريخ 14 يونيو, 2026) تحافظ القناة على حداثتها ومستوى وصول مرتفع. وتُظهر التحليلات تفاعلاً نشطاً من الجمهور، ما يجعلها نقطة تأثير مهمة ضمن فئة التكنولوجيات والتطبيقات.

14 682
المشتركون
+1724 ساعات
+1027 أيام
+41430 أيام
أرشيف المشاركات
APT
14 682
CloudSploit CloudSploit's remediation guides are intended to be an open-source resource for improving cloud security. Many cloud IaaS providers like AWS, Azure, and Google Cloud have a shared responsibility model. They provide the physical and architectural security, along with tools to properly secure the services they offer, but it is up to the user to configure those settings properly. https://github.com/aquasecurity/cloud-security-remediation-guides #cloud #security #remediation #blueteam

APT
14 682
moonwalk moonwalk is a 400 KB single-binary executable that can clear your traces while penetration testing a Unix machine. I
moonwalk moonwalk is a 400 KB single-binary executable that can clear your traces while penetration testing a Unix machine. It saves the state of system logs pre-exploitation and reverts that state including the filesystem timestamps post-exploitation leaving zero traces of a ghost in the shell. https://github.com/mufeedvh/moonwalk #unix #log #clearing #redteam

APT
14 682
SharpHookCheek Most EDR's hook Nt and Zw APIs to determine if a running program has malicious intent. This C# based script re
SharpHookCheek Most EDR's hook Nt and Zw APIs to determine if a running program has malicious intent. This C# based script returns a list of currently hooked APIs. https://gist.github.com/sbasu7241/4c2640fb6dd5bfdcfac07b83f1648ee0 #edr #hooks #csharp #maldev

APT
14 682
photo content

APT
14 682
Osmedeus Fully automated offensive security framework for reconnaissance and vulnerability scanning Features — Subdomain Scan
Osmedeus Fully automated offensive security framework for reconnaissance and vulnerability scanning Features — Subdomain Scan. — Subdomain TakeOver Scan. — Screenshot the target. — Basic recon like Whois, Dig info. — Web Technology detection. — IP Discovery. — CORS Scan. — SSL Scan. — Wayback Machine Discovery. — URL Discovery. — Headers Scan. — Port Scan. — Vulnerable Scan. — Seperate workspaces to store all scan output and details logging. — REST API. — React Web UI. — Support Continuous Scan. — Slack notifications. — Easily view report from commnad line. https://github.com/j3ssie/Osmedeus #osint #vulnerability #scanner #bugbounty

APT
14 682
Bug Bounty Tip — Log4j Vulnerability Cheatsheet — How It Works — Test Environments — Challenges & Labs (Rooms) — Where Payloa
Bug Bounty Tip — Log4j Vulnerability Cheatsheet — How It Works — Test Environments — Challenges & Labs (Rooms) — Where Payloads can be Injected — What Information can be Extracted — How To Identify (Services & Scanners) #log4j #cheatsheet #bugbounty

APT
14 682
Alternative Process Injection Process injection is a well-known defense evasion technique that has been used for decades to execute malicious code in a legitimate process. Until now, it is still a common technique used by hackers/red teamers. https://www.netero1010-securitylab.com/eavsion/alternative-process-injection #process #injection #maldev

APT
14 682
WindowsDllsExport A list of all the DLLs export in C:\windows\system32\ The idea is to find some interesting export that can
WindowsDllsExport A list of all the DLLs export in C:\windows\system32\ The idea is to find some interesting export that can be used to evade some detection. https://github.com/Mr-Un1k0d3r/WindowsDllsExport #winapi #dll #exports #pentest #redteam

APT
14 682
Native Function Static Map A *very* imperfect attempt to correlate Kernel32 function calls to native API (Nt/Zw) counterparts
Native Function Static Map A *very* imperfect attempt to correlate Kernel32 function calls to native API (Nt/Zw) counterparts/execution flow. # https://u5ksv.csb.app/ # https://github.com/EspressoCake/NativeFunctionStaticMap #mapping #pinvoke #winapi #maldev

APT
14 682
Auto-Elevate This tool demonstrates the power of UAC bypasses and built-in features of Windows. This utility auto-locates win
Auto-Elevate This tool demonstrates the power of UAC bypasses and built-in features of Windows. This utility auto-locates winlogon.exe, steals and impersonates it's process TOKEN, and spawns a new SYSTEM-level process with the stolen token. Combined with UAC bypass method #41 (ICMLuaUtil UAC bypass) from hfiref0x's UACME utility, this utility can auto-elevate a low privileged Administrative account to NT AUTHORITY\SYSTEM. https://github.com/FULLSHADE/Auto-Elevate #uac #bypass #windows #tools

APT
14 682
photo content

APT
14 682
DNS-Black-Cat Multi-platform toolkit for an interactive C2C DNS shell, by using DNS-Black-Cat, you will be able to execute system commands in shell mode over a fully encrypted covert channel. https://github.com/lawrenceamer/dns-black-cat #c2 #dns #redteam

APT
14 682
Quick & Lazy Malware Development https://capt-meelo.github.io//redteam/maldev/2021/12/15/lazy-maldev.html #malware #av #evasion #redteam

APT
14 682
PreAuth RCE in ManageEngine ServiceDesk Plus (CVE-2021-44077) PoC: https://github.com/horizon3ai/CVE-2021-44077 Research: https://xz.aliyun.com/t/10631 #manageengine #servicedesk #rce #cve

APT
14 682
Bypass AV & Advanced XDR solutions Mortar Loader is able to bypass modern anti-virus products and advanced XDR solutions and
Bypass AV & Advanced XDR solutions Mortar Loader is able to bypass modern anti-virus products and advanced XDR solutions and it has been tested and confirmed bypass for the following: — Kaspersky — ESET — Malewarebytes — Mcafee — Cortex XDR — Windows defender — Cylance Research: https://0xsp.com/security%20research%20&%20development%20(SRD)/defeat-the-castle-bypass-av-advanced-xdr-solutions Source: https://github.com/0xsp-SRD/mortar #av #xdr #evasion #redteam

APT
14 682
Data Masking Bash OneLiner If you need to mask data from utilities such as Responder\Inveigh for your report, use the followi
+1
Data Masking Bash OneLiner If you need to mask data from utilities such as Responder\Inveigh for your report, use the following command: cat hash.txt | awk -F ":" '{print $1"::"$3":"$4":"substr($5,1,4)"***"substr($6,20,20)"***"substr($6,length($6)-8,8)}' | sort -u | sort -u -t : -k 1,1 The following command can be used to mask data HashCat output: cat hash-hashcat.txt | awk -F ":" '{print ($3"/")$1":"substr($7,1,2)"******"substr($7,length($7)-1,3)}' | sort -u #report #mask #data #pentest

APT
14 682
Cobalt-Clip Cobalt-clip is clipboard addons for Cobalt Strike to interact with clipboard. With this you can dump, edit and monitor the content of clipboard. https://github.com/DallasFR/Cobalt-Clip #cobaltstrike #clipboard #dump

APT
14 682
log4hshell — Quick Guide https://musana.net/2021/12/13/log4shell-Quick-Guide/ #log4j #waf #bypass #bugbounty
log4hshell — Quick Guide https://musana.net/2021/12/13/log4shell-Quick-Guide/ #log4j #waf #bypass #bugbounty

APT
14 682
Basic RedTeam Enumeration Tactics https://aidenpearce369.github.io/offsec/redteam-enumeration/ #ad #enum #powershell #redteam

APT
14 682
Microsoft Teams Abuse https://mrd0x.com/microsoft-teams-abuse/ #teams #abuse #redteam