$240K. No degree. The SOC analyst is dead.
The SOC industry quietly restructured itself in 18 months. One role pulled away with software-engineer comp: the Detection Engineer.
3-4Γ the pay. No on-call at well-run shops. Zero required certs.
New TechUpdates β
$240K. No degree. The SOC analyst is dead.
The SOC industry quietly restructured itself in 18 months. One role pulled away with software-engineer comp: the Detection Engineer.
3-4Γ the pay. No on-call at well-run shops. Zero required certs.
New TechUpdates β
Hunting checklist:
β Autoruns (Sysinternals) β the single best tool
β Compare against known-good baseline
β Check all 5 locations above
β Review recently created accounts
β Check for Golden/Silver Tickets
Deploy Sysmon with a good config (SwiftOnSecurity's). You'll see every...
5. DLL Hijacking
Attacker drops a malicious DLL where a legitimate program searches.
Detect:
Process Monitor β filter for NAME NOT FOUND + .dll
Sigcheck -u C:\Windows\System32\*.dll (unsigned DLLs)
Harder to find. Requires baseline comparison.
Cisco IOS commands for a quick security audit:
show running-config | include password
show ip interface brief
show access-lists
show logging
show users
show privilege
Run these on every switch/router during your next audit.
π Bookmark this.