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

Link to ET missing #109

Closed
filippocarletti opened this issue May 15, 2019 · 5 comments
Closed

Link to ET missing #109

filippocarletti opened this issue May 15, 2019 · 5 comments

Comments

@filippocarletti
Copy link

The link to the ET signature in the top right of an alert page is now a number (a counter) that links back to the inbox. Refreshing the page the number becomes an external link to doc.emergingthreats.net.

Steps to reproduce

  1. Click on an alert in the inbox page
  2. See the top right: it shows the number of rule hits
  3. Refresh the page (hit F5), the number becomes the link to the ET signature

EveBox 0.10.2.

First click on the alert from inbox:
Screenshot from 2019-05-15 11-47-01

After page refresh:

Screenshot from 2019-05-15 11-47-15

@jasonish
Copy link
Owner

The ET link is not provided by EveBox itself, but some integration. Are you running EveBox on SELKS?

@filippocarletti
Copy link
Author

No SELKS, it's EveBox fed by eve.json using sqlite.

@jasonish
Copy link
Owner

Can you provide your evebox.yaml? Maybe there is an event service defined in there for ET links.

@filippocarletti
Copy link
Author

data-directory: /var/lib/evebox

http:
  tls:
    enabled: false
  reverse-proxy: true

database:
  type: sqlite
  retention-period: 30

authentication:
  required: no

input:
  enabled: true
  filename: "/var/log/suricata/eve.json"

geoip:
  disabled: false

event-services:

  - type: custom
    enabled: true
    name: ET
    url: http://doc.emergingthreats.net/{{alert.signature_id}}

jasonish added a commit that referenced this issue Nov 29, 2019
@jasonish
Copy link
Owner

Thanks for the report. My most recent commit fixes this issue and it will be in the development builds in the next few days.

@jasonish jasonish added this to the 0.11 milestone Nov 29, 2019
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

2 participants