u/Boring_Pipe_5449

Match two logs in NGSIEM - time window?

Hi there, thanks for reading!

i am trying to bring together two of our logs NGSIEM.

  1. Falcon logs to see which user was logged into a client at a given time

  2. Our firewall logs that only show source and destination ip but no user.

Here is my try:

defineTable(query={
UserName!="*$" and UserName!=""
|cidr("LocalIP", subnet=["MYlocalSubnets"])
}, include=[aid,UserName, LocalIP], name="Computers")
| u/collect.host="CollectingHostOfFirewallLogs"
| cidr("source.ip", subnet=["RelevantSubnets")
| in(field="destination.port", values=[Ports i am looking for])
| match(file="Computers", field=[LocalIP])
|groupBy([source.ip, destination.ip,destination.port, Vendor.rule, UserName])
|sort(destination.ip)

But the bigger my search window is, the worse by result gets as the Computers table will be static only and not having any time component in it.

Is there a way to get around this?

Thank you!

reddit.com
u/Boring_Pipe_5449 — 8 days ago
▲ 2 r/MDT

25H2 language packs

Hi there, thanks for reading!

I am trying to add Windows 11 25H2 to our MDT but it is giving me a hard time with the language package. Based on Install language packs on Windows 11 Enterprise VMs in Azure Virtual Desktop - Azure - Azure Virtual Desktop | Microsoft Learn the versions are still the same than in 24H2, but when i add them with a new selection profile, the wizard is completely skipping the language selection part.

The setup is:

Deployment Toolkit 6.3.8456.1000

ADK: 10.1.26.100.2454

I guess it is still seeing those as 26100 but 25H2 has 26200.

Anyone with the same issue?

Thanks again!

u/Boring_Pipe_5449 — 3 months ago