If you have front-facing proxies that provide authentication and TLS, this rule would need to be tuned to eliminate
the source IP address of your reverse-proxy.
""",
]
index=["packetbeat-*"]
language="lucene"
license="Elastic License"
name="Inbound Connection to an Unsecure Elasticsearch Node"
note="This rule requires the addition of port `9200` and `send_all_headers` to the `HTTP` protocol configuration in `packetbeat.yml`. See the References section for additional configuration documentation."
event.category:network_traffic AND network.protocol:http AND status:OK AND destination.port:9200 AND network.direction:inbound AND NOT http.response.headers.content-type:"image/x-icon" AND NOT _exists_:http.request.headers.authorization