Discussion:
[clamav-users] can I check for CreditCards but NOT check for SSNs?
(too old to reply)
Rob McKennon
2016-05-04 21:41:37 UTC
Permalink
Hello!

We are getting some false positive results with
Heuristics.Structured.SSN. Is there a way to disable the SSN check,
but keep the CreditCard check?
For now I have just increased the SSN count to 1000 to get around this.
Setting it to 0 did not disable it :(

Rob.


StructuredDataDetection yes

StructuredMinCreditCardCount 1
StructuredMinSSNCount 1000

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

http://www.clamav.net/contact.html#ml
Mickey Sola
2016-05-04 22:00:16 UTC
Permalink
Hi Rob,

Just tested this, and it seems setting both "StructuredSSNFormatNormal" and
"StructuredSSNFormatStripped" to "no" in clamd.conf should give you the
behaviour you want.

Let me know if that works for you.

Cheers,
Mickey
Post by Rob McKennon
Hello!
We are getting some false positive results with
Heuristics.Structured.SSN. Is there a way to disable the SSN check, but
keep the CreditCard check?
For now I have just increased the SSN count to 1000 to get around this.
Setting it to 0 did not disable it :(
Rob.
StructuredDataDetection yes
StructuredMinCreditCardCount 1
StructuredMinSSNCount 1000
_______________________________________________
https://github.com/vrtadmin/clamav-faq
http://www.clamav.net/contact.html#ml
_______________________________________________
Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml
Rob McKennon
2016-05-04 22:09:16 UTC
Permalink
Well, I feel dumb now... not sure why I didn't try that before.

Thanx Mickey!

Rob.
Post by Mickey Sola
Hi Rob,
Just tested this, and it seems setting both "StructuredSSNFormatNormal" and
"StructuredSSNFormatStripped" to "no" in clamd.conf should give you the
behaviour you want.
Let me know if that works for you.
Cheers,
Mickey
Post by Rob McKennon
Hello!
We are getting some false positive results with
Heuristics.Structured.SSN. Is there a way to disable the SSN check, but
keep the CreditCard check?
For now I have just increased the SSN count to 1000 to get around this.
Setting it to 0 did not disable it :(
Rob.
StructuredDataDetection yes
StructuredMinCreditCardCount 1
StructuredMinSSNCount 1000
_______________________________________________
https://github.com/vrtadmin/clamav-faq
http://www.clamav.net/contact.html#ml
_______________________________________________
https://github.com/vrtadmin/clamav-faq
http://www.clamav.net/contact.html#ml
_______________________________________________
Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

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

Loading...