Skip to main content

このリポジトリの skills

autohandai/community-skills - 11ページ

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

autohandai/community-skills

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

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

Builds automated threat intelligence feed integration pipelines connecting STIX/TAXII feeds, open-source threat intel, and commercial TI platforms into SIEM and security tools for real-time IOC matching and alerting. Use when SOC teams need to operationalize…

原文の言語: 英語

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

Builds a structured vulnerability scanning workflow using tools like Nessus, Qualys, and OpenVAS to discover, prioritize, and track remediation of security vulnerabilities across infrastructure. Use when SOC teams need to establish recurring vulnerability…

原文の言語: 英語

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

Correlates security events in IBM QRadar SIEM using AQL (Ariel Query Language), custom rules, building blocks, and offense management to detect multi-stage attacks across network, endpoint, and application log sources. Use when SOC analysts need to…

原文の言語: 英語

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

Performs statistical analysis of Zeek conn.log connection intervals to detect C2 beaconing patterns. Uses the ZAT library to load Zeek logs into Pandas DataFrames, calculates inter-arrival time standard deviation, and flags periodic connections with low…

原文の言語: 英語

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

Detect Kerberos golden ticket attacks by analyzing Windows Security event logs for anomalous TGT usage patterns. Parses Event IDs 4624, 4672, and 4768 from EVTX files to identify tickets with abnormal lifetimes, domain SID mismatches, and privilege escalation…

原文の言語: 英語

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

Detects insider data exfiltration by analyzing DLP policy violations, file access patterns, upload volume anomalies, and off-hours activity in endpoint and cloud logs. Uses pandas for behavioral analytics and statistical baselines. Use when investigating…

原文の言語: 英語

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

Analyze WAF (ModSecurity/AWS WAF/Cloudflare) logs to detect SQL injection attack campaigns. Parses ModSecurity audit logs and JSON WAF event logs to identify SQLi patterns (UNION SELECT, OR 1=1, SLEEP(), BENCHMARK()), tracks attack sources, correlates…

原文の言語: 英語

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

Scans GitHub Actions workflows and CI/CD pipeline configurations for supply chain attack vectors including unpinned actions, script injection via expressions, dependency confusion, and secrets exposure. Uses PyGithub and YAML parsing for automated audit. Use…

原文の言語: 英語

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

Uses Rekall memory forensics framework to analyze memory dumps for process hollowing, injected code via VAD anomalies, hidden processes, and rootkit detection. Applies plugins like pslist, psscan, vadinfo, malfind, and dlllist to extract forensic artifacts…

原文の言語: 英語

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

Detects credential stuffing attacks by analyzing authentication logs for login velocity anomalies, ASN diversity, password spray patterns, and geographic distribution of failed logins. Uses statistical analysis on Splunk or raw log data. Use when…

原文の言語: 英語

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

Detect webshells planted on web servers by scanning for high-entropy files, suspicious PHP/JSP/ASP patterns (eval, base64_decode, system, passthru), recently modified files in web roots, and anomalous file sizes. Uses Shannon entropy calculation to flag…

原文の言語: 英語

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

Detects abuse of Living Off The Land Binaries (LOLBAS) such as certutil, wmic, mshta, regsvr32, and rundll32 in Windows event logs and Sysmon telemetry. Builds detection rules by cross-referencing process creation events against the LOLBAS project database.…

原文の言語: 英語

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

Implements strategies to reduce SOC alert fatigue by tuning detection rules, consolidating duplicate alerts, implementing risk-based alerting, and measuring alert quality metrics to maintain analyst effectiveness and prevent critical alert dismissal. Use when…

原文の言語: 英語

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

Audit and validate email authentication configurations by checking SPF, DKIM, and DMARC DNS records for a domain. Uses dnspython to query TXT records, validates SPF syntax and lookup counts, verifies DKIM selector records, parses DMARC policies, and…

原文の言語: 英語

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

Deploy and configure Wazuh SIEM/XDR for endpoint detection including agent management, custom decoder and rule XML creation, alert querying via the Wazuh REST API, and automated response actions.

原文の言語: 英語

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

Deploys canary tokens and honeytokens (fake AWS credentials, DNS canaries, document beacons, database records) that trigger alerts when accessed by attackers. Uses the Canarytokens API and custom webhook integrations for breach detection. Use when building…

原文の言語: 英語

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

Configure Fluentd and Fluent Bit for centralized log aggregation, routing, filtering, and enrichment across distributed infrastructure

原文の言語: 英語

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

Build an append-only log integrity chain using SHA-256 hash chaining for tamper detection. Each log entry is hashed with the previous entry's hash to create a blockchain-like structure where modifying any entry invalidates all subsequent hashes. Implements…

原文の言語: 英語

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

Implement MITRE ATT&CK coverage mapping to identify detection gaps, prioritize rule development, and measure SOC detection maturity against adversary techniques.

原文の言語: 英語

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

Configures mutual TLS (mTLS) authentication between microservices using Python cryptography library for certificate generation and ssl module for TLS verification. Validates certificate chains, checks expiration, and audits mTLS deployment status. Use when…

原文の言語: 英語

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

Deploy osquery scheduled queries for continuous endpoint monitoring covering process inventory, network connections, file integrity, and persistence mechanisms. Generates osquery.conf with query packs, configures differential result logging, and analyzes…

原文の言語: 英語

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

Implements security chaos engineering experiments that deliberately disable or degrade security controls to verify detection and response capabilities. Tests WAF bypass, firewall rule removal, log pipeline disruption, and EDR disablement scenarios using boto3…

原文の言語: 英語

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

Implement security monitoring using Datadog's Cloud SIEM, log analysis, and threat detection capabilities to identify and respond to security events across cloud infrastructure.

原文の言語: 英語

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

Write multi-event correlation rules that detect APT lateral movement by chaining Windows authentication events, process execution telemetry, and network connection logs across hosts. Uses Splunk SPL and Sigma rule format to correlate Event IDs 4624, 4648,…

原文の言語: 英語

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

Tune SIEM detection rules to reduce false positives by analyzing alert volumes, creating whitelists, adjusting thresholds, and measuring detection efficacy metrics in Splunk and Elastic

原文の言語: 英語

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

Implements SIEM detection use cases by designing correlation rules, threshold alerts, and behavioral analytics mapped to MITRE ATT&CK techniques across Splunk, Elastic, and Sentinel. Use when SOC teams need to expand detection coverage, formalize use case…

原文の言語: 英語

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

Implements Security Orchestration, Automation, and Response (SOAR) workflows using Splunk SOAR (formerly Phantom) to automate alert triage, IOC enrichment, containment actions, and incident response playbooks. Use when SOC teams need to reduce manual analyst…

原文の言語: 英語

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

Automate phishing incident response using Splunk SOAR REST API to create containers, add artifacts, and trigger playbooks

原文の言語: 英語

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

Implement automated incident response playbooks in Cortex XSOAR to orchestrate security workflows across SOC tools and reduce manual response time.

原文の言語: 英語

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

Configure rsyslog for centralized log collection with TLS encryption, custom templates, and log rotation. Generates server and client configuration files with GnuTLS stream drivers, x509 certificate authentication, per-host log segregation, and reliable queue…

原文の言語: 英語

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

Implements threat modeling using the MITRE ATT&CK framework to map adversary TTPs against organizational assets, assess detection coverage gaps, and prioritize defensive investments. Use when SOC teams need to align detection engineering with threat…

原文の言語: 英語

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

Implements an integrated incident ticketing system connecting SIEM alerts to ServiceNow, Jira, or TheHive for structured incident tracking, SLA management, escalation workflows, and compliance documentation. Use when SOC teams need formalized incident…

原文の言語: 英語

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

Investigates insider threat indicators including data exfiltration attempts, unauthorized access patterns, policy violations, and pre-departure behaviors using SIEM analytics, DLP alerts, and HR data correlation. Use when SOC teams receive insider threat…

原文の言語: 英語

更新
職業分類
その他の保護サービス従事者
説明

Investigates phishing email incidents from initial user report through header analysis, URL/attachment detonation, impacted user identification, and containment actions using SOC tools like Splunk, Microsoft Defender, and sandbox analysis platforms. Use when…

原文の言語: 英語

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

Perform systematic alert triage in Elastic Security SIEM to rapidly classify, prioritize, and investigate security alerts for SOC operations.

原文の言語: 英語

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

Deploys deception technology including honeypots, honeytokens, and decoy systems to detect attackers who have bypassed perimeter defenses, providing high-fidelity alerts with near-zero false positive rates. Use when SOC teams need early warning of lateral…

原文の言語: 英語

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