S-Dreamer commited on
Commit
c7c6d1b
·
verified ·
1 Parent(s): 24a214d

Update data/sources.yaml

Browse files
Files changed (1) hide show
  1. data/sources.yaml +93 -1
data/sources.yaml CHANGED
@@ -7,6 +7,98 @@ domain:
7
  url: "https://securitytrails.com/domain/{query}"
8
  risk: low
9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  username:
11
  - name: Namechk
12
- url: "https://namechk.com/{query}"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  url: "https://securitytrails.com/domain/{query}"
8
  risk: low
9
 
10
+ - name: urlscan.io
11
+ url: "https://urlscan.io/search/#{query}"
12
+ risk: low
13
+
14
+ - name: CentralOps Network Tools
15
+ url: "https://centralops.net/co/"
16
+ risk: low
17
+
18
+ - name: VirusTotal
19
+ url: "https://www.virustotal.com/gui/domain/{query}"
20
+ risk: low
21
+
22
+ - name: MXToolbox
23
+ url: "https://mxtoolbox.com/SuperTool.aspx?action={query}"
24
+ risk: low
25
+
26
+ - name: SSL Labs SSL Test
27
+ url: "https://www.ssllabs.com/ssltest/analyze.html?d={query}"
28
+ risk: conditional
29
+
30
+ - name: Censys
31
+ url: "https://search.censys.io/search?resource=hosts&q={query}"
32
+ risk: low
33
+
34
+ - name: Shodan
35
+ url: "https://www.shodan.io/search?query={query}"
36
+ risk: low
37
+
38
+
39
  username:
40
  - name: Namechk
41
+ url: "https://namechk.com/{query}"
42
+ risk: low
43
+
44
+
45
+ ip:
46
+ - name: AbuseIPDB
47
+ url: "https://www.abuseipdb.com/check/{query}"
48
+ risk: low
49
+
50
+ - name: ARIN Whois
51
+ url: "https://search.arin.net/rdap/?query={query}"
52
+ risk: low
53
+
54
+ - name: AlienVault OTX
55
+ url: "https://otx.alienvault.com/indicator/ip/{query}"
56
+ risk: low
57
+
58
+ - name: VirusTotal
59
+ url: "https://www.virustotal.com/gui/ip-address/{query}"
60
+ risk: low
61
+
62
+ - name: Censys
63
+ url: "https://search.censys.io/hosts/{query}"
64
+ risk: low
65
+
66
+ - name: Shodan
67
+ url: "https://www.shodan.io/host/{query}"
68
+ risk: low
69
+
70
+
71
+ url:
72
+ - name: urlscan.io
73
+ url: "https://urlscan.io/search/#{query}"
74
+ risk: low
75
+
76
+ - name: VirusTotal
77
+ url: "https://www.virustotal.com/gui/search/{query}"
78
+ risk: low
79
+
80
+ - name: Hybrid Analysis
81
+ url: "https://www.hybrid-analysis.com/search?query={query}"
82
+ risk: low
83
+
84
+ - name: Lookyloo
85
+ url: "https://lookyloo.circl.lu/"
86
+ risk: low
87
+
88
+
89
+ email:
90
+ - name: Have I Been Pwned
91
+ url: "https://haveibeenpwned.com/"
92
+ risk: low
93
+
94
+
95
+ vulnerability:
96
+ - name: CVE List
97
+ url: "https://cve.mitre.org/cve/search_cve_list.html"
98
+ risk: low
99
+
100
+
101
+ framework:
102
+ - name: OSINT Frame.work
103
+ url: "https://osintframe.work"
104
+ risk: low