Skip to main content

Skills dans ce dépôt

autohandai/community-skills - Page 11

SkillsMP a collecté 1 040 skills depuis autohandai/community-skills. Ouvrez un skill pour examiner sa source et ses détails.

autohandai/community-skills

Affichage de 40 skills collectés sur 1 040.

métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Deploying Software Defined Perimeter

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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.…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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.

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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,…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Travailleurs des services de protection, autres
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 1 040.