Public IP addresses inside the infrastructure - Logstash mapping problem #9527
Replies: 2 comments 1 reply
-
Where are you noticing this correlation to the real IPs? What is the type of public IP specific information you get for the internal IP addresses you are using? It is possible to edit the Logstash pipelines to evaluate for those IPs and give it a specific field value. |
Beta Was this translation helpful? Give feedback.
-
The infrastructure has some legacy part of the network (let's say in the Internal traffic between these ranges is captured by Security Onion. Executing a ps1 from 1.3.3.7 to 10.10.1.2 will trigger the suricata rule 2025705 (ET POLICY SMB2 NT Create AndX Request For a Powershell .ps1 File). This specific case is happening in my customer's infra. If I drill down, I will see the I've tried building a logstash pipeline to modify these IPs (#9498), but it does'nt seem to work althought testing is is alright.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
My customer (who has a distributed Security onion architecture running), is using public IP address inside.
These IP are not routed outside, and comes from a legacy (prehistoric) network design. Please not react on this, it's the situation as is.
These have been well setup in the
HOME_NET
variable, and correclty end up in thenetwork.cfg
file of Zeek (thanks to #6854).The problems now lies further in the information processing chain, as these IP are still understood by logstash and ElasticSearch as Public IPs, and correlates them with the real public IPs used out there.
How and where can I configure Logstash to treat them as local (internal IP addresses) ?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions