Skip to main content

このリポジトリの skills

autohandai/community-skills - 15ページ

SkillsMP は autohandai/community-skills から 1,040 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

autohandai/community-skills

収集済み skill 1,040 件中 40 件を表示しています。

職業分類
情報セキュリティアナリスト
説明

Performs runtime mobile security exploration of iOS applications using Objection, a Frida-powered toolkit that enables security testers to interact with app internals without jailbreaking. Use when assessing iOS app security posture, bypassing client-side…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Analyzes malicious Linux ELF (Executable and Linkable Format) binaries including botnets, cryptominers, ransomware, and rootkits targeting Linux servers, containers, and cloud infrastructure. Covers static analysis, dynamic tracing, and reverse engineering of…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Analyzes malicious VBA macros embedded in Microsoft Office documents (Word, Excel, PowerPoint) to identify download cradles, payload execution, persistence mechanisms, and anti-analysis techniques. Uses olevba, oledump, and VBA deobfuscation to extract the…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Perform static analysis of malicious PDF documents using peepdf, pdfid, and pdf-parser to extract embedded JavaScript, shellcode, and suspicious objects.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Executes malware samples in Cuckoo Sandbox to observe runtime behavior including process creation, file system modifications, registry changes, network communications, and API calls. Generates comprehensive behavioral reports for malware classification and…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Use Sysinternals Autoruns to systematically identify and analyze malware persistence mechanisms across registry keys, scheduled tasks, services, drivers, and startup locations on Windows systems.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Detect sandbox evasion techniques in malware samples by analyzing timing checks, VM artifact queries, user interaction detection, and sleep inflation patterns from Cuckoo/AnyRun behavioral reports

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Analyzes RAM memory dumps from compromised systems using the Volatility framework to identify malicious processes, injected code, network connections, loaded modules, and extracted credentials. Supports Windows, Linux, and macOS memory forensics. Activates…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Detect and analyze covert communication channels used by malware including DNS tunneling, ICMP exfiltration, steganographic HTTP, and protocol abuse for C2 and data exfiltration.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Parse NetFlow v9 and IPFIX records to detect volumetric anomalies, port scanning, data exfiltration, and C2 beaconing patterns. Uses the Python netflow library to decode flow records, builds traffic baselines, and applies statistical analysis to identify…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Craft, send, sniff, and dissect network packets using Scapy for protocol analysis, network reconnaissance, and traffic anomaly detection in authorized security testing

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Analyzes network traffic generated by malware during sandbox execution or live incident response to identify C2 protocols, data exfiltration channels, payload downloads, and lateral movement patterns using Wireshark, Zeek, and Suricata. Activates for requests…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Captures and analyzes network packet data using Wireshark and tshark to identify malicious traffic patterns, diagnose protocol issues, extract artifacts, and support incident response investigations on authorized network segments.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Identifies and unpacks UPX-packed and other packed malware samples to expose the original executable code for static analysis. Covers both standard UPX unpacking and handling modified UPX headers that prevent automated decompression. Activates for requests…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Analyzes malicious PDF files using PDFiD, pdf-parser, and peepdf to identify embedded JavaScript, shellcode, exploits, and suspicious objects without opening the document. Determines the attack vector and extracts embedded payloads for further analysis.…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Analyzes encryption algorithms, key management, and file encryption routines used by ransomware families to assess decryption feasibility, identify implementation weaknesses, and support recovery efforts. Covers AES, RSA, ChaCha20, and hybrid encryption…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Investigate supply chain attack artifacts including trojanized software updates, compromised build pipelines, and sideloaded dependencies to identify intrusion vectors and scope of compromise.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Simulates man-in-the-middle attacks using Ettercap, mitmproxy, and Bettercap in authorized environments to intercept, analyze, and modify network traffic for testing encryption enforcement, certificate validation, and detection capabilities.

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Designs and implements VLAN-based network segmentation on managed switches to isolate network zones, enforce access control between segments, and reduce the attack surface by limiting lateral movement paths in enterprise network environments.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Configures pfSense firewall rules, NAT policies, VPN tunnels, and traffic shaping to enforce network segmentation, control traffic flow, and protect internal network zones in enterprise and small-to-medium business environments.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Installs, configures, and tunes Snort 3 intrusion detection system to monitor network traffic for malicious activity using custom and community rulesets, preprocessors, and alert output plugins on authorized network segments.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Deploys and configures Suricata IDS/IPS with Emerging Threats rulesets, EVE JSON logging, and custom rules for real-time network traffic inspection, threat detection, and integration with SIEM platforms for centralized security monitoring.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Deobfuscates malicious JavaScript code used in web-based attacks, phishing pages, and dropper scripts by reversing encoding layers, eval chains, string manipulation, and control flow obfuscation to reveal the original malicious logic. Activates for requests…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Detect and prevent ARP spoofing attacks using ARPWatch, Dynamic ARP Inspection, Wireshark analysis, and custom monitoring scripts to protect against man-in-the-middle interception.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Detect data exfiltration through DNS tunneling by analyzing query entropy, subdomain length, query volume, TXT record abuse, and response payload sizes using passive DNS monitoring.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Detect DNS-based data exfiltration by analyzing Zeek dns.log for high-entropy subdomains and anomalous query patterns

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Detects and analyzes fileless malware that operates entirely in memory using PowerShell, WMI, .NET reflection, registry-resident payloads, and living-off-the-land binaries (LOLBins) without writing traditional executable files to disk. Activates for requests…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Identifies lateral movement techniques in enterprise networks by analyzing authentication logs, network flows, SMB traffic, and RDP sessions using Zeek, Velociraptor, and SIEM correlation rules to detect attackers moving between systems.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Detects and analyzes malicious behavior in mobile applications through behavioral analysis, permission abuse detection, network traffic monitoring, and dynamic instrumentation. Use when analyzing suspicious mobile applications for data exfiltration,…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Deploys and configures Zeek (formerly Bro) network security monitor to passively analyze network traffic, generate structured logs, detect anomalous behavior, and create custom detection scripts for threat hunting and incident response.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Detect network reconnaissance and port scanning using Suricata and Snort IDS signatures, threshold-based detection rules, and traffic anomaly analysis to identify Nmap, Masscan, and custom scanning activity.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Configures Fail2ban with custom filters and actions to detect port scanning activity, SSH brute force attempts, and network reconnaissance, automatically banning offending IP addresses and alerting security teams to suspicious network probing.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Detects and analyzes process injection techniques used by malware including classic DLL injection, process hollowing, APC injection, thread hijacking, and reflective loading. Uses memory forensics, API monitoring, and behavioral analysis to identify injection…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Detects rootkit presence on compromised systems by identifying hidden processes, hooked system calls, modified kernel structures, hidden files, and covert network connections using memory forensics, cross-view detection, and integrity checking techniques.…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Analyzes and simulates BGP hijacking scenarios in authorized lab environments to assess route origin validation, RPKI deployment, and BGP monitoring defenses against prefix hijacking and route leak attacks on internet routing infrastructure.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Tests and exploits deep link (URL scheme and App Link) vulnerabilities in Android and iOS mobile applications to identify unauthorized access, data injection, intent hijacking, and redirect manipulation. Use when assessing mobile app attack surface through…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Identifies and exploits insecure local data storage vulnerabilities in Android and iOS mobile applications including unencrypted databases, world-readable files, insecure SharedPreferences, plaintext credential storage, and improper keychain/keystore usage.…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Identifies and exploits IPv6-specific vulnerabilities including SLAAC spoofing, Router Advertisement flooding, and IPv6 tunneling during authorized assessments to test dual-stack security controls and IPv6-aware network defenses.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Identifies and exploits SMB protocol vulnerabilities using Metasploit Framework during authorized penetration tests to demonstrate risks from unpatched Windows systems, misconfigured shares, and weak authentication in enterprise networks.

原文の言語: 英語

更新
収集済み skill 1,040 件中 40 件を表示しています。