Project

General

Profile

Actions

Bug #4881

closed

alert event incorrectly log stored files

Added by Eric Leblond over 2 years ago. Updated 8 months ago.

Status:
Closed
Priority:
Normal
Target version:
Affected Versions:
Effort:
Difficulty:
Label:

Description

When an alert is using filestore, the stored files are not marked as such:

   "files": [
    {
      "sid": [
        3
      ],
      "tx_id": 0,
      "gaps": false,
      "size": 1188,
      "state": "UNKNOWN",
      "filename": "/~lds/b.apkg",
      "stored": false
    }
  ],


Related issues 1 (0 open1 closed)

Has duplicate Suricata - Bug #2500: stored will always equal false in fileinfo eventsClosedElazar BroadActions
Actions #1

Updated by Victor Julien over 2 years ago

  • Description updated (diff)
  • Status changed from New to Assigned
  • Target version changed from 6.0.5 to 7.0.0-beta1
Actions #2

Updated by Victor Julien about 2 years ago

Is the file store module enabled? It will only be set to true if it was actually stored.

Actions #3

Updated by Victor Julien over 1 year ago

  • Target version changed from 7.0.0-beta1 to TBD
Actions #4

Updated by Victor Julien over 1 year ago

  • Status changed from Assigned to Feedback
Actions #5

Updated by Eric Leblond over 1 year ago

Victor Julien wrote in #note-2:

Is the file store module enabled? It will only be set to true if it was actually stored.

I think so in the reported case but I also see the same in a test I have just done today with latest master.

Actions #6

Updated by Eric Leblond over 1 year ago

Using the signature

alert http any any -> any any (msg:"COwboys"; metadata: training suricata; sid:1; rev:1; http.content_type; content:"application"; filestore;)

on the MTA pcap there https://www.malware-traffic-analysis.net/2020/03/04/index.html

is triggering the issue.

Actions #8

Updated by Victor Julien over 1 year ago

  • Status changed from Feedback to Assigned
  • Assignee changed from Eric Leblond to Victor Julien
  • Target version changed from TBD to 7.0.0-rc1
Actions #9

Updated by Philippe Antoine over 1 year ago

  • Status changed from Assigned to In Review
  • Assignee changed from Victor Julien to Philippe Antoine

Why did you take this Victor ?

https://github.com/OISF/suricata/pull/8321

Actions #10

Updated by Victor Julien about 1 year ago

  • Target version changed from 7.0.0-rc1 to 8.0.0-beta1
Actions #11

Updated by Philippe Antoine 10 months ago

  • Has duplicate Bug #2500: stored will always equal false in fileinfo events added
Actions #12

Updated by Philippe Antoine 10 months ago

  • Target version changed from 8.0.0-beta1 to 7.0.0
Actions #13

Updated by Victor Julien 10 months ago

  • Target version changed from 7.0.0 to 7.0.1
Actions #14

Updated by Philippe Antoine 8 months ago

  • Status changed from In Review to Closed
Actions

Also available in: Atom PDF