Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All company names not pulled from SSL Certificate - Raw Data output #1749

Open
secretrobotron opened this issue Jan 27, 2023 · 0 comments · May be fixed by #1751
Open

All company names not pulled from SSL Certificate - Raw Data output #1749

secretrobotron opened this issue Jan 27, 2023 · 0 comments · May be fixed by #1751

Comments

@secretrobotron
Copy link

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.

secretrobotron added a commit to secretrobotron/spiderfoot that referenced this issue Feb 2, 2023
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)

fixes smicallef#1749
secretrobotron added a commit to secretrobotron/spiderfoot that referenced this issue Feb 2, 2023
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)

fixes smicallef#1749
@secretrobotron secretrobotron linked a pull request Feb 2, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant