Re: argus file format magic for file (1)
Brad <[email protected]> Wed, 30 Aug 2017 09:06:46 -0400
| Newsgroups | gmane.network.argus |
|---|---|
| Message-ID | <CALD2_ywa8NJ0LhxeknFg-Hubp9LoPst3Tm+DwABytNtt+Rq=jw@mail.gmail.com> |
I'm not sure there is an identifier in the file. You could build a simple parser and try to parse files that are marked as data. If that works, then you would know it's an argus file. I did this once. I think the format is published. Brad On Wed, Aug 30, 2017 at 9:01 AM, mike tancsa <[email protected]> wrote: > As part of our DLP efforts, I use file to identify certain files that > could have potentially sensitive information laying about. Has anyone > created a definition for file to identify argus files ? > > e.g. I can use file to programmatically figure out the file "misc-stuff" > is a pcap file > > # file misc-stuff > misc-stuff: tcpdump capture file (little-endian) - version 2.4 > (Ethernet, capture length 262144) > # > > Where as argus data, no such luck > > # file suspect.arg > suspect.arg: data > # > > Has anyone created a magic definition for argus data ? > > ---Mike >