generated from soxoj/maltego-transformation-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,44 @@ | ||
# Emailrep transform for Maltego | ||
|
||
A free transform to get reputation of email address in a second. | ||
A free transform to get a reputation of an email address in a second with **the power of [emailrep.io](emailrep.io)**. | ||
|
||
# Installation | ||
<img width="700" alt="Success" src="https://github.com/soxoj/emailrep-maltego/assets/31013580/e2db720f-a2a7-46cc-9a1b-ec7ae6ec48d4"> | ||
|
||
## Create transforms (manually) | ||
# Installation | ||
|
||
Configure each file in transforms folder like this: | ||
## Create transform | ||
|
||
1. Press "New Local Transforms..." button | ||
|
||
<img width="453" alt="Step 1" src="https://github.com/soxoj/interpol-notices-maltego/assets/31013580/72047edc-a666-4aa2-8cee-9a49fd643066"> | ||
|
||
2. Fill in the fields in the first window | ||
|
||
<img width="860" alt="Step 2" src="https://github.com/soxoj/interpol-notices-maltego/assets/31013580/4cbc8be1-7b12-4dc3-bdcf-901d7816abd1"> | ||
<img width="860" alt="Step 2" src="https://github.com/soxoj/emailrep-maltego/assets/31013580/fdb22628-7794-41d1-8fdf-74318dff253c"> | ||
|
||
|
||
3. Fill in the fields in the second window | ||
|
||
<img width="860" alt="Step 3" src="https://github.com/soxoj/interpol-notices-maltego/assets/31013580/1377825c-e63b-40ff-b8dd-031dc0752769"> | ||
<img width="860" alt="Step 3" src="https://github.com/soxoj/emailrep-maltego/assets/31013580/de43d938-31d4-4e09-96a2-b4c1b3eeb1c4"> | ||
|
||
It's not necessary but for correсt display of entities I recommend to install SocialLinks Pro entities from the Maltego Hub, that's free. | ||
4. It's not necessary but for the correct display of entities I recommend installing SocialLinks Pro entities from the Maltego Hub, that's free. | ||
|
||
## API key | ||
|
||
Put your API key in transforms/EmailRepCheck.py file. | ||
It's not necessary (read below), but in case you have an API key, put it in [transforms/EmailRepCheck.py](transforms/EmailRepCheck.py) file. | ||
|
||
```python | ||
API_KEY = "YOU-KEY-HERE" | ||
``` | ||
|
||
# Usage | ||
|
||
emailrep.io has a quite low limit without API key. You can request a [free API key](https://emailrep.io/key) (10 requests per day, 250 per month) or buy Commercial / Enterprise access. | ||
emailrep.io has a quite low limit without an API key. You can request a [free API key](https://emailrep.io/key) (10 requests per day, 250 per month) or buy Commercial / Enterprise access. | ||
|
||
Create an Email entity and launch the transform! | ||
|
||
<img width="998" alt="Success" src="https://github.com/soxoj/emailrep-maltego/assets/31013580/e2db720f-a2a7-46cc-9a1b-ec7ae6ec48d4"> | ||
|
||
A message about exceeding limits looks like: | ||
|
||
Create Email entity and launch the transform! | ||
<img width="311" alt="Fail" src="https://github.com/soxoj/emailrep-maltego/assets/31013580/a4dcb9f7-7f52-4dfe-9390-aac1ffd8abfd"> |