Go to the
customisation>
fieldin the
search bar look for
incident and select
incident typeYou can see the api name used when you run scripts

to run your action, go to
customization >
rule >
new >
menu item and select on which object type you want to run the rule (incident, artifact...)
on condiction, select the field
incident type +
has one off and the types you want
malware for example;

and run the script or the workflow you wich
if the action is in a script (or use python list conditions):
if incident.incident_type_ids == "Malware":
------------------------------
BENOIT ROSTAGNI
------------------------------