当前位置:网站首页>[Red Team] ATT&CK - Auto Start - Registry Run Key, Startup Folder
[Red Team] ATT&CK - Auto Start - Registry Run Key, Startup Folder
2022-08-10 03:32:00 【Thousands of miles :)】
0x01 Foreword
An attacker can achieve persistence by adding the program to the startup folder or referencing it using the registry run key.
Adding an entry to the "run key" in the registry or in the startup folder will cause the referenced program to execute when the user logs in.These programs will execute in the context of the user, with the relevant privilege level of the account.
0x02Startup folder
Placing a program in the startup folder also causes the program to execute when the user logs in.There is a startup folder location for individual user accounts and a system-wide startup folder that will be checked no matter which user account is logged in.
Where: The current user's startup folder path is:
<C:\Users\[username]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
边栏推荐
- 剑指offer专项突击版第25天
- 2022.8.8 Exam questions for photographer Lao Ma (photographer)
- FusionConpute虚拟机的发放与管理
- 【二叉树-中等】687. 最长同值路径
- Open3D 泊松盘网格采样
- ArcGIS Advanced (1) - Install ArcGIS Enterprise and create an sde library
- QT模态对话框及非模态对话框学习
- How Microbes Affect Physical Health
- State compression small experience
- 2022.8.8考试游记总结
猜你喜欢
Database management tool: dynamic read-write separation
【二叉树-中等】1104. 二叉树寻路
将信号与不同开始时间对齐
【二叉树-中等】1261. 在受污染的二叉树中查找元素
Nacos源码分析专题(五)-Nacos小结
MySQL:日志系统介绍 | 错误日志 | 查询日志 | 二进制日志:bin-log数据恢复实践 | 慢日志查询
实例042:变量作用域
c# 解决CS8602告警 解引用可能出现空引用
量化交易策略介绍及应用市值中性化选股
[Kali Security Penetration Testing Practice Course] Chapter 8 Web Penetration
随机推荐
数据库治理利器:动态读写分离
The 25th day of the special assault version of the sword offer
SQLserver加个判断
Redis - String|Hash|List|Set|Zset数据类型的基本操作和使用场景
【Kali安全渗透测试实践教程】第9章 无线网络渗透
State compression small experience
实例045:求和
数组(一)
《GB39707-2020》PDF下载
将信号与不同开始时间对齐
2022.8.9考试平衡的余数--1000题解
2022.8.8 Exam Travel Summary
LeetCode每日两题01:移动零 (均1200道)方法:双指针
Shell编程--awk
2022.8.9 Exam Unique Bid Auction--800 Question Solutions
数据治理(五):元数据管理
sqlmap dolog外带数据
Open3D 网格均匀采样
Algorithm and voice dialogue direction interview question bank
OpenCV图像处理学习三,Mat对象构造函数与常用方法