Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Comments on the usage of ioc-extractor #5

Open
ninoseki opened this issue Sep 26, 2020 · 0 comments
Open

Comments on the usage of ioc-extractor #5

ninoseki opened this issue Sep 26, 2020 · 0 comments

Comments

@ninoseki
Copy link

Hi, thank you for using my library ioc-extractor.

I checked your usage of the library and let me make some comments.

scan: function(tx) {
  return extractIOC(tx);
},

extractIOC(tx) does meaningless processes in terms of your usage of it. (e.g extraction of ASNs, BTC addresses, etc.)
I think you need ip, domain, url, md5, sha1, sha256 and sha512. If so you can extract them individually.

For example:

Using an individual method is a more cost-effective than using extractIOC.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant