YaraFlux
JSON →An MCP server for YARA scanning, enabling LLMs to analyze files using YARA rules.
Tools · 19
- scan_url Scan a URL with YARA rules
- scan_file Scan a file with YARA rules
- create_rule Create a new YARA rule
- read_rule Read a YARA rule
- update_rule Update an existing YARA rule
- delete_rule Delete a YARA rule
- validate_rule Validate a YARA rule with detailed error reporting
- import_rules Import rules from ThreatFlux repository
- list_rules List all YARA rules
- get_scan_result Retrieve a scan result
- list_scan_results List all scan results
- upload_file Upload a file for analysis
- get_file_hex Get hexadecimal view of a file
- extract_strings Extract strings from a file with configurable parameters
- get_file_metadata Get file metadata and hash information
- delete_file Delete an uploaded file
- list_files List all uploaded files
- get_rule_categories Get rule categories by source
- get_server_status Get server status and health
Environment variables
JWT_SECRET_KEY
Links
★ 23 GitHub stars