explainx.ainewsletter3.5k
ai newstrendingpathwaysworkshopsskills
pricing
workshops ↗
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

custom AI agents

[email protected]

get started

Join · $29/mo

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serverstoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsblogreleasespromptsgeneratorsresource librarydemofor LLMs

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

Sister Products

Infloq

Infloq

Influencer marketing

BgBlur

BgBlur

Privacy-first blur

Olly Social

Olly Social

Social AI copilot

Ceptory

Ceptory

Video intelligence

BgRemover

BgRemover

Background removal

newsletter · weekly

Get AI news, tools, and insights in your inbox.

contactsupportprivacytermsdata rightssubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

home/skills/tag/powershell
skill tag

powershell▌

7 indexed skills · max 10 per page

skills (7)

powershell-7-expert

404kidwiz/claude-supercode-skills · Productivity

11

Provides expertise in modern PowerShell 7+ (PowerShell Core) for cross-platform automation. Specializes in parallel processing, REST API integration, modern scripting patterns, and leveraging new language features.

powershell-windows

davila7/claude-code-templates · Productivity

4

Critical patterns and pitfalls for Windows PowerShell.

powershell-windows

sickn33/antigravity-awesome-skills · Productivity

3

Essential syntax rules and pitfalls for Windows PowerShell scripting. \n \n Parentheses required around all cmdlet calls when using logical operators ( -or , -and ); missing them causes parsing errors \n Unicode and emoji characters prohibited in scripts; use ASCII-only alternatives like [OK] , [!] , [WARN] for status indicators \n Null checks mandatory before property access; always validate objects exist before calling methods or accessing properties \n JSON operations require explicit -Depth

hunting-for-anomalous-powershell-execution

mukul975/Anthropic-Cybersecurity-Skills · hunting-for-anomalous-powershell-execution

0

Hunt for malicious PowerShell activity by analyzing Script Block Logging (Event 4104), Module Logging (Event 4103), and process creation events. The analyst parses Windows Event Log EVTX files to detect obfuscated commands, AMSI bypass attempts, encoded payloads, credential dumping keywords, and suspicious download cradles. Activates for requests involving PowerShell threat hunting, script block analysis, encoded command detection, or AMSI bypass identification.

analyzing-powershell-script-block-logging

mukul975/Anthropic-Cybersecurity-Skills · analyzing-powershell-script-block-logging

0

Parse Windows PowerShell Script Block Logs (Event ID 4104) from EVTX files to detect obfuscated commands, encoded payloads, and living-off-the-land techniques. Uses python-evtx to extract and reconstruct multi-block scripts, applies entropy analysis and pattern matching for Base64-encoded commands, Invoke-Expression abuse, download cradles, and AMSI bypass attempts.

detecting-suspicious-powershell-execution

mukul975/Anthropic-Cybersecurity-Skills · detecting-suspicious-powershell-execution

0

Detect suspicious PowerShell execution patterns including encoded commands, download cradles, AMSI bypass attempts, and constrained language mode evasion.

deobfuscating-powershell-obfuscated-malware

mukul975/Anthropic-Cybersecurity-Skills · deobfuscating-powershell-obfuscated-malware

0

Systematically deobfuscate multi-layer PowerShell malware using AST analysis, dynamic tracing, and tools like PSDecode and PowerDecode to reveal hidden payloads and C2 infrastructure.