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

[Meraki] Incorrect 'threat' mappings #8493

Closed
jamiehynds opened this issue Nov 14, 2023 · 1 comment · Fixed by #8508
Closed

[Meraki] Incorrect 'threat' mappings #8493

jamiehynds opened this issue Nov 14, 2023 · 1 comment · Fixed by #8508
Assignees
Labels
bug Something isn't working Integration:Cisco Meraki

Comments

@jamiehynds
Copy link

As reported by @mattmac1 - our Meraki integration is incorrectly mapping data to event.category:threat and type:indicator which are typically reserved for indicators of compromise from Threat Intel feeds. As a result, data from Meraki is incorrectly appearing in the intelligence tab and dashboards within Elastic Security.

Can we remove these mappings, to ensure Meraki data isn't treated an an indicator of compromise.

 "data_stream": {
      "namespace": "group",
      "type": "logs",
      "dataset": "cisco_meraki.log"
    },
    "event": {
      "agent_id_status": "missing",
      "ingested": "2023-11-08T15:06:51Z",
      "action": "rogue-ssid-detected",
      "category": [
        "network",
        "threat"
      ],
      "type": [
        "info",
        "indicator"
      ],
      "dataset": "cisco_meraki.log"
@elasticmachine
Copy link

Pinging @elastic/security-external-integrations (Team:Security-External Integrations)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Integration:Cisco Meraki
Projects
None yet
3 participants