Skip to content

Commit b099122

Browse files
committed
Merge branch 'main' of github.com:alexott/databricks-cybersecurity-playground
1 parent 20adbed commit b099122

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# databricks-cybersecurity-playground
2+
23
Different pieces of code related to doing cybersecurity on Databricks
4+
5+
6+
* [iocs-ingest](iocs-ingest/) - source code for ingesting data from Filebeat's Threat Intel module.

iocs-ingest/IoCs Silver.py

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242

4343
# COMMAND ----------
4444

45-
# TODO: instead of dropping duplicates, also add condition on the first/last seen
4645
def process_single_source(input_df: DataFrame, service: str, transform_func):
4746
checkpoint = f"{base_dir}/checkpoints/threatintel-silver-{service}/"
4847
transform_func(input_df).writeStream.format("delta") \

iocs-ingest/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This folder contains Databricks notebooks with source code for the blog post [Ingesting indicators of compromise with Filebeat, Azure Event Hubs & Delta Lake on Databricks](https://alexott.blogspot.com/2022/10/ingesting-indicators-of-compromise-with.html).

0 commit comments

Comments
 (0)