Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple rules require updating to include the latest recommended Fortigate connector #11360

Closed
FJSte opened this issue Oct 28, 2024 · 2 comments
Assignees

Comments

@FJSte
Copy link

FJSte commented Oct 28, 2024

The Azure Sentinel solution Network Session Essentials analytic rule PortScan.yaml uses the deprecated Fortinet connector (connectorId: Fortinet) as a data source instead of the recommended FortinetAma connector. The FortinetAma connector (connectorId: FortinetAma) is available and should be used instead.

https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Network%20Session%20Essentials/Analytic%20Rules/PortScan.yaml

Only contains the deprecated connector as a data source

  • connectorId: Fortinet
    dataTypes:
    • CommonSecurityLog

and not the recommended data connector

  • connectorId: FortinetAma
    dataTypes:
    • CommonSecurityLog

From https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Fortinet%20FortiGate%20Next-Generation%20Firewall%20connector%20for%20Microsoft%20Sentinel/Data%20Connectors/template_Fortinet-FortiGateAma.json

I assume that there will be multiple analytics rules missing the now recommended connectorId: FortinetAma (47 files are currently reffering to the deprecated version) and 0 the newer connector.

@FJSte FJSte changed the title Rules require updating Multiple rules require updating to include the latest recommended Fortigate connector Oct 28, 2024
@v-rusraut
Copy link
Contributor

Hi @FJSte , Thanks for flagging this issue, we will investigate this issue and get back to you with some updates. Thanks!

@v-shukore
Copy link
Contributor

Hi @FJSte, our team is currently working to fix this issue, but there is no ETA at the moment. Therefore, we are closing this issue. If you still need support, you can reopen the issue at any time. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants