Create a new Livehunt rulesetAsk AIpost https://www.virustotal.com/api/v3/intelligence/hunting_rulesetsBody ParamsdatajsonrequiredDefaults to { "type": "hunting_ruleset", "attributes": { "name": "Test ruleset", "enabled": true, "limit": 100, "rules": "rule foobar { strings: $ = \"foobar\" condition: all of them }", "notification_emails": [], "match_object_type": "file" } }A Malware Hunting ruleset{ "type": "hunting_ruleset", "attributes": { "name": "Test ruleset", "enabled": true, "limit": 100, "rules": "rule foobar { strings: $ = \"foobar\" condition: all of them }", "notification_emails": [], "match_object_type": "file" } }Headersx-apikeystringrequiredYour API keyUpdated 7 months ago