config case_sensitive = false | preset=network_story | filter event_type = ENUM.NETWORK and 
 (agent_os_type = ENUM.AGENT_OS_LINUX and 
 (actor_process_image_path contains "/bin/bash" and 
 (not 
 ((action_local_ip in ("127.0.0.1", "0.0.0.0")) or 
 (action_remote_ip in ("127.0.0.1", "0.0.0.0"))))))