Skip to main content

This lib add support to use the Identity API from Intelx.io

Project description

INTELX Python Library

This python library is developed based on the original intelx library, but adding the functionality to use Intelx.io Identity API.

Original source could be find here: https://github.com/IntelligenceX/SDK/tree/master/Python

Installation

You need to install this package and de the original package from IntelX.io

pip install pyintelx
pip install "intelx @ git+https://github.com/IntelligenceX/SDK#subdirectory=Python"

Usage as command

pyintelx -apikey {API_KEY} -search {search_term} -limit 10 

pyintelx -apikey {API_KEY} -search {search_term} -limit 10 --identityenabled

pyintelx -apikey {API_KEY} -search {search_term} -limit 10 --identityenabled --accounts

SEARCH EXAMPLES

pyintelx -apikey {API_KEY} search -search pepe@example.com -limit 10
  • Query for 10 leaks of accounts and passwords for domain example.com in identity.intelx.io API
pyintelx -apikey {API_KEY} -search example.com -limit 10 --identityenabled --accounts
  • Query for 10 data leaks for domain example.com in identity.intelx.io API
pyintelx -apikey {API_KEY} -search example.com -limit 10 --identityenabled
  • Download some leak file identied by SYSTEM_ID from some previous search
pyintelx -apikey {API_KEY} -download {SYSTEM_ID} -name {FILE_NAME} -bucket {BUCKET_NAME}

Usage as library

  • Print account information
from pyintelx import intelx
API_KEY = "your api key"

intelx_service = intelx(API_KEY)

intelx_service.GET_CAPABILITIES()
  • Search for using intelx service
from pyintelx import intelx
API_KEY = "your api key"

intelx_service = intelx(API_KEY)
intelx_service.search("example@example.com", maxresults=max_results, datefrom=date_from, dateto=date_to, buckets=[])
  • Search for using identity Search Data Leaks service
from pyintelx import IdentityService
API_KEY = "your api key"

identity_service = IdentityService(API_KEY)

identity_service.search("example@example.com", maxresults=max_results, datefrom=date_from, dateto=date_to, buckets=[])
  • Search for using identity export accounts service
from pyintelx import IdentityService
API_KEY = "your api key"

identity_service = IdentityService(API_KEY)

identity_service.export_accounts("example.com", maxresults=max_results, datefrom=date_from, dateto=date_to, buckets=[])

Buckets list

  • darknet.tor
  • darknet.i2p
  • documents.public.scihub
  • dumpster
  • leaks.private.general
  • leaks.public.general
  • leaks.public.wikileaks
  • pastes
  • web.public.dePublic
  • web.public.kp
  • web.public.uaPublic
  • whois
  • web.public.com
  • web.gov.ru
  • dumpster.web.ssn
  • dumpster.web.1
  • web.public.peer
  • leaks.logs
  • usenet
  • web.public.gov
  • web.public.org
  • web.public.net
  • web.public.info
  • web.public.eu
  • web.public.cn
  • web.public.nord
  • web.public.we
  • web.public.cee
  • web.public.ams
  • web.public.af
  • web.public.mea
  • web.public.oc
  • web.public.tech
  • web.public.business
  • web.public.social
  • web.public.misc
  • web.public.aq

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyintelx-0.2.5.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

pyintelx-0.2.5-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

Details for the file pyintelx-0.2.5.tar.gz.

File metadata

  • Download URL: pyintelx-0.2.5.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for pyintelx-0.2.5.tar.gz
Algorithm Hash digest
SHA256 e95561c7cd2fe8fcf4041e3d4dfd562a206d206e49140804c54b1ef9ee5266bb
MD5 e9427953359834a0a27727058637953b
BLAKE2b-256 ce9f1487e376832b38a19fa0e0992b9082b2bd96fff337eb2bc6589afd32b737

See more details on using hashes here.

File details

Details for the file pyintelx-0.2.5-py3-none-any.whl.

File metadata

  • Download URL: pyintelx-0.2.5-py3-none-any.whl
  • Upload date:
  • Size: 6.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for pyintelx-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 bb8d59c63892c39257c111ba47c4e42cbe02585689a16847059419009e38c955
MD5 295ea565184a208f87d0e3ca6bb07f6c
BLAKE2b-256 0eeeeb6273d6c9c8cd2904bcd9bf55ccca89085cdb97a3ba8e26079741a36dd9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page