|
229 | 229 | { |
230 | 230 | "name": "crt.sh", |
231 | 231 | "url": { |
232 | | - "domain": "https://crt.sh/?q=%s" |
| 232 | + "domain": "https://crt.sh/?q=%s", |
| 233 | + "hash": "https://crt.sh/?q=%s" |
233 | 234 | }, |
234 | 235 | "desc": "Certificate search", |
235 | 236 | "icon": "crtsh.png", |
236 | 237 | "color": "#00B373", |
237 | | - "types": ["domain"], |
| 238 | + "types": ["domain", "hash"], |
238 | 239 | "tags": ["tls"], |
239 | 240 | "autoGraph": false |
240 | 241 | }, |
|
540 | 541 | "types": ["domain","ip","email","hash","cve","phone","asn"], |
541 | 542 | "autoGraph": false |
542 | 543 | }, |
| 544 | + { |
| 545 | + "name": "Google (Favicon)", |
| 546 | + "url": { |
| 547 | + "domain": "https://www.google.com/s2/favicons?domain=%s&sz=32" |
| 548 | + }, |
| 549 | + "desc": "Get the favicon of a domain (Google API)", |
| 550 | + "icon": "google.png", |
| 551 | + "color": "#EA4335", |
| 552 | + "types": ["domain"], |
| 553 | + "autoGraph": false |
| 554 | + }, |
543 | 555 | { |
544 | 556 | "name": "Google Trends", |
545 | 557 | "url": { |
|
988 | 1000 | "tags": ["leaks"], |
989 | 1001 | "autoGraph": false |
990 | 1002 | }, |
| 1003 | + { |
| 1004 | + "name": "Lookyloo (CIRCL.lu)", |
| 1005 | + "url": { |
| 1006 | + "domain": "https://lookyloo.circl.lu/hostnames/%s?from_popup=True", |
| 1007 | + "url": "https://lookyloo.circl.lu/urls/%b?from_popup=True" |
| 1008 | + }, |
| 1009 | + "desc": "Check and review URLs and website (by CIRCL.lu)", |
| 1010 | + "icon": "lookyloo.png", |
| 1011 | + "color": "#0D6EFD", |
| 1012 | + "types": ["domain","url"], |
| 1013 | + "tags": ["screenshot","sandbox"], |
| 1014 | + "autoGraph": false |
| 1015 | + }, |
991 | 1016 | { |
992 | 1017 | "name": "Lupovis", |
993 | 1018 | "url": { |
|
1000 | 1025 | "tags": ["rep"], |
1001 | 1026 | "autoGraph": false |
1002 | 1027 | }, |
| 1028 | + { |
| 1029 | + "name": "MalShare", |
| 1030 | + "url": { |
| 1031 | + "hash": "https://malshare.com/sample.php?action=detail&hash=%s" |
| 1032 | + }, |
| 1033 | + "desc": "The MalShare Project is a community driven public malware repository that works to provide free access to malware samples", |
| 1034 | + "icon": "malshare.png", |
| 1035 | + "color": "#060606", |
| 1036 | + "types": ["hash"], |
| 1037 | + "tags": ["ioc"], |
| 1038 | + "autoGraph": false |
| 1039 | + }, |
1003 | 1040 | { |
1004 | 1041 | "name": "MALWARE bazaar", |
1005 | 1042 | "url": { |
|
1478 | 1515 | { |
1479 | 1516 | "name": "Threatbook", |
1480 | 1517 | "url": { |
1481 | | - "domain": "https://threatbook.io/domain/%s", |
1482 | | - "ip": "https://threatbook.io/ip/%s" |
| 1518 | + "domain": "https://i.threatbook.io/research/%s", |
| 1519 | + "ip": "https://i.threatbook.io/research/%s" |
1483 | 1520 | }, |
1484 | 1521 | "desc": "ThreatBook CTI provides high-fidelity intelligence collected from alerts from real customer cases.", |
1485 | 1522 | "icon": "threatbook.png", |
|
1791 | 1828 | { |
1792 | 1829 | "name": "Web Check", |
1793 | 1830 | "url": { |
1794 | | - "url": "https://web-check.as93.net/results/%s", |
1795 | | - "domain": "https://web-check.as93.net/results/%s" |
| 1831 | + "url": "https://web-check.xyz/check/%s", |
| 1832 | + "domain": "https://web-check.xyz/check/%s" |
1796 | 1833 | }, |
1797 | 1834 | "desc": "Get an insight into the inner-workings of a given website: uncover potential attack vectors, analyse server architecture, view security configurations, and learn what technologies a site is using.", |
1798 | 1835 | "icon": "webcheck.png", |
|
0 commit comments