This commit is contained in:
2025-08-08 09:46:15 +02:00
parent 93ac65e87a
commit a2950a7c14
2 changed files with 11 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ def process_flow(i, entry):
.field("dstMask", inEntry["DST_MASK"])
.field("dstCntr", ermWhatTheCountry(str(inEntry["IPV4_DST_ADDR"])))
.field("srcCntr", ermWhatTheCountry(str(inEntry["IPV4_SRC_ADDR"])))
.tag("ISP", ermWhatTheISP(str(inEntry["IPV4_SRC_ADDR"])))
)
print("----------------")