원클릭으로
migration-helper-recommend
Run the recommender script to generate recommendations for SecOps curated/community rules based on custom rules.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run the recommender script to generate recommendations for SecOps curated/community rules based on custom rules.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Author rule notes, parameters, dependencies, tuning, and testing sections for a YARA-L rule.
Extract unstructured legacy rules from a raw text file and structure them into valid JSON.
Take a source SIEM rule and format its content for readability, then insert it into a YARA-L rule template.
Generate a raw sample log entry in the original source format that will trigger the migrated YARA-L rule.
Migrate a source rule section in a YARA-L file into YARA-L 2.0, adhering to precise Google SecOps schemas.
Initialize a new YARA-L rule directory structure and YARA-L rule file from the template.
| name | migration_helper_recommend |
| description | Run the recommender script to generate recommendations for SecOps curated/community rules based on custom rules. |
Runs the interactive recommender tool to match legacy custom SIEM rules in JSON format with equivalent Google SecOps Curated or Community rules.
/migration_helper_recommend <json_rules_path> or when recommending rules.Your objective is to execute the interactive recommender script using the provided input rules file <json_rules_path>.
<json_rules_path> is empty, stop and ask the user to provide the path to the JSON file containing their customer rules.run_recommender.sh <json_rules_path> from the workspace directory or inside the recommender_curated_community folder.
TAB to focus on the terminal/script interface if they need to interact.