add cip to hunt.eventfields.json

This commit is contained in:
Doug Burks
2022-11-22 10:40:22 -05:00
committed by GitHub
parent 2a805ac1a6
commit 51cc047933

View File

@@ -59,7 +59,9 @@
"::file_create_stream_hash": ["soc_timestamp", "file.target", "hash.md5", "hash.sha256", "process.executable", "process.pid", "winlog.computer_name"],
"::tds": ["soc_timestamp", "source.ip", "source.port", "destination.ip", "destination.port", "log.id.uid", "tds.command", "event.dataset" ],
"::tds_rpc": ["soc_timestamp", "source.ip", "source.port", "destination.ip", "destination.port", "log.id.uid", "tds.procedure_name", "event.dataset" ],
"::cip": ["soc_timestamp", "source.ip", "source.port", "destination.ip", "destination.port", "log.id.uid", "cip.service", "cip.status_code", "event.dataset" ],
"::tds_sql_batch": ["soc_timestamp", "source.ip", "source.port", "destination.ip", "destination.port", "log.id.uid", "tds.header_type", "event.dataset" ]
}