Active Directory Cheatsheet
1๏ธโฃ Active Directory Cheatsheet Perform user hunting to track down where users are logged into in the network - find users that are members of high-value groups. Dump credentials and/or obtain Kerberos tickets. Gain access to the userโs machine using creds/ticket. (Possibly) escalate privileges in the machine. Repeat steps above until you have administrative privileges in the Domain Controller. ๐AD Enumeration - Users / Groups / Computers ์์ ๊ถํ์ ๊ฐ์ง user ์ฐพ๊ธฐ ๋ฉ์๋ ์ค๋ช onCreate() ์กํฐ๋นํฐ ์์ฑ ์ ํธ์ถ, ํ๋ฉด์ ๋ณด์ด๋ ๋ทฐ์ ์ผ๋ฐ์ ์ธ ์ํ๋ฅผ ์ค์ onStart() ์กํฐ๋นํฐ๊ฐ ์ฌ์ฉ์์๊ฒ ํ์๋๊ธฐ ์ง์ ์ ํธ์ถ onResume() ์กํฐ๋นํฐ๊ฐ ์ฌ์ฉ์์ ์ํธ์์ฉ ํ๊ธฐ ์ ์ ํธ์ถ onPause() ์์คํ ์ด ๋ค๋ฅธ ์กํฐ๋นํฐ๋ฅผ ์ฌ๊ฐํ์ง ์ง์ ์ ํธ์ถ onStop() ์กํฐ๋นํฐ๊ฐ ๋์ด์ ์ฌ์ฉ์์๊ฒ ํ์๋์ง ์์ ๋ ํธ์ถ onDestroy() ์กํฐ๋นํฐ ์๋ฉธ ์ ์ ํธ์ถ(๋ง์ง๋ง ํธ์ถ) ๐**์กํฐ๋นํฐ Flow !...