Re: [clamav-users] PDF Scanning

2019-04-12 Thread Micah Snyder (micasnyd) via clamav-users
Hi David,

I am hesitant to draw your (and others) attention to this because the json 
metadata collection features in ClamAV are very much a work in progress and 
most likely won't help in your situation. The output is not easy to work with 
and we intend to improve it in future versions. I also will note that libjson-c 
is not built into our Windows version of ClamAV and so this feature is not 
enabled on Windows.

On linux/unix systems where libjson-c has been built into clamav (configured 
with --with-json=), you can run `clamscan --gen-json 
--leave-temps --tempdir= TARGETFILE`.  This will 
result in embedded buffers and files being written to the provided tempdir 
output directory.  In addition, metadata about the scan target file, will be 
written in a JSON format to the tempdir.  The name of this file, at present, is 
randomly generated as are most of the other files written to that directory.  
Basically you need to search for a file starting with ` { "Magic": 
"CLAMJSONv0", `.  This will be the JSON metadata file.  

For PDFs containing JS/Javascript or OpenActions (and some other types of 
metadata), you'll find the count of each occurrence in the PDFStats dictionary 
in this JSON.

Example output:
{
"Magic": "CLAMJSONv0",
"RootFileType": "CL_TYPE_PDF",
"FileType": "CL_TYPE_PDF",
"FileSize": 21272,
"FileMD5": "", // sanitized
"PDFStats": {
"PDFVersion": "1.4",
"JavascriptObjects": [
31,
32
],
"IncorrectPagesCount": true,
"ObjectsWithoutDictionaries": [
4,
5
],
"Author": "", // sanitized
"Producer": "", // sanitized
"JavaScriptObjectCount": 2,
"DeflateObjectCount": 8,
"ImageCount": 6,
"StandardCount": 1,
"OpenActionCount": 1,
"PageCount": 1
},
"ContainedObjects": [
{
"FileType": "CL_TYPE_TEXT_UTF16BE",
"FileSize": 135,
"FileMD5": "" // sanitized
},
{
"FileType": "CL_TYPE_TEXT_ASCII",
"FileSize": 456,
"FileMD5": "" // sanitized
},
{
"FileType": "CL_TYPE_BINARY_DATA",
"FileSize": 3049,
"FileMD5": "" // sanitized
}
]
}

I realize this doesn't help much in your situation.  Your best option may be to 
use a signature like Arnaud described. In the future though, I would like to 
make it easier to generate this information, and find this information.  And of 
course I would like to make it work on Windows.  I will also note that this 
won't create metadata for files embedded in other files in the present version 
of ClamAV.  I also hope to make this JSON metadata feature work recursively and 
make the tempdir easier to navigate.  Someday!

Regards,
Micah



On 4/11/19, 1:21 PM, "clamav-users on behalf of David Hendrick" 
 wrote:

Hi there,
Does anyone know if there's a way to have ClamAV detect PDF files that have
items such as "OpenAction" or "JavaScript" or "JS"?

Thanks,
David


___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml



___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


Re: [clamav-users] PDF Scanning

2019-04-11 Thread Arnaud Jacques

David,

Here is an example :

Create a file pdf.ndb in your clamav signatures directory (usually 
/var/lib/clamav/)

In this file put this :
testpdf:10:*:4f70656e416374696f6e*4a617661536372697074

Save the file, and restart Clamav.
Then clamdscan should detect the pdf with "OpenAction" and "Javascript".

More information about creating signatures for Clamav at :
https://www.clamav.net/documents/creating-signatures-for-clamav


Le 11/04/2019 à 19:29, David Hendrick a écrit :

Hi Arnaud,
Could you explain how I do this? If this something I can add to clamd.conf?

Many thanks,
David

-Original Message-
From: clamav-users  On Behalf Of Arnaud 
Jacques
Sent: Thursday 11 April 2019 18:27
To: clamav-users@lists.clamav.net
Subject: Re: [clamav-users] PDF Scanning

Hello David,

Le 11/04/2019 à 19:20, David Hendrick a écrit :

Hi there,
Does anyone know if there's a way to have ClamAV detect PDF files that
have items such as "OpenAction" or "JavaScript" or "JS"?

You can do any detection using Clamav.
*But* if you detect PDF containing "OpenAction" and "Javascript" or "JS"
you will have a lot of false positives.

--
Cordialement / Best regards,

Arnaud Jacques
Gérant de SecuriteInfo.com

Téléphone : +33-(0)3.44.39.76.46
E-mail : a...@securiteinfo.com
Site web : https://www.securiteinfo.com
Facebook : https://www.facebook.com/pages/SecuriteInfocom/132872523492286
Twitter : @SecuriteInfoCom

Securiteinfo.com
La Sécurité Informatique - La Sécurité des Informations.
266, rue de Villers
60123 Bonneuil en Valois


___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


--
Cordialement / Best regards,

Arnaud Jacques
Gérant de SecuriteInfo.com

Téléphone : +33-(0)3.44.39.76.46
E-mail : a...@securiteinfo.com
Site web : https://www.securiteinfo.com
Facebook : https://www.facebook.com/pages/SecuriteInfocom/132872523492286
Twitter : @SecuriteInfoCom

Securiteinfo.com
La Sécurité Informatique - La Sécurité des Informations.
266, rue de Villers
60123 Bonneuil en Valois


___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


Re: [clamav-users] PDF Scanning

2019-04-11 Thread David Hendrick
Hi Arnaud,
Could you explain how I do this? If this something I can add to clamd.conf?

Many thanks,
David

-Original Message-
From: clamav-users  On Behalf Of Arnaud 
Jacques
Sent: Thursday 11 April 2019 18:27
To: clamav-users@lists.clamav.net
Subject: Re: [clamav-users] PDF Scanning

Hello David,

Le 11/04/2019 à 19:20, David Hendrick a écrit :
> Hi there,
> Does anyone know if there's a way to have ClamAV detect PDF files that 
> have items such as "OpenAction" or "JavaScript" or "JS"?
You can do any detection using Clamav.
*But* if you detect PDF containing "OpenAction" and "Javascript" or "JS" 
you will have a lot of false positives.

--
Cordialement / Best regards,

Arnaud Jacques
Gérant de SecuriteInfo.com

Téléphone : +33-(0)3.44.39.76.46
E-mail : a...@securiteinfo.com
Site web : https://www.securiteinfo.com
Facebook : https://www.facebook.com/pages/SecuriteInfocom/132872523492286
Twitter : @SecuriteInfoCom

Securiteinfo.com
La Sécurité Informatique - La Sécurité des Informations.
266, rue de Villers
60123 Bonneuil en Valois


___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


[clamav-users] PDF Scanning

2019-04-11 Thread David Hendrick
Hi there,
Does anyone know if there's a way to have ClamAV detect PDF files that have
items such as "OpenAction" or "JavaScript" or "JS"?

Thanks,
David


___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml