You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to source company names from various places, and I thought one good source would be SSL cert data. However, it looks like only some of the names in SSL certs bubble up to the Company Name module.
In particular, the data I'm looking for is listed by the sfp_crt module, but sfp_company doesn't include the company name I'm seeing in Certificate.Data.Subject.O. I think it will only use output from sfp_sslcert to find company names.
Is there a reason for this? Am I looking at this the wrong way?
If you can provide an application stack trace that is even better.
N/A
What version of Python are you using?
Python 3.10.9
What version of SpiderFoot are you using (stable release or Git master branch)?
4.0.0
You may also wish to check if your issue has been posted previously:
I did a quick check.
The text was updated successfully, but these errors were encountered:
1. Moved common SSL event functions to common_ssl_cert.py
2. Change sfp_crt and sfp_sslcert accordingly.
3. Allowed sfp_company to grab the O= portion of cert subject as full name (not limited to 3 words)
fixessmicallef#1749
1. Moved common SSL event functions to common_ssl_cert.py
2. Change sfp_crt and sfp_sslcert accordingly.
3. Allowed sfp_company to grab the O= portion of cert subject as full name (not limited to 3 words)
fixessmicallef#1749
1. Moved common SSL event functions to common_ssl_cert.py
2. Change sfp_crt and sfp_sslcert accordingly.
3. Allowed sfp_company to grab the O= portion of cert subject as full name (not limited to 3 words)
fixessmicallef#1749
I am trying to source company names from various places, and I thought one good source would be SSL cert data. However, it looks like only some of the names in SSL certs bubble up to the Company Name module.
In particular, the data I'm looking for is listed by the
sfp_crt
module, butsfp_company
doesn't include the company name I'm seeing inCertificate.Data.Subject.O
. I think it will only use output fromsfp_sslcert
to find company names.Is there a reason for this? Am I looking at this the wrong way?
If you can provide an application stack trace that is even better.
N/A
What version of Python are you using?
Python 3.10.9
What version of SpiderFoot are you using (stable release or Git
master
branch)?4.0.0
You may also wish to check if your issue has been posted previously:
I did a quick check.
The text was updated successfully, but these errors were encountered: