Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update savedsearches.conf #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions default/savedsearches.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ search = | mispgetioc misp_instance=misp_covid add_description=true category="Ex
cron_schedule = 0 5 * * *
dispatch.earliest_time =
enableSched = 1
search = | mispgetioc misp_instance=misp_covid add_description=true category="External analysis,Financial fraud,Internal reference,Network activity,Other,Payload delivery,Payload installation,Payload type,Persistence mechanism,Person,Social network,Support Tool,Targeting data" type="filename,misp-object,misp_object,sha256" to_ids=true geteventtag=true warning_list=true limit=0 last=1d\
search = | mispgetioc misp_instance=misp_covid add_description=true category="External analysis,Financial fraud,Internal reference,Network activity,Other,Payload delivery,Payload installation,Payload type,Persistence mechanism,Person,Social network,Support Tool,Targeting data" type="filename,sha256" to_ids=true geteventtag=true warning_list=true limit=0 last=1d\
| eval file_name=misp_filename\
| eval description = tostring(misp_event_info)."|".tostring(misp_category)."|".tostring(misp_comment)\
| eval file_hash=mvappend(misp_sha1,misp_sha256,misp_sha512,misp_ssdeep,misp_md5)\
Expand All @@ -49,8 +49,7 @@ search = | mispgetioc misp_instance=misp_covid add_description=true category="Ex
cron_schedule = 0 8 * * *
dispatch.earliest_time =
enableSched = 1
search = | mispgetioc misp_instance=misp_covid add_description=true category="External analysis,Financial fraud,Internal reference,Network activity,Other,Payload delivery,Payload installation,Payload type,Persistence mechanism,Person,Social network,Support Tool,Targeting data" to_ids=true geteventtag=true warning_list=true limit=0 last=1d\
| search misp_type=regkey*\
search = | mispgetioc misp_instance=misp_covid add_description=true category="External analysis,Financial fraud,Internal reference,Network activity,Other,Payload delivery,Payload installation,Payload type,Persistence mechanism,Person,Social network,Support Tool,Targeting data" type="regkey,regkey|value" to_ids=true geteventtag=true warning_list=true limit=0 last=1d\
| eval registry=split(misp_value,"|")\
| eval registry_value_name=mvindex(registry,0)\
| eval registry_value_text=mvindex(registry,1)\
Expand Down