Is "Ramic's Zero PHP" on Chrome Web Store Safe to Install?

[email protected] · chrome · v1.0.1

Ramic's Zero PHP — Full PHP Development Environment in Your Browser Write, run and preview PHP directly in your browser. No server required. No Docker. No XAMPP. No terminal. Just install the extension and start coding. Ramic's Zero PHP runs a complete Linux virtual machine (Alpine Linux + PHP 8.3 + lighttpd) entirely inside your browser using x86 emulation. Everything happens locally on your machine — your code never leaves your computer. 🔧 WHAT IT DOES • Full PHP 8.3 runtime with extensions (curl, json, mbstring, openssl, and more) • Built-in code editor with multi-file support, folders, drag-and-drop • Live preview panel — edit PHP, hit Save, see the result instantly • Virtual networking — your PHP scripts can make real HTTP requests via curl • HTTPS support — curl works with both HTTP and HTTPS URLs • Multi-file projects — CSS, JS, images are automatically inlined in the preview • Offline capable — once loaded, everything runs locally without internet • Pre-loaded demo files to get started immediately ⚡ HOW IT WORKS 1. Click the extension icon 2. The VM boots in seconds (uses a pre-built snapshot for fast startup) 3. Write PHP in the editor, save, and see the output in the preview panel Under the hood, the extension runs: — Alpine Linux as the guest operating system — lighttpd as the web server — PHP 8.3 CGI for script execution — A virtual TCP/IP stack (tcpip.js) for networking — An HTTP/HTTPS proxy so PHP curl() can reach the internet through your browser All of this is emulated in WebAssembly via v86 — no native code, no background servers, no external connections except those your PHP code explicitly requests. 👥 WHO IS IT FOR • Students learning PHP without setting up a local server • Developers who need a quick PHP scratchpad • Teachers demonstrating PHP concepts in class • Anyone who wants to experiment with PHP on a locked-down machine (Chromebook, work laptop, library computer) • Developers prototyping PHP snippets on the go 🔒 PRIVACY & PERMISSIONS This extension requests broad host permissions (access to all URLs) for one specific reason: to act as a CORS-free proxy for PHP curl() requests. When your PHP script calls curl("https://api.example.com"), the extension fetches that URL on behalf of the VM. Important: — No data is collected, stored, or transmitted to any server — No analytics, no tracking, no telemetry — All code runs locally in your browser — Network requests only happen when YOUR PHP code explicitly calls curl() — The extension never makes requests on its own — Source code is unobfuscated and auditable The declarativeNetRequest permission is used solely to strip browser-added CORS headers from outgoing requests, so that PHP curl() works correctly with third-party APIs. 📁 INCLUDED DEMOS The extension comes with demo files pre-loaded: — demo.php: A single-file showcase that calls 4 live APIs (geolocation, quotes, random users, crypto prices) to demonstrate PHP curl() working inside the browser — demo/ folder: A multi-file project (PHP + CSS + SVG) showing how the preview engine handles separate assets 🖥️ TECHNICAL SPECIFICATIONS • Emulation: v86 (x86 in WebAssembly) • Guest OS: Alpine Linux 3.21 • PHP: 8.3 with CGI • Web server: lighttpd • Memory: 256 MB • Network: Virtual TCP/IP stack with HTTP/HTTPS proxy • Storage: Files saved in IndexedDB, persist across sessions • Snapshot: Pre-built VM state for instant boot (~22 MB compressed) 💡 TIPS • Use Ctrl+S to save and refresh the preview • Click "Editor" in the top-right to toggle between preview-only and split view • Create folders to organize multi-file projects • PHP curl() works out of the box — try fetching any public API • Your files are saved in the browser and persist across sessions

Risk Assessment

Analyzed
100
out of 100
CRITICAL

2220 security findings detected across all analyzers

Chrome extension requesting 3 permissions

Severity Breakdown

0
Critical
2
High
1613
Medium
605
Low
0
Info

Finding Categories

1
Malware Signatures
2
Obfuscation
10
Network
984
IoC Indicators

YARA Rules Matched

1 rule
php uname

Requested Permissions

3 permissions
https://*/*
Dangerous
http://*/*
Dangerous
declarativeNetRequest
Low

About This Extension

Ramic's Zero PHP — Full PHP Development Environment in Your Browser Write, run and preview PHP directly in your browser. No server required. No Docker. No XAMPP. No terminal. Just install the extension and start coding. Ramic's Zero PHP runs a complete Linux virtual machine (Alpine Linux + PHP 8.3 + lighttpd) entirely inside your browser using x86 emulation. Everything happens locally on your machine — your code never leaves your computer. 🔧 WHAT IT DOES • Full PHP 8.3 runtime with extensions (curl, json, mbstring, openssl, and more) • Built-in code editor with multi-file support, folders, drag-and-drop • Live preview panel — edit PHP, hit Save, see the result instantly • Virtual networking — your PHP scripts can make real HTTP requests via curl • HTTPS support — curl works with both HTTP and HTTPS URLs • Multi-file projects — CSS, JS, images are automatically inlined in the preview • Offline capable — once loaded, everything runs locally without internet • Pre-loaded demo files to get started immediately ⚡ HOW IT WORKS 1. Click the extension icon 2. The VM boots in seconds (uses a pre-built snapshot for fast startup) 3. Write PHP in the editor, save, and see the output in the preview panel Under the hood, the extension runs: — Alpine Linux as the guest operating system — lighttpd as the web server — PHP 8.3 CGI for script execution — A virtual TCP/IP stack (tcpip.js) for networking — An HTTP/HTTPS proxy so PHP curl() can reach the internet through your browser All of this is emulated in WebAssembly via v86 — no native code, no background servers, no external connections except those your PHP code explicitly requests. 👥 WHO IS IT FOR • Students learning PHP without setting up a local server • Developers who need a quick PHP scratchpad • Teachers demonstrating PHP concepts in class • Anyone who wants to experiment with PHP on a locked-down machine (Chromebook, work laptop, library computer) • Developers prototyping PHP snippets on the go 🔒 PRIVACY & PERMISSIONS This extension requests broad host permissions (access to all URLs) for one specific reason: to act as a CORS-free proxy for PHP curl() requests. When your PHP script calls curl("https://api.example.com"), the extension fetches that URL on behalf of the VM. Important: — No data is collected, stored, or transmitted to any server — No analytics, no tracking, no telemetry — All code runs locally in your browser — Network requests only happen when YOUR PHP code explicitly calls curl() — The extension never makes requests on its own — Source code is unobfuscated and auditable The declarativeNetRequest permission is used solely to strip browser-added CORS headers from outgoing requests, so that PHP curl() works correctly with third-party APIs. 📁 INCLUDED DEMOS The extension comes with demo files pre-loaded: — demo.php: A single-file showcase that calls 4 live APIs (geolocation, quotes, random users, crypto prices) to demonstrate PHP curl() working inside the browser — demo/ folder: A multi-file project (PHP + CSS + SVG) showing how the preview engine handles separate assets 🖥️ TECHNICAL SPECIFICATIONS • Emulation: v86 (x86 in WebAssembly) • Guest OS: Alpine Linux 3.21 • PHP: 8.3 with CGI • Web server: lighttpd • Memory: 256 MB • Network: Virtual TCP/IP stack with HTTP/HTTPS proxy • Storage: Files saved in IndexedDB, persist across sessions • Snapshot: Pre-built VM state for instant boot (~22 MB compressed) 💡 TIPS • Use Ctrl+S to save and refresh the preview • Click "Editor" in the top-right to toggle between preview-only and split view • Create folders to organize multi-file projects • PHP curl() works out of the box — try fetching any public API • Your files are saved in the browser and persist across sessions

Detailed Findings

13 total

YARA Rule Matches

1 rule

Indicators of Compromise

Network indicators, suspicious strings, and potential IoCs extracted during analysis

URLs
264
IP Addresses
12
Domains
679
Strings
984

All Indicators · 984

URL
detected URL: https://php.net/odbc.max-links

XIOC detected URL: https://php.net/odbc.max-links

extracted_from_files

Domain
detected Domain: pressedwidget.ps

XIOC detected Domain: pressedwidget.ps

extracted_from_files

Domain
detected Domain: tos.org

XIOC detected Domain: tos.org

extracted_from_files

Domain
detected Domain: log.com

XIOC detected Domain: log.com

extracted_from_files

IP
detected Domain: dressclipsroomsonkeymobilmain.name

XIOC detected Domain: dressclipsroomsonkeymobilmain.name

extracted_from_files

Domain
detected Domain: genretrucklooksvalueframe.net

XIOC detected Domain: genretrucklooksvalueframe.net

extracted_from_files

Domain
detected Domain: thing.org

XIOC detected Domain: thing.org

extracted_from_files

Domain
detected Domain: js.id

XIOC detected Domain: js.id

extracted_from_files

Domain
detected Domain: window.open

XIOC detected Domain: window.open

extracted_from_files

Domain
detected Domain: proprietaryoriginatingprestigiousgrammaticalexperience.to

XIOC detected Domain: proprietaryoriginatingprestigiousgrammaticalexperience.to

extracted_from_files

Domain
detected Domain: jquery.is

XIOC detected Domain: jquery.is

extracted_from_files

Domain
detected Domain: directedsuitablebulgaria.show

XIOC detected Domain: directedsuitablebulgaria.show

extracted_from_files

Domain
detected Domain: the.com

XIOC detected Domain: the.com

extracted_from_files

Domain
detected Domain: people.in

XIOC detected Domain: people.in

extracted_from_files

Domain
detected Domain: u.in-addr.arpa

XIOC detected Domain: u.in-addr.arpa

extracted_from_files

Domain
detected Domain: ifstate.new

XIOC detected Domain: ifstate.new

extracted_from_files

Domain
detected Domain: s.new

XIOC detected Domain: s.new

extracted_from_files

Domain
detected Domain: time.tv

XIOC detected Domain: time.tv

extracted_from_files

Domain
detected Domain: tar.bz

XIOC detected Domain: tar.bz

extracted_from_files

Domain
detected Domain: www.style

XIOC detected Domain: www.style

extracted_from_files

Domain
detected Domain: 2fwww.in

XIOC detected Domain: 2fwww.in

extracted_from_files

Domain
detected Domain: dl-cdn.alpinelinux.org

XIOC detected Domain: dl-cdn.alpinelinux.org

extracted_from_files

Domain
detected Domain: svcname.pid

XIOC detected Domain: svcname.pid

extracted_from_files

Domain
detected Domain: s.pid

XIOC detected Domain: s.pid

extracted_from_files

Domain
detected Domain: u.new

XIOC detected Domain: u.new

extracted_from_files

Domain
detected Domain: unix.save

XIOC detected Domain: unix.save

extracted_from_files

Domain
detected Domain: acpid.pid

XIOC detected Domain: acpid.pid

extracted_from_files

Domain
detected Domain: acpi.map

XIOC detected Domain: acpi.map

extracted_from_files

Domain
detected Domain: stime.tv

XIOC detected Domain: stime.tv

extracted_from_files

Domain
detected Domain: utime.tv

XIOC detected Domain: utime.tv

extracted_from_files

Domain
detected Domain: vpopmail.directory

XIOC detected Domain: vpopmail.directory

extracted_from_files

Domain
detected Domain: date.re

XIOC detected Domain: date.re

extracted_from_files

Domain
detected Domain: 8.us

XIOC detected Domain: 8.us

extracted_from_files

Domain
detected Domain: www.zend.com

XIOC detected Domain: www.zend.com

extracted_from_files

Domain
detected Domain: www.php.net

XIOC detected Domain: www.php.net

extracted_from_files

Domain
detected Domain: b.ci

XIOC detected Domain: b.ci

extracted_from_files

Domain
detected Domain: www.gnu.org

XIOC detected Domain: www.gnu.org

extracted_from_files

Domain
detected Domain: secdb.alpinelinux.org

XIOC detected Domain: secdb.alpinelinux.org

extracted_from_files

Domain
detected Domain: s6-svscan.pid

XIOC detected Domain: s6-svscan.pid

extracted_from_files

Domain
detected Domain: a.in

XIOC detected Domain: a.in

extracted_from_files

Domain
detected Domain: install.windows

XIOC detected Domain: install.windows

extracted_from_files

Domain
detected Domain: highlight.bg

XIOC detected Domain: highlight.bg

extracted_from_files

Domain
detected Domain: s.my

XIOC detected Domain: s.my

extracted_from_files

IP
detected Domain: fips.us

XIOC detected Domain: fips.us

extracted_from_files

Domain
detected Domain: z.pa

XIOC detected Domain: z.pa

extracted_from_files

Domain
detected Domain: c.fire

XIOC detected Domain: c.fire

extracted_from_files

Domain
detected Domain: i.nabu.ca

XIOC detected Domain: i.nabu.ca

extracted_from_files

Domain
detected Domain: s.cloud

XIOC detected Domain: s.cloud

extracted_from_files

Domain
detected Domain: hd.stream

XIOC detected Domain: hd.stream

extracted_from_files

Domain
detected Domain: źweb.li

XIOC detected Domain: źweb.li

extracted_from_files

Domain
detected Domain: oc.fr-par.sc

XIOC detected Domain: oc.fr-par.sc

extracted_from_files

Domain
detected Domain: oteway.de

XIOC detected Domain: oteway.de

extracted_from_files

Domain
detected Domain: cloudlets.com

XIOC detected Domain: cloudlets.com

extracted_from_files

Domain
detected Domain: ailer.com

XIOC detected Domain: ailer.com

extracted_from_files

Domain
detected Domain: ޢbalancer.li

XIOC detected Domain: ޢbalancer.li

extracted_from_files

Domain
detected Domain: craft.host

XIOC detected Domain: craft.host

extracted_from_files

Domain
detected Domain: awasaki.jp

XIOC detected Domain: awasaki.jp

extracted_from_files

Domain
detected Domain: cairflow.amazonaws.com

XIOC detected Domain: cairflow.amazonaws.com

extracted_from_files

Domain
detected Domain: eb.amazonaws.com

XIOC detected Domain: eb.amazonaws.com

extracted_from_files

Domain
detected Domain: թberg.pa

XIOC detected Domain: թberg.pa

extracted_from_files

Domain
detected Domain: xamazonaws.co

XIOC detected Domain: xamazonaws.co

extracted_from_files

Domain
detected Domain: iyptonomic.ne

XIOC detected Domain: iyptonomic.ne

extracted_from_files

Domain
detected Domain: fstatic.la

XIOC detected Domain: fstatic.la

extracted_from_files

Domain
detected Domain: azurestaticapps.ne

XIOC detected Domain: azurestaticapps.ne

extracted_from_files

Domain
detected Domain: ivetrail.bi

XIOC detected Domain: ivetrail.bi

extracted_from_files

Domain
detected Domain: imo.co

XIOC detected Domain: imo.co

extracted_from_files

Domain
detected Domain: aka.gu

XIOC detected Domain: aka.gu

extracted_from_files

Domain
detected Domain: icode.de

XIOC detected Domain: icode.de

extracted_from_files

Domain
detected Domain: l-of-knowledge.in

XIOC detected Domain: l-of-knowledge.in

extracted_from_files

Domain
detected Domain: s.desi

XIOC detected Domain: s.desi

extracted_from_files

Domain
detected Domain: linux-gate.so

XIOC detected Domain: linux-gate.so

extracted_from_files

Domain
detected Domain: libc.so

XIOC detected Domain: libc.so

extracted_from_files

Domain
detected Domain: d.in-addr.arpa

XIOC detected Domain: d.in-addr.arpa

extracted_from_files

Domain
detected Domain: ٻ.fk

XIOC detected Domain: ٻ.fk

extracted_from_files

Domain
detected Domain: prompt.sh

XIOC detected Domain: prompt.sh

extracted_from_files

Domain
detected Domain: 01www.com

XIOC detected Domain: 01www.com

extracted_from_files

Domain
detected Domain: mm.com

XIOC detected Domain: mm.com

extracted_from_files

Domain
detected Domain: www.sqlite.org

XIOC detected Domain: www.sqlite.org

extracted_from_files

Domain
detected Domain: list.py

XIOC detected Domain: list.py

extracted_from_files

Domain
detected Domain: www.certificate-transparency.org

XIOC detected Domain: www.certificate-transparency.org

extracted_from_files

Domain
detected Domain: bugs.gentoo.org

XIOC detected Domain: bugs.gentoo.org

extracted_from_files

IP
detected Domain: net.ipv4.conf.all.secure

XIOC detected Domain: net.ipv4.conf.all.secure

extracted_from_files

IP
detected Domain: net.ipv4.ping

XIOC detected Domain: net.ipv4.ping

extracted_from_files

Domain
detected Domain: s.mo

XIOC detected Domain: s.mo

extracted_from_files

Domain
detected Domain: oci8.events

XIOC detected Domain: oci8.events

extracted_from_files

Domain
detected Domain: oci8.ping

XIOC detected Domain: oci8.ping

extracted_from_files

Domain
detected Domain: mysqlnd.net

XIOC detected Domain: mysqlnd.net

extracted_from_files

Domain
detected Domain: mysqli.so

XIOC detected Domain: mysqli.so

extracted_from_files

Domain
detected Domain: doe.com

XIOC detected Domain: doe.com

extracted_from_files

Domain
detected Domain: windows.show

XIOC detected Domain: windows.show

extracted_from_files

Domain
detected Domain: wiki.php.net

XIOC detected Domain: wiki.php.net

extracted_from_files

Domain
detected Domain: opcache.save

XIOC detected Domain: opcache.save

extracted_from_files

Domain
detected Domain: progress.name

XIOC detected Domain: progress.name

extracted_from_files

Domain
detected Domain: session.upload-progress.name

XIOC detected Domain: session.upload-progress.name

extracted_from_files

Domain
detected Domain: session.auto

XIOC detected Domain: session.auto

extracted_from_files

Domain
detected Domain: session.name

XIOC detected Domain: session.name

extracted_from_files

Domain
detected Domain: session.save

XIOC detected Domain: session.save

extracted_from_files

Domain
detected Domain: pgsql.auto

XIOC detected Domain: pgsql.auto

extracted_from_files

Domain
detected Domain: prompt-modal.open

XIOC detected Domain: prompt-modal.open

extracted_from_files

Domain
detected Domain: credits-modal.open

XIOC detected Domain: credits-modal.open

extracted_from_files

Domain
detected Domain: wiki.alpinelinux.org

XIOC detected Domain: wiki.alpinelinux.org

extracted_from_files

Domain
detected Domain: iface.pid

XIOC detected Domain: iface.pid

extracted_from_files

Domain
detected Domain: thunk.si

XIOC detected Domain: thunk.si

extracted_from_files

Domain
detected Domain: rj.pw

XIOC detected Domain: rj.pw

extracted_from_files

Domain
detected Domain: syslogd.pid

XIOC detected Domain: syslogd.pid

extracted_from_files

Domain
detected Domain: provider.id

XIOC detected Domain: provider.id

extracted_from_files

Domain
detected Domain: oai.aihorde.net

XIOC detected Domain: oai.aihorde.net

extracted_from_files

Domain
detected Domain: seabios.org

XIOC detected Domain: seabios.org

extracted_from_files

Domain
detected Domain: www.seabios.org

XIOC detected Domain: www.seabios.org

extracted_from_files

Domain
detected Domain: lighttpd.net

XIOC detected Domain: lighttpd.net

extracted_from_files

Domain
detected Domain: www.lighttpd.net

XIOC detected Domain: www.lighttpd.net

extracted_from_files

Domain
detected Domain: dropdown-menu.open

XIOC detected Domain: dropdown-menu.open

extracted_from_files

Domain
detected Domain: c.as

XIOC detected Domain: c.as

extracted_from_files

Domain
detected Domain: b.read

XIOC detected Domain: b.read

extracted_from_files

Domain
detected Domain: a.open

XIOC detected Domain: a.open

extracted_from_files

URL
detected Domain: url.search

XIOC detected Domain: url.search

extracted_from_files

Domain
detected Domain: e.data.id

XIOC detected Domain: e.data.id

extracted_from_files

Domain
detected Domain: storageidb.open

XIOC detected Domain: storageidb.open

extracted_from_files

Domain
detected Domain: storagefs.open

XIOC detected Domain: storagefs.open

extracted_from_files

Domain
detected Domain: fn.call

XIOC detected Domain: fn.call

extracted_from_files

Domain
detected Domain: a.io

XIOC detected Domain: a.io

extracted_from_files

Domain
detected Domain: this.channel

XIOC detected Domain: this.channel

extracted_from_files

Domain
detected Domain: this.dma.channel

XIOC detected Domain: this.dma.channel

extracted_from_files

Domain
detected Domain: d.prototype.fm

XIOC detected Domain: d.prototype.fm

extracted_from_files

Domain
detected Domain: a.call

XIOC detected Domain: a.call

extracted_from_files

Domain
detected Domain: b.call

XIOC detected Domain: b.call

extracted_from_files

Domain
detected Domain: b.dns.id

XIOC detected Domain: b.dns.id

extracted_from_files

Domain
detected Domain: b.icmp.data

XIOC detected Domain: b.icmp.data

extracted_from_files

Domain
detected Domain: c.udp.sport

XIOC detected Domain: c.udp.sport

extracted_from_files

Domain
detected Domain: time-this.audio

XIOC detected Domain: time-this.audio

extracted_from_files

Domain
detected Domain: this.audio

XIOC detected Domain: this.audio

extracted_from_files

Domain
detected Domain: a-this.next

XIOC detected Domain: a-this.next

extracted_from_files

Domain
detected Domain: this.next

XIOC detected Domain: this.next

extracted_from_files

Domain
detected Domain: a.sport

XIOC detected Domain: a.sport

extracted_from_files

Domain
detected Domain: this.id

XIOC detected Domain: this.id

extracted_from_files

Domain
detected Domain: c.sport

XIOC detected Domain: c.sport

extracted_from_files

Domain
detected Domain: a.udp.sport

XIOC detected Domain: a.udp.sport

extracted_from_files

Domain
detected Domain: c.udp.data

XIOC detected Domain: c.udp.data

extracted_from_files

Domain
detected Domain: cubic.author

XIOC detected Domain: cubic.author

extracted_from_files

Domain
detected Domain: c.dns.id

XIOC detected Domain: c.dns.id

extracted_from_files

Domain
detected Domain: b.udp.sport

XIOC detected Domain: b.udp.sport

extracted_from_files

Domain
detected Domain: a.udp.data

XIOC detected Domain: a.udp.data

extracted_from_files

Domain
detected Domain: n.sport

XIOC detected Domain: n.sport

extracted_from_files

IP
detected Domain: b.ipv4.id

XIOC detected Domain: b.ipv4.id

extracted_from_files

Domain
detected Domain: b.udp.data

XIOC detected Domain: b.udp.data

extracted_from_files

Domain
detected Domain: this.is

XIOC detected Domain: this.is

extracted_from_files

Domain
detected Domain: f.map

XIOC detected Domain: f.map

extracted_from_files

Domain
detected Domain: g.map

XIOC detected Domain: g.map

extracted_from_files

Domain
detected Domain: c.write16.call

XIOC detected Domain: c.write16.call

extracted_from_files

Domain
detected Domain: c.write32.call

XIOC detected Domain: c.write32.call

extracted_from_files

Domain
detected Domain: d.sport

XIOC detected Domain: d.sport

extracted_from_files

Domain
detected Domain: b.read8.call

XIOC detected Domain: b.read8.call

extracted_from_files

Domain
detected Domain: b.read16.call

XIOC detected Domain: b.read16.call

extracted_from_files

Domain
detected Domain: b.read32.call

XIOC detected Domain: b.read32.call

extracted_from_files

Domain
detected Domain: d.fn.call

XIOC detected Domain: d.fn.call

extracted_from_files

Domain
detected Domain: this.fm

XIOC detected Domain: this.fm

extracted_from_files

Domain
detected Domain: b.prototype.do

XIOC detected Domain: b.prototype.do

extracted_from_files

Domain
detected Domain: this.do

XIOC detected Domain: this.do

extracted_from_files

Domain
detected Domain: c.call

XIOC detected Domain: c.call

extracted_from_files

Domain
detected Domain: d.call

XIOC detected Domain: d.call

extracted_from_files

Domain
detected Domain: e.call

XIOC detected Domain: e.call

extracted_from_files

Domain
detected Domain: f.call

XIOC detected Domain: f.call

extracted_from_files

Domain
detected Domain: c.write8.call

XIOC detected Domain: c.write8.call

extracted_from_files

Domain
detected Domain: b.as

XIOC detected Domain: b.as

extracted_from_files

Domain
detected Domain: jb.data

XIOC detected Domain: jb.data

extracted_from_files

Domain
detected Domain: g.style

XIOC detected Domain: g.style

extracted_from_files

Domain
detected Domain: this.dma.do

XIOC detected Domain: this.dma.do

extracted_from_files

Domain
detected Domain: c.tcp.sport

XIOC detected Domain: c.tcp.sport

extracted_from_files

Domain
detected Domain: b.id

XIOC detected Domain: b.id

extracted_from_files

IP
detected Domain: a.ipv4.id

XIOC detected Domain: a.ipv4.id

extracted_from_files

Domain
detected Domain: a.tcp.sport

XIOC detected Domain: a.tcp.sport

extracted_from_files

Domain
detected Domain: this.sport

XIOC detected Domain: this.sport

extracted_from_files

Domain
detected Domain: this.events

XIOC detected Domain: this.events

extracted_from_files

Domain
detected Domain: this.in

XIOC detected Domain: this.in

extracted_from_files

Domain
detected Domain: this.net

XIOC detected Domain: this.net

extracted_from_files

Domain
detected Domain: t.target

XIOC detected Domain: t.target

extracted_from_files

Domain
detected Domain: v.data

XIOC detected Domain: v.data

extracted_from_files

Domain
detected Domain: a.stream

XIOC detected Domain: a.stream

extracted_from_files

Domain
detected Domain: b.data

XIOC detected Domain: b.data

extracted_from_files

Domain
detected Domain: c.id

XIOC detected Domain: c.id

extracted_from_files

Domain
detected Domain: m.read

XIOC detected Domain: m.read

extracted_from_files

Domain
detected Domain: d.host

XIOC detected Domain: d.host

extracted_from_files

Domain
detected Domain: c.data

XIOC detected Domain: c.data

extracted_from_files

Domain
detected Domain: this.term.open

XIOC detected Domain: this.term.open

extracted_from_files

Domain
detected Domain: ec.prototype.show

XIOC detected Domain: ec.prototype.show

extracted_from_files

Domain
detected Domain: c.show

XIOC detected Domain: c.show

extracted_from_files

Domain
detected Domain: this.show

XIOC detected Domain: this.show

extracted_from_files

Domain
detected Domain: g.target

XIOC detected Domain: g.target

extracted_from_files

Domain
detected Domain: c.is

XIOC detected Domain: c.is

extracted_from_files

Domain
detected Domain: this.search

XIOC detected Domain: this.search

extracted_from_files

Domain
detected Domain: j.prototype.link

XIOC detected Domain: j.prototype.link

extracted_from_files

Domain
detected Domain: this.total

XIOC detected Domain: this.total

extracted_from_files

Domain
detected Domain: this.storage.read

XIOC detected Domain: this.storage.read

extracted_from_files

Domain
detected Domain: pc.prototype.read

XIOC detected Domain: pc.prototype.read

extracted_from_files

Domain
detected Domain: this.storage

XIOC detected Domain: this.storage

extracted_from_files

Domain
detected Domain: oc.prototype.read

XIOC detected Domain: oc.prototype.read

extracted_from_files

Domain
detected Domain: uc.prototype.is

XIOC detected Domain: uc.prototype.is

extracted_from_files

Domain
detected Domain: j.prototype.is

XIOC detected Domain: j.prototype.is

extracted_from_files

Domain
detected Domain: b.name

XIOC detected Domain: b.name

extracted_from_files

Domain
detected Domain: a.id

XIOC detected Domain: a.id

extracted_from_files

Domain
detected Domain: j.prototype.search

XIOC detected Domain: j.prototype.search

extracted_from_files

Domain
detected Domain: j.prototype.read

XIOC detected Domain: j.prototype.read

extracted_from_files

Domain
detected Domain: this.link

XIOC detected Domain: this.link

extracted_from_files

Domain
detected Domain: b.net

XIOC detected Domain: b.net

extracted_from_files

Domain
detected Domain: b.network

XIOC detected Domain: b.network

extracted_from_files

Domain
detected Domain: this.v86.run

XIOC detected Domain: this.v86.run

extracted_from_files

Domain
detected Domain: adapter.show

XIOC detected Domain: adapter.show

extracted_from_files

Domain
detected Domain: e.fs9p.read

XIOC detected Domain: e.fs9p.read

extracted_from_files

Domain
detected Domain: n.total

XIOC detected Domain: n.total

extracted_from_files

Domain
detected Domain: c.run

XIOC detected Domain: c.run

extracted_from_files

Domain
detected Domain: n.prototype.run

XIOC detected Domain: n.prototype.run

extracted_from_files

Domain
detected Domain: f.data.id

XIOC detected Domain: f.data.id

extracted_from_files

Domain
detected Domain: x.target

XIOC detected Domain: x.target

extracted_from_files

Domain
detected Domain: x.total

XIOC detected Domain: x.total

extracted_from_files

Domain
detected Domain: r.as

XIOC detected Domain: r.as

extracted_from_files

Domain
detected Domain: e.net

XIOC detected Domain: e.net

extracted_from_files

Domain
detected Domain: this.network

XIOC detected Domain: this.network

extracted_from_files

Domain
detected Domain: f.prototype.do

XIOC detected Domain: f.prototype.do

extracted_from_files

Domain
detected Domain: f.prototype.run

XIOC detected Domain: f.prototype.run

extracted_from_files

Domain
detected Domain: this.v86.cpu.read

XIOC detected Domain: this.v86.cpu.read

extracted_from_files

Domain
detected Domain: n.prototype.read

XIOC detected Domain: n.prototype.read

extracted_from_files

Domain
detected Domain: n.prototype.is

XIOC detected Domain: n.prototype.is

extracted_from_files

Domain
detected Domain: this.v86.save

XIOC detected Domain: this.v86.save

extracted_from_files

Domain
detected Domain: n.prototype.save

XIOC detected Domain: n.prototype.save

extracted_from_files

Domain
detected Domain: this.cr

XIOC detected Domain: this.cr

extracted_from_files

Domain
detected Domain: this.io

XIOC detected Domain: this.io

extracted_from_files

Domain
detected Domain: yc.prototype.data

XIOC detected Domain: yc.prototype.data

extracted_from_files

Domain
detected Domain: this.com

XIOC detected Domain: this.com

extracted_from_files

Domain
detected Domain: this.pm

XIOC detected Domain: this.pm

extracted_from_files

Domain
detected Domain: f.prototype.save

XIOC detected Domain: f.prototype.save

extracted_from_files

Domain
detected Domain: f.prototype.next

XIOC detected Domain: f.prototype.next

extracted_from_files

Domain
detected Domain: a.handler.call

XIOC detected Domain: a.handler.call

extracted_from_files

Domain
detected Domain: v.prototype.read

XIOC detected Domain: v.prototype.read

extracted_from_files

Domain
detected Domain: v.prototype.build

XIOC detected Domain: v.prototype.build

extracted_from_files

Domain
detected Domain: this.build

XIOC detected Domain: this.build

extracted_from_files

Domain
detected Domain: e.get.call

XIOC detected Domain: e.get.call

extracted_from_files

Domain
detected Domain: cc.prototype.data

XIOC detected Domain: cc.prototype.data

extracted_from_files

Domain
detected Domain: cc.prototype.do

XIOC detected Domain: cc.prototype.do

extracted_from_files

Domain
detected Domain: this.drive

XIOC detected Domain: this.drive

extracted_from_files

Domain
detected Domain: a.seek

XIOC detected Domain: a.seek

extracted_from_files

Domain
detected Domain: v.prototype.seek

XIOC detected Domain: v.prototype.seek

extracted_from_files

Domain
detected Domain: this.seek

XIOC detected Domain: this.seek

extracted_from_files

Domain
detected Domain: c.read

XIOC detected Domain: c.read

extracted_from_files

Domain
detected Domain: c.seek

XIOC detected Domain: c.seek

extracted_from_files

Domain
detected Domain: b.seek

XIOC detected Domain: b.seek

extracted_from_files

Domain
detected Domain: uc.prototype.read

XIOC detected Domain: uc.prototype.read

extracted_from_files

Domain
detected Domain: interface.is

XIOC detected Domain: interface.is

extracted_from_files

Domain
detected Domain: interface.read

XIOC detected Domain: interface.read

extracted_from_files

Domain
detected Domain: qc.prototype.seek

XIOC detected Domain: qc.prototype.seek

extracted_from_files

Domain
detected Domain: n.drive

XIOC detected Domain: n.drive

extracted_from_files

Domain
detected Domain: d.drive

XIOC detected Domain: d.drive

extracted_from_files

Domain
detected Domain: this.media

XIOC detected Domain: this.media

extracted_from_files

Domain
detected Domain: this.cpu.read

XIOC detected Domain: this.cpu.read

extracted_from_files

Domain
detected Domain: this.report

XIOC detected Domain: this.report

extracted_from_files

Domain
detected Domain: w.prototype.do

XIOC detected Domain: w.prototype.do

extracted_from_files

Domain
detected Domain: this.channel.slave.drive

XIOC detected Domain: this.channel.slave.drive

extracted_from_files

Domain
detected Domain: a.channel

XIOC detected Domain: a.channel

extracted_from_files

Domain
detected Domain: interface.do

XIOC detected Domain: interface.do

extracted_from_files

Domain
detected Domain: interface.drive

XIOC detected Domain: interface.drive

extracted_from_files

Domain
detected Domain: this.virtio.cpu.zero

XIOC detected Domain: this.virtio.cpu.zero

extracted_from_files

Domain
detected Domain: this.graphics

XIOC detected Domain: this.graphics

extracted_from_files

Domain
detected Domain: a.devices.net

XIOC detected Domain: a.devices.net

extracted_from_files

Domain
detected Domain: w.prototype.report

XIOC detected Domain: w.prototype.report

extracted_from_files

Domain
detected Domain: w.prototype.data

XIOC detected Domain: w.prototype.data

extracted_from_files

Domain
detected Domain: length-this.data

XIOC detected Domain: length-this.data

extracted_from_files

Domain
detected Domain: w.prototype.read

XIOC detected Domain: w.prototype.read

extracted_from_files

Domain
detected Domain: this.devices.net

XIOC detected Domain: this.devices.net

extracted_from_files

Domain
detected Domain: master.is

XIOC detected Domain: master.is

extracted_from_files

Domain
detected Domain: this.devices.ps

XIOC detected Domain: this.devices.ps

extracted_from_files

Domain
detected Domain: this.zero

XIOC detected Domain: this.zero

extracted_from_files

Domain
detected Domain: this.store

XIOC detected Domain: this.store

extracted_from_files

Domain
detected Domain: o.prototype.read

XIOC detected Domain: o.prototype.read

extracted_from_files

Domain
detected Domain: this.page

XIOC detected Domain: this.page

extracted_from_files

Domain
detected Domain: e.bar

XIOC detected Domain: e.bar

extracted_from_files

Domain
detected Domain: selected.is

XIOC detected Domain: selected.is

extracted_from_files

Domain
detected Domain: o.prototype.run

XIOC detected Domain: o.prototype.run

extracted_from_files

Domain
detected Domain: g.is

XIOC detected Domain: g.is

extracted_from_files

Domain
detected Domain: g.cr

XIOC detected Domain: g.cr

extracted_from_files

Domain
detected Domain: a.net

XIOC detected Domain: a.net

extracted_from_files

Domain
detected Domain: this.devices.sb

XIOC detected Domain: this.devices.sb

extracted_from_files

Domain
detected Domain: this.fids.map

XIOC detected Domain: this.fids.map

extracted_from_files

Domain
detected Domain: d.len-this.read

XIOC detected Domain: d.len-this.read

extracted_from_files

Domain
detected Domain: h.next

XIOC detected Domain: h.next

extracted_from_files

Domain
detected Domain: this.virtio.is

XIOC detected Domain: this.virtio.is

extracted_from_files

Domain
detected Domain: y.prototype.is

XIOC detected Domain: y.prototype.is

extracted_from_files

Domain
detected Domain: ec.prototype.is

XIOC detected Domain: ec.prototype.is

extracted_from_files

Domain
detected Domain: f.read

XIOC detected Domain: f.read

extracted_from_files

Domain
detected Domain: entry.rs

XIOC detected Domain: entry.rs

extracted_from_files

Domain
detected Domain: 颢.gf

XIOC detected Domain: 颢.gf

extracted_from_files

Domain
detected Domain: u.gf

XIOC detected Domain: u.gf

extracted_from_files

Domain
detected Domain: tz.gf

XIOC detected Domain: tz.gf

extracted_from_files

Domain
detected Domain: this.fs.search

XIOC detected Domain: this.fs.search

extracted_from_files

Domain
detected Domain: this.fs.read

XIOC detected Domain: this.fs.read

extracted_from_files

Domain
detected Domain: this.fs.link

XIOC detected Domain: this.fs.link

extracted_from_files

Domain
detected Domain: fmt.rs

XIOC detected Domain: fmt.rs

extracted_from_files

Domain
detected Domain: quicksort.rs

XIOC detected Domain: quicksort.rs

extracted_from_files

Domain
detected Domain: smallsort.rs

XIOC detected Domain: smallsort.rs

extracted_from_files

Domain
detected Domain: cpu.rs

XIOC detected Domain: cpu.rs

extracted_from_files

Domain
detected Domain: fpu.rs

XIOC detected Domain: fpu.rs

extracted_from_files

Domain
detected Domain: flow.rs

XIOC detected Domain: flow.rs

extracted_from_files

Domain
detected Domain: memory.rs

XIOC detected Domain: memory.rs

extracted_from_files

Domain
detected Domain: codegen.rs

XIOC detected Domain: codegen.rs

extracted_from_files

Domain
detected Domain: builder.rs

XIOC detected Domain: builder.rs

extracted_from_files

Domain
detected Domain: interpreter.rs

XIOC detected Domain: interpreter.rs

extracted_from_files

Domain
detected Domain: instr.rs

XIOC detected Domain: instr.rs

extracted_from_files

Domain
detected Domain: threads.rs

XIOC detected Domain: threads.rs

extracted_from_files

Domain
detected Domain: instructions.rs

XIOC detected Domain: instructions.rs

extracted_from_files

Domain
detected Domain: jit.rs

XIOC detected Domain: jit.rs

extracted_from_files

Domain
detected Domain: navigate.rs

XIOC detected Domain: navigate.rs

extracted_from_files

Domain
detected Domain: 0f.rs

XIOC detected Domain: 0f.rs

extracted_from_files

Domain
detected Domain: interpreter0f.rs

XIOC detected Domain: interpreter0f.rs

extracted_from_files

Domain
detected Domain: panicking.rs

XIOC detected Domain: panicking.rs

extracted_from_files

Domain
detected Domain: string.rs

XIOC detected Domain: string.rs

extracted_from_files

Domain
detected Domain: api.rs

XIOC detected Domain: api.rs

extracted_from_files

Domain
detected Domain: modrm.rs

XIOC detected Domain: modrm.rs

extracted_from_files

Domain
detected Domain: apic.rs

XIOC detected Domain: apic.rs

extracted_from_files

Domain
detected Domain: ioapic.rs

XIOC detected Domain: ioapic.rs

extracted_from_files

Domain
detected Domain: dlmalloc.rs

XIOC detected Domain: dlmalloc.rs

extracted_from_files

Domain
detected Domain: mod.rs

XIOC detected Domain: mod.rs

extracted_from_files

Domain
detected Domain: zstd.rs

XIOC detected Domain: zstd.rs

extracted_from_files

Domain
detected Domain: node.rs

XIOC detected Domain: node.rs

extracted_from_files

Domain
detected Domain: printable.rs

XIOC detected Domain: printable.rs

extracted_from_files

Domain
detected Domain: macros.rs

XIOC detected Domain: macros.rs

extracted_from_files

Domain
detected Domain: alloc.rs

XIOC detected Domain: alloc.rs

extracted_from_files

Domain
detected Domain: alloc.ac

XIOC detected Domain: alloc.ac

extracted_from_files

Domain
detected Domain: dlmalloc.af

XIOC detected Domain: dlmalloc.af

extracted_from_files

Domain
detected Domain: lib.rs

XIOC detected Domain: lib.rs

extracted_from_files

Domain
detected Domain: leb.rs

XIOC detected Domain: leb.rs

extracted_from_files

Domain
detected Domain: pic.rs

XIOC detected Domain: pic.rs

extracted_from_files

Domain
detected Domain: methods.rs

XIOC detected Domain: methods.rs

extracted_from_files

Domain
detected Domain: extend.rs

XIOC detected Domain: extend.rs

extracted_from_files

Domain
detected Domain: null.rs

XIOC detected Domain: null.rs

extracted_from_files

Domain
detected Domain: wasm.rs

XIOC detected Domain: wasm.rs

extracted_from_files

Domain
detected Domain: layout.rs

XIOC detected Domain: layout.rs

extracted_from_files

Domain
detected Domain: result.rs

XIOC detected Domain: result.rs

extracted_from_files

Domain
detected Domain: cmp.rs

XIOC detected Domain: cmp.rs

extracted_from_files

Domain
detected Domain: boxed.rs

XIOC detected Domain: boxed.rs

extracted_from_files

Domain
detected Domain: panic.rs

XIOC detected Domain: panic.rs

extracted_from_files

Domain
detected Domain: cell.rs

XIOC detected Domain: cell.rs

extracted_from_files

Domain
detected Domain: atomic.rs

XIOC detected Domain: atomic.rs

extracted_from_files

Domain
detected Domain: hint.rs

XIOC detected Domain: hint.rs

extracted_from_files

Domain
detected Domain: backtrace.rs

XIOC detected Domain: backtrace.rs

extracted_from_files

Domain
detected Domain: ptr.rs

XIOC detected Domain: ptr.rs

extracted_from_files

Domain
detected Domain: any.rs

XIOC detected Domain: any.rs

extracted_from_files

Domain
detected Domain: option.rs

XIOC detected Domain: option.rs

extracted_from_files

Domain
detected Domain: rt.rs

XIOC detected Domain: rt.rs

extracted_from_files

Domain
detected Domain: process.rs

XIOC detected Domain: process.rs

extracted_from_files

Domain
detected Domain: common.rs

XIOC detected Domain: common.rs

extracted_from_files

Domain
detected Domain: rwlock.rs

XIOC detected Domain: rwlock.rs

extracted_from_files

Domain
detected Domain: local.rs

XIOC detected Domain: local.rs

extracted_from_files

Domain
detected Domain: map.rs

XIOC detected Domain: map.rs

extracted_from_files

Domain
detected Domain: range.rs

XIOC detected Domain: range.rs

extracted_from_files

Domain
detected Domain: accum.rs

XIOC detected Domain: accum.rs

extracted_from_files

Domain
detected Domain: validations.rs

XIOC detected Domain: validations.rs

extracted_from_files

Domain
detected Domain: index.rs

XIOC detected Domain: index.rs

extracted_from_files

Domain
detected Domain: escape.rs

XIOC detected Domain: escape.rs

extracted_from_files

Domain
detected Domain: info.rs

XIOC detected Domain: info.rs

extracted_from_files

Domain
detected Domain: cloned.rs

XIOC detected Domain: cloned.rs

extracted_from_files

Domain
detected Domain: clone.rs

XIOC detected Domain: clone.rs

extracted_from_files

Domain
detected Domain: data.rs

XIOC detected Domain: data.rs

extracted_from_files

Domain
detected Domain: iter.rs

XIOC detected Domain: iter.rs

extracted_from_files

Domain
detected Domain: count.rs

XIOC detected Domain: count.rs

extracted_from_files

Domain
detected Domain: filter.rs

XIOC detected Domain: filter.rs

extracted_from_files

Domain
detected Domain: iterator.rs

XIOC detected Domain: iterator.rs

extracted_from_files

Domain
detected Domain: large.rs

XIOC detected Domain: large.rs

extracted_from_files

Domain
detected Domain: impls.rs

XIOC detected Domain: impls.rs

extracted_from_files

Domain
detected Domain: log10.rs

XIOC detected Domain: log10.rs

extracted_from_files

Domain
detected Domain: nonzero.rs

XIOC detected Domain: nonzero.rs

extracted_from_files

Domain
detected Domain: uninit.rs

XIOC detected Domain: uninit.rs

extracted_from_files

Domain
detected Domain: num.rs

XIOC detected Domain: num.rs

extracted_from_files

Domain
detected Domain: traits.rs

XIOC detected Domain: traits.rs

extracted_from_files

Domain
detected Domain: c.icmp.data

XIOC detected Domain: c.icmp.data

extracted_from_files

URL
detected URL: https://php.net/enable-post-data-reading

XIOC detected URL: https://php.net/enable-post-data-reading

extracted_from_files

IP
detected IP: 1.3.101.112

XIOC detected IP: 1.3.101.112

extracted_from_files

Hash
detected MD5 Hash: 0123456789ABCDEF0123456789abcdef

XIOC detected MD5 Hash: 0123456789ABCDEF0123456789abcdef

extracted_from_files

Hash
detected SHA1 Hash: 0000111122223333444455556666777788889999

XIOC detected SHA1 Hash: 0000111122223333444455556666777788889999

extracted_from_files

Hash
detected SHA1 Hash: 0011111223334444445555556666666778899999

XIOC detected SHA1 Hash: 0011111223334444445555556666666778899999

extracted_from_files

Hash
detected SHA1 Hash: d60ac92ab2057010278034ae502fe2b3d50f8068

XIOC detected SHA1 Hash: d60ac92ab2057010278034ae502fe2b3d50f8068

extracted_from_files

Hash
detected SHA1 Hash: 254b59607d4417e9dffbc307138ae5c86280fe4c

XIOC detected SHA1 Hash: 254b59607d4417e9dffbc307138ae5c86280fe4c

extracted_from_files

Hash
detected MD5 Hash: 9eb6a8cf4a5bc04cb98b8ba1a1f3f95a

XIOC detected MD5 Hash: 9eb6a8cf4a5bc04cb98b8ba1a1f3f95a

extracted_from_files

Hash
detected MD5 Hash: 292efa3523ea364296ae3a6ebacba440

XIOC detected MD5 Hash: 292efa3523ea364296ae3a6ebacba440

extracted_from_files

Hash
detected MD5 Hash: e7f4a0a9455a964db8278a841e8c03e6

XIOC detected MD5 Hash: e7f4a0a9455a964db8278a841e8c03e6

extracted_from_files

Hash
detected MD5 Hash: 394f16571591784eab55382f3bd5422d

XIOC detected MD5 Hash: 394f16571591784eab55382f3bd5422d

extracted_from_files

Hash
detected MD5 Hash: 30e62795aed07b49adcee80ab0175caf

XIOC detected MD5 Hash: 30e62795aed07b49adcee80ab0175caf

extracted_from_files

Hash
detected MD5 Hash: 31600b0e13523449818b38d90ced39db

XIOC detected MD5 Hash: 31600b0e13523449818b38d90ced39db

extracted_from_files

Hash
detected MD5 Hash: dc7450528589e2468057a307dc18a502

XIOC detected MD5 Hash: dc7450528589e2468057a307dc18a502

extracted_from_files

Hash
detected MD5 Hash: 11111111111111111111111111111111

XIOC detected MD5 Hash: 11111111111111111111111111111111

extracted_from_files

Hash
detected MD5 Hash: 01d01101201301401501601701801901

XIOC detected MD5 Hash: 01d01101201301401501601701801901

extracted_from_files

Hash
detected MD5 Hash: 02780ada77e3ac4a8e770558eb1073f8

XIOC detected MD5 Hash: 02780ada77e3ac4a8e770558eb1073f8

extracted_from_files

Hash
detected MD5 Hash: 4acc9b2f6900f34ab76b6fd0be528cda

XIOC detected MD5 Hash: 4acc9b2f6900f34ab76b6fd0be528cda

extracted_from_files

Hash
detected MD5 Hash: 32264132cb86a2449b5c50d1417354f5

XIOC detected MD5 Hash: 32264132cb86a2449b5c50d1417354f5

extracted_from_files

Hash
detected MD5 Hash: d96361baa104294db60572e2ffb1dc7f

XIOC detected MD5 Hash: d96361baa104294db60572e2ffb1dc7f

extracted_from_files

Hash
detected MD5 Hash: 635161f83edfc546913ff2d2f965ed0e

XIOC detected MD5 Hash: 635161f83edfc546913ff2d2f965ed0e

extracted_from_files

Hash
detected SHA256 Hash: 0000000000000000000000000000000000000000000000000000000000000000

XIOC detected SHA256 Hash: 0000000000000000000000000000000000000000000000000000000000000000

extracted_from_files

Hash
detected SHA256 Hash: 1111111111111111111111111111111111111111111111111111111111111111

XIOC detected SHA256 Hash: 1111111111111111111111111111111111111111111111111111111111111111

extracted_from_files

Hash
detected SHA256 Hash: 7853981633974483096156608458198757210492923498437764552437361480

XIOC detected SHA256 Hash: 7853981633974483096156608458198757210492923498437764552437361480

extracted_from_files

Hash
detected SHA256 Hash: 1973955598498807583700497651947902934475851037878521015176889402

XIOC detected SHA256 Hash: 1973955598498807583700497651947902934475851037878521015176889402

extracted_from_files

Hash
detected MD5 Hash: EEEEEEEDDDDDDCCCCCCCBBBBBBAAAAAA

XIOC detected MD5 Hash: EEEEEEEDDDDDDCCCCCCCBBBBBBAAAAAA

extracted_from_files

Hash
detected MD5 Hash: CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC

XIOC detected MD5 Hash: CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC

extracted_from_files

Hash
detected MD5 Hash: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

XIOC detected MD5 Hash: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

extracted_from_files

URL
detected URL: https://$

XIOC detected URL: https://$

extracted_from_files

Hash
detected SHA256 Hash: 0000000111111222222333333344444455555556666667777778888888999999

XIOC detected SHA256 Hash: 0000000111111222222333333344444455555556666667777778888888999999

extracted_from_files

Hash
detected SHA256 Hash: 0000001111111222222333333444444455555566666667777778888889999999

XIOC detected SHA256 Hash: 0000001111111222222333333444444455555566666667777778888889999999

extracted_from_files

Hash
detected SHA256 Hash: 0000001111112222222333333444444455555566666677777778888889999999

XIOC detected SHA256 Hash: 0000001111112222222333333444444455555566666677777778888889999999

extracted_from_files

Hash
detected SHA256 Hash: 0000001111111222222333333344444455555566666667777778888888999999

XIOC detected SHA256 Hash: 0000001111111222222333333344444455555566666667777778888888999999

extracted_from_files

Hash
detected SHA256 Hash: 0000000111111222222233333344444455555556666667777777888888999999

XIOC detected SHA256 Hash: 0000000111111222222233333344444455555556666667777777888888999999

extracted_from_files

Hash
detected SHA256 Hash: BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB

XIOC detected SHA256 Hash: BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB

extracted_from_files

URL
detected URL: https://www.php.net

XIOC detected URL: https://www.php.net

extracted_from_files

URL
detected URL: https://www.lighttpd.net

XIOC detected URL: https://www.lighttpd.net

extracted_from_files

URL
detected URL: https://www.seabios.org

XIOC detected URL: https://www.seabios.org

extracted_from_files

URL
detected URL: https://github.com/evanw/esbuild

XIOC detected URL: https://github.com/evanw/esbuild

extracted_from_files

URL
detected URL: https://oai.aihorde.net',

XIOC detected URL: https://oai.aihorde.net',

extracted_from_files

URL
detected URL: https://api.example.com/data',

XIOC detected URL: https://api.example.com/data',

extracted_from_files

URL
detected URL: https://clients2.google.com/service/update2/crx

XIOC detected URL: https://clients2.google.com/service/update2/crx

extracted_from_files

URL
detected URL: https://php.net/opcache.preload

XIOC detected URL: https://php.net/opcache.preload

extracted_from_files

URL
detected URL: https://php.net/opcache.preload_user

XIOC detected URL: https://php.net/opcache.preload_user

extracted_from_files

URL
detected URL: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml

XIOC detected URL: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml

extracted_from_files

URL
detected URL: https://wiki.alpinelinux.org/

XIOC detected URL: https://wiki.alpinelinux.org/

extracted_from_files

URL
detected URL: https://github.com/copy/v86

XIOC detected URL: https://github.com/copy/v86

extracted_from_files

URL
detected URL: https://github.com/chipmk/tcpip.js

XIOC detected URL: https://github.com/chipmk/tcpip.js

extracted_from_files

URL
detected URL: https://gitlab.alpinelinux.org/alpine

XIOC detected URL: https://gitlab.alpinelinux.org/alpine

extracted_from_files

URL
detected URL: https://php.net/exif.decode-jis-motorola

XIOC detected URL: https://php.net/exif.decode-jis-motorola

extracted_from_files

URL
detected URL: https://php.net/exif.decode-jis-intel

XIOC detected URL: https://php.net/exif.decode-jis-intel

extracted_from_files

URL
detected URL: https://php.net/tidy.default-config

XIOC detected URL: https://php.net/tidy.default-config

extracted_from_files

URL
detected URL: https://php.net/tidy.clean-output

XIOC detected URL: https://php.net/tidy.clean-output

extracted_from_files

URL
detected URL: https://php.net/soap.wsdl-cache-enabled

XIOC detected URL: https://php.net/soap.wsdl-cache-enabled

extracted_from_files

URL
detected URL: https://php.net/soap.wsdl-cache-dir

XIOC detected URL: https://php.net/soap.wsdl-cache-dir

extracted_from_files

URL
detected URL: https://php.net/soap.wsdl-cache-ttl

XIOC detected URL: https://php.net/soap.wsdl-cache-ttl

extracted_from_files

URL
detected URL: https://php.net/mbstring.detect-order

XIOC detected URL: https://php.net/mbstring.detect-order

extracted_from_files

URL
detected URL: https://php.net/mbstring.substitute-character

XIOC detected URL: https://php.net/mbstring.substitute-character

extracted_from_files

URL
detected URL: https://php.net/gd.jpeg-ignore-warning

XIOC detected URL: https://php.net/gd.jpeg-ignore-warning

extracted_from_files

URL
detected URL: https://php.net/exif.encode-unicode

XIOC detected URL: https://php.net/exif.encode-unicode

extracted_from_files

URL
detected URL: https://php.net/exif.decode-unicode-motorola

XIOC detected URL: https://php.net/exif.decode-unicode-motorola

extracted_from_files

URL
detected URL: https://php.net/exif.decode-unicode-intel

XIOC detected URL: https://php.net/exif.decode-unicode-intel

extracted_from_files

URL
detected URL: https://php.net/exif.encode-jis

XIOC detected URL: https://php.net/exif.encode-jis

extracted_from_files

URL
detected URL: https://php.net/com.autoregister-typelib

XIOC detected URL: https://php.net/com.autoregister-typelib

extracted_from_files

URL
detected URL: https://php.net/com.autoregister-casesensitive

XIOC detected URL: https://php.net/com.autoregister-casesensitive

extracted_from_files

URL
detected URL: https://php.net/com.autoregister-verbose

XIOC detected URL: https://php.net/com.autoregister-verbose

extracted_from_files

URL
detected URL: https://php.net/mbstring.language

XIOC detected URL: https://php.net/mbstring.language

extracted_from_files

URL
detected URL: https://php.net/mbstring.http-input

XIOC detected URL: https://php.net/mbstring.http-input

extracted_from_files

URL
detected URL: https://php.net/mbstring.http-output

XIOC detected URL: https://php.net/mbstring.http-output

extracted_from_files

URL
detected URL: https://php.net/mbstring.encoding-translation

XIOC detected URL: https://php.net/mbstring.encoding-translation

extracted_from_files

URL
detected URL: https://php.net/session.upload-progress.name

XIOC detected URL: https://php.net/session.upload-progress.name

extracted_from_files

URL
detected URL: https://php.net/session.upload-progress.freq

XIOC detected URL: https://php.net/session.upload-progress.freq

extracted_from_files

URL
detected URL: https://php.net/session.upload-progress.min-freq

XIOC detected URL: https://php.net/session.upload-progress.min-freq

extracted_from_files

URL
detected URL: https://php.net/session.lazy-write

XIOC detected URL: https://php.net/session.lazy-write

extracted_from_files

URL
detected URL: https://php.net/zend.assertions

XIOC detected URL: https://php.net/zend.assertions

extracted_from_files

URL
detected URL: https://php.net/com.typelib-file

XIOC detected URL: https://php.net/com.typelib-file

extracted_from_files

URL
detected URL: https://php.net/com.allow-dcom

XIOC detected URL: https://php.net/com.allow-dcom

extracted_from_files

URL
detected URL: https://php.net/session.use-trans-sid

XIOC detected URL: https://php.net/session.use-trans-sid

extracted_from_files

URL
detected URL: https://php.net/session.sid-length

XIOC detected URL: https://php.net/session.sid-length

extracted_from_files

URL
detected URL: https://php.net/url-rewriter.tags

XIOC detected URL: https://php.net/url-rewriter.tags

extracted_from_files

URL
detected URL: https://php.net/session.hash-bits-per-character

XIOC detected URL: https://php.net/session.hash-bits-per-character

extracted_from_files

URL
detected URL: https://php.net/session.upload-progress.enabled

XIOC detected URL: https://php.net/session.upload-progress.enabled

extracted_from_files

URL
detected URL: https://php.net/session.upload-progress.cleanup

XIOC detected URL: https://php.net/session.upload-progress.cleanup

extracted_from_files

URL
detected URL: https://php.net/session.upload-progress.prefix

XIOC detected URL: https://php.net/session.upload-progress.prefix

extracted_from_files

URL
detected URL: https://php.net/session.serialize-handler

XIOC detected URL: https://php.net/session.serialize-handler

extracted_from_files

URL
detected URL: https://php.net/session.gc-probability

XIOC detected URL: https://php.net/session.gc-probability

extracted_from_files

URL
detected URL: https://php.net/session.gc-divisor

XIOC detected URL: https://php.net/session.gc-divisor

extracted_from_files

URL
detected URL: https://php.net/session.gc-maxlifetime

XIOC detected URL: https://php.net/session.gc-maxlifetime

extracted_from_files

URL
detected URL: https://php.net/session.referer-check

XIOC detected URL: https://php.net/session.referer-check

extracted_from_files

URL
detected URL: https://php.net/session.cache-limiter

XIOC detected URL: https://php.net/session.cache-limiter

extracted_from_files

URL
detected URL: https://php.net/session.cache-expire

XIOC detected URL: https://php.net/session.cache-expire

extracted_from_files

URL
detected URL: https://php.net/session.name

XIOC detected URL: https://php.net/session.name

extracted_from_files

URL
detected URL: https://php.net/session.auto-start

XIOC detected URL: https://php.net/session.auto-start

extracted_from_files

URL
detected URL: https://php.net/session.cookie-lifetime

XIOC detected URL: https://php.net/session.cookie-lifetime

extracted_from_files

URL
detected URL: https://php.net/session.cookie-path

XIOC detected URL: https://php.net/session.cookie-path

extracted_from_files

URL
detected URL: https://php.net/session.cookie-domain

XIOC detected URL: https://php.net/session.cookie-domain

extracted_from_files

URL
detected URL: https://php.net/session.cookie-httponly

XIOC detected URL: https://php.net/session.cookie-httponly

extracted_from_files

URL
detected URL: https://tools.ietf.org/html/draft-west-first-party-cookies-07

XIOC detected URL: https://tools.ietf.org/html/draft-west-first-party-cookies-07

extracted_from_files

URL
detected URL: https://php.net/browscap

XIOC detected URL: https://php.net/browscap

extracted_from_files

URL
detected URL: https://php.net/session.save-handler

XIOC detected URL: https://php.net/session.save-handler

extracted_from_files

URL
detected URL: https://php.net/session.save-path

XIOC detected URL: https://php.net/session.save-path

extracted_from_files

URL
detected URL: https://wiki.php.net/rfc/strict_sessions

XIOC detected URL: https://wiki.php.net/rfc/strict_sessions

extracted_from_files

URL
detected URL: https://php.net/session.use-cookies

XIOC detected URL: https://php.net/session.use-cookies

extracted_from_files

URL
detected URL: https://php.net/session.cookie-secure

XIOC detected URL: https://php.net/session.cookie-secure

extracted_from_files

URL
detected URL: https://php.net/session.use-only-cookies

XIOC detected URL: https://php.net/session.use-only-cookies

extracted_from_files

URL
detected URL: https://php.net/pgsql.allow-persistent

XIOC detected URL: https://php.net/pgsql.allow-persistent

extracted_from_files

URL
detected URL: https://php.net/pgsql.auto-reset-persistent

XIOC detected URL: https://php.net/pgsql.auto-reset-persistent

extracted_from_files

URL
detected URL: https://php.net/pgsql.max-persistent

XIOC detected URL: https://php.net/pgsql.max-persistent

extracted_from_files

URL
detected URL: https://php.net/pgsql.max-links

XIOC detected URL: https://php.net/pgsql.max-links

extracted_from_files

URL
detected URL: https://php.net/pgsql.ignore-notice

XIOC detected URL: https://php.net/pgsql.ignore-notice

extracted_from_files

URL
detected URL: https://php.net/pgsql.log-notice

XIOC detected URL: https://php.net/pgsql.log-notice

extracted_from_files

URL
detected URL: https://php.net/bcmath.scale

XIOC detected URL: https://php.net/bcmath.scale

extracted_from_files

URL
detected URL: https://php.net/oci8.max-persistent

XIOC detected URL: https://php.net/oci8.max-persistent

extracted_from_files

URL
detected URL: https://php.net/oci8.persistent-timeout

XIOC detected URL: https://php.net/oci8.persistent-timeout

extracted_from_files

URL
detected URL: https://php.net/oci8.ping-interval

XIOC detected URL: https://php.net/oci8.ping-interval

extracted_from_files

URL
detected URL: https://php.net/oci8.statement-cache-size

XIOC detected URL: https://php.net/oci8.statement-cache-size

extracted_from_files

URL
detected URL: https://php.net/oci8.default-prefetch

XIOC detected URL: https://php.net/oci8.default-prefetch

extracted_from_files

URL
detected URL: https://php.net/oci8.prefetch-lob-size

XIOC detected URL: https://php.net/oci8.prefetch-lob-size

extracted_from_files

URL
detected URL: https://php.net/oci8.old-oci-close-semantics

XIOC detected URL: https://php.net/oci8.old-oci-close-semantics

extracted_from_files

URL
detected URL: https://php.net/mysqli.default-port

XIOC detected URL: https://php.net/mysqli.default-port

extracted_from_files

URL
detected URL: https://php.net/mysqli.default-socket

XIOC detected URL: https://php.net/mysqli.default-socket

extracted_from_files

URL
detected URL: https://php.net/mysqli.default-host

XIOC detected URL: https://php.net/mysqli.default-host

extracted_from_files

URL
detected URL: https://php.net/mysqli.default-user

XIOC detected URL: https://php.net/mysqli.default-user

extracted_from_files

URL
detected URL: https://php.net/mysqli.default-pw

XIOC detected URL: https://php.net/mysqli.default-pw

extracted_from_files

URL
detected URL: https://php.net/mysqlnd.debug

XIOC detected URL: https://php.net/mysqlnd.debug

extracted_from_files

URL
detected URL: https://php.net/oci8.privileged-connect

XIOC detected URL: https://php.net/oci8.privileged-connect

extracted_from_files

Domain
detected Domain: apolicy.men

XIOC detected Domain: apolicy.men

extracted_from_files

URL
detected URL: https://php.net/odbc.defaultlrl

XIOC detected URL: https://php.net/odbc.defaultlrl

extracted_from_files

URL
detected URL: https://php.net/odbc.defaultbinmode

XIOC detected URL: https://php.net/odbc.defaultbinmode

extracted_from_files

URL
detected URL: https://php.net/mysqli.max-persistent

XIOC detected URL: https://php.net/mysqli.max-persistent

extracted_from_files

URL
detected URL: https://php.net/mysqli.allow_local_infile

XIOC detected URL: https://php.net/mysqli.allow_local_infile

extracted_from_files

URL
detected URL: https://php.net/mysqli.allow-persistent

XIOC detected URL: https://php.net/mysqli.allow-persistent

extracted_from_files

URL
detected URL: https://php.net/mysqli.max-links

XIOC detected URL: https://php.net/mysqli.max-links

extracted_from_files

URL
detected URL: https://php.net/sendmail-path

XIOC detected URL: https://php.net/sendmail-path

extracted_from_files

URL
detected URL: https://php.net/odbc.default-db

XIOC detected URL: https://php.net/odbc.default-db

extracted_from_files

URL
detected URL: https://php.net/odbc.default-user

XIOC detected URL: https://php.net/odbc.default-user

extracted_from_files

URL
detected URL: https://php.net/odbc.default-pw

XIOC detected URL: https://php.net/odbc.default-pw

extracted_from_files

Domain
detected Domain: floor.rs

XIOC detected Domain: floor.rs

extracted_from_files

URL
detected URL: https://php.net/odbc.check-persistent

XIOC detected URL: https://php.net/odbc.check-persistent

extracted_from_files

URL
detected URL: https://php.net/odbc.max-persistent

XIOC detected URL: https://php.net/odbc.max-persistent

extracted_from_files

URL
detected URL: https://php.net/pcre.recursion-limit

XIOC detected URL: https://php.net/pcre.recursion-limit

extracted_from_files

URL
detected URL: https://php.net/pdo-odbc.connection-pooling

XIOC detected URL: https://php.net/pdo-odbc.connection-pooling

extracted_from_files

URL
detected URL: https://php.net/phar.readonly

XIOC detected URL: https://php.net/phar.readonly

extracted_from_files

URL
detected URL: https://php.net/phar.require-hash

XIOC detected URL: https://php.net/phar.require-hash

extracted_from_files

URL
detected URL: https://php.net/smtp

XIOC detected URL: https://php.net/smtp

extracted_from_files

URL
detected URL: https://php.net/smtp-port

XIOC detected URL: https://php.net/smtp-port

extracted_from_files

URL
detected URL: https://php.net/sendmail-from

XIOC detected URL: https://php.net/sendmail-from

extracted_from_files

URL
detected URL: https://php.net/date.sunrise-zenith

XIOC detected URL: https://php.net/date.sunrise-zenith

extracted_from_files

URL
detected URL: https://php.net/date.sunset-zenith

XIOC detected URL: https://php.net/date.sunset-zenith

extracted_from_files

URL
detected URL: https://php.net/filter.default

XIOC detected URL: https://php.net/filter.default

extracted_from_files

URL
detected URL: https://php.net/filter.default-flags

XIOC detected URL: https://php.net/filter.default-flags

extracted_from_files

URL
detected URL: https://php.net/sqlite3.extension-dir

XIOC detected URL: https://php.net/sqlite3.extension-dir

extracted_from_files

URL
detected URL: https://www.sqlite.org/c3ref/c_dbconfig_defensive.html

XIOC detected URL: https://www.sqlite.org/c3ref/c_dbconfig_defensive.html

extracted_from_files

URL
detected URL: https://php.net/pcre.backtrack-limit

XIOC detected URL: https://php.net/pcre.backtrack-limit

extracted_from_files

URL
detected URL: https://php.net/default-socket-timeout

XIOC detected URL: https://php.net/default-socket-timeout

extracted_from_files

URL
detected URL: https://php.net/auto-detect-line-endings

XIOC detected URL: https://php.net/auto-detect-line-endings

extracted_from_files

URL
detected URL: https://github.com/php/php-src/issues/8620

XIOC detected URL: https://github.com/php/php-src/issues/8620

extracted_from_files

URL
detected URL: https://www.php.net/manual/en/snmp.installation.php

XIOC detected URL: https://www.php.net/manual/en/snmp.installation.php

extracted_from_files

URL
detected URL: https://php.net/date.timezone

XIOC detected URL: https://php.net/date.timezone

extracted_from_files

URL
detected URL: https://php.net/date.default-latitude

XIOC detected URL: https://php.net/date.default-latitude

extracted_from_files

URL
detected URL: https://php.net/date.default-longitude

XIOC detected URL: https://php.net/date.default-longitude

extracted_from_files

URL
detected URL: https://php.net/file-uploads

XIOC detected URL: https://php.net/file-uploads

extracted_from_files

URL
detected URL: https://php.net/upload-tmp-dir

XIOC detected URL: https://php.net/upload-tmp-dir

extracted_from_files

URL
detected URL: https://php.net/upload-max-filesize

XIOC detected URL: https://php.net/upload-max-filesize

extracted_from_files

URL
detected URL: https://php.net/allow-url-fopen

XIOC detected URL: https://php.net/allow-url-fopen

extracted_from_files

URL
detected URL: https://php.net/allow-url-include

XIOC detected URL: https://php.net/allow-url-include

extracted_from_files

URL
detected URL: https://php.net/from

XIOC detected URL: https://php.net/from

extracted_from_files

URL
detected URL: https://php.net/user-agent

XIOC detected URL: https://php.net/user-agent

extracted_from_files

URL
detected URL: https://php.net/enable-dl

XIOC detected URL: https://php.net/enable-dl

extracted_from_files

URL
detected URL: https://php.net/cgi.force-redirect

XIOC detected URL: https://php.net/cgi.force-redirect

extracted_from_files

URL
detected URL: https://php.net/cgi.redirect-status-env

XIOC detected URL: https://php.net/cgi.redirect-status-env

extracted_from_files

URL
detected URL: https://php.net/cgi.fix-pathinfo

XIOC detected URL: https://php.net/cgi.fix-pathinfo

extracted_from_files

URL
detected URL: https://php.net/fastcgi.impersonate

XIOC detected URL: https://php.net/fastcgi.impersonate

extracted_from_files

URL
detected URL: https://php.net/cgi.rfc2616-headers

XIOC detected URL: https://php.net/cgi.rfc2616-headers

extracted_from_files

URL
detected URL: https://php.net/cgi.check-shebang-line

XIOC detected URL: https://php.net/cgi.check-shebang-line

extracted_from_files

URL
detected URL: https://php.net/internal-encoding

XIOC detected URL: https://php.net/internal-encoding

extracted_from_files

URL
detected URL: https://php.net/input-encoding

XIOC detected URL: https://php.net/input-encoding

extracted_from_files

URL
detected URL: https://php.net/output-encoding

XIOC detected URL: https://php.net/output-encoding

extracted_from_files

URL
detected URL: https://php.net/include-path

XIOC detected URL: https://php.net/include-path

extracted_from_files

URL
detected URL: https://php.net/doc-root

XIOC detected URL: https://php.net/doc-root

extracted_from_files

URL
detected URL: https://php.net/user-dir

XIOC detected URL: https://php.net/user-dir

extracted_from_files

URL
detected URL: https://php.net/extension-dir

XIOC detected URL: https://php.net/extension-dir

extracted_from_files

URL
detected URL: https://php.net/auto-globals-jit

XIOC detected URL: https://php.net/auto-globals-jit

extracted_from_files

URL
detected URL: https://php.net/odbc.allow-persistent

XIOC detected URL: https://php.net/odbc.allow-persistent

extracted_from_files

URL
detected URL: https://gitlab.alpinelinux.org/alpine/aports/-/issues/12999

XIOC detected URL: https://gitlab.alpinelinux.org/alpine/aports/-/issues/12999

extracted_from_files

URL
detected URL: http://0pointer.de/public/systemd-man/binfmt.d.html

XIOC detected URL: http://0pointer.de/public/systemd-man/binfmt.d.html

extracted_from_files

URL
detected URL: http://relaxng.org/ns/structure/1.0

XIOC detected URL: http://relaxng.org/ns/structure/1.0

extracted_from_files

URL
detected URL: http://purl.oclc.org/dsdl/schematron

XIOC detected URL: http://purl.oclc.org/dsdl/schematron

extracted_from_files

URL
detected URL: https://lwn.net/Articles/436012

XIOC detected URL: https://lwn.net/Articles/436012

extracted_from_files

URL
detected URL: https://github.com/ifupdown-ng/ifupdown-ng/issues/new

XIOC detected URL: https://github.com/ifupdown-ng/ifupdown-ng/issues/new

extracted_from_files

URL
detected URL: http://192.168.1.1:8080

XIOC detected URL: http://192.168.1.1:8080

extracted_from_files

URL
detected URL: http://www.kerneli.org/)

XIOC detected URL: http://www.kerneli.org/)

extracted_from_files

URL
detected URL: https://github.com/openrc/openrc/issues/396

XIOC detected URL: https://github.com/openrc/openrc/issues/396

extracted_from_files

URL
detected URL: https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS

XIOC detected URL: https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS

extracted_from_files

Domain
detected Domain: sinh.rs

XIOC detected Domain: sinh.rs

extracted_from_files

Domain
detected Domain: atan2.rs

XIOC detected Domain: atan2.rs

extracted_from_files

Domain
detected Domain: atanf.rs

XIOC detected Domain: atanf.rs

extracted_from_files

Domain
detected Domain: expm1f.rs

XIOC detected Domain: expm1f.rs

extracted_from_files

Domain
detected Domain: exp2f.rs

XIOC detected Domain: exp2f.rs

extracted_from_files

Domain
detected Domain: log1p.rs

XIOC detected Domain: log1p.rs

extracted_from_files

Domain
detected Domain: pio2f.rs

XIOC detected Domain: pio2f.rs

extracted_from_files

Domain
detected Domain: sinf.rs

XIOC detected Domain: sinf.rs

extracted_from_files

Domain
detected Domain: expm1.rs

XIOC detected Domain: expm1.rs

extracted_from_files

Domain
detected Domain: expf.rs

XIOC detected Domain: expf.rs

extracted_from_files

Domain
detected Domain: tanh.rs

XIOC detected Domain: tanh.rs

extracted_from_files

Domain
detected Domain: exp2.rs

XIOC detected Domain: exp2.rs

extracted_from_files

Domain
detected Domain: rev.rs

XIOC detected Domain: rev.rs

extracted_from_files

Domain
detected Domain: f64.rs

XIOC detected Domain: f64.rs

extracted_from_files

Domain
detected Domain: bit.rs

XIOC detected Domain: bit.rs

extracted_from_files

Domain
detected Domain: arith.rs

XIOC detected Domain: arith.rs

extracted_from_files

Domain
detected Domain: scalbn.rs

XIOC detected Domain: scalbn.rs

extracted_from_files

Domain
detected Domain: f32.rs

XIOC detected Domain: f32.rs

extracted_from_files

Domain
detected Domain: erf.rs

XIOC detected Domain: erf.rs

extracted_from_files

Domain
detected Domain: exp.rs

XIOC detected Domain: exp.rs

extracted_from_files

Domain
detected Domain: cos.rs

XIOC detected Domain: cos.rs

extracted_from_files

Domain
detected Domain: sin.rs

XIOC detected Domain: sin.rs

extracted_from_files

Domain
detected Domain: erff.rs

XIOC detected Domain: erff.rs

extracted_from_files

Domain
detected Domain: pio2.rs

XIOC detected Domain: pio2.rs

extracted_from_files

Domain
detected Domain: log2.rs

XIOC detected Domain: log2.rs

extracted_from_files

Domain
detected Domain: pow.rs

XIOC detected Domain: pow.rs

extracted_from_files

Domain
detected Domain: sqrt.rs

XIOC detected Domain: sqrt.rs

extracted_from_files

Domain
detected Domain: fabs.rs

XIOC detected Domain: fabs.rs

extracted_from_files

Domain
detected Domain: tan.rs

XIOC detected Domain: tan.rs

extracted_from_files

Domain
detected Domain: asin.rs

XIOC detected Domain: asin.rs

extracted_from_files

Domain
detected Domain: cosf.rs

XIOC detected Domain: cosf.rs

extracted_from_files

Domain
detected Domain: acos.rs

XIOC detected Domain: acos.rs

extracted_from_files

Domain
detected Domain: tanf.rs

XIOC detected Domain: tanf.rs

extracted_from_files

Domain
detected Domain: atan.rs

XIOC detected Domain: atan.rs

extracted_from_files

URL
detected URL: https://ko-fi.com/M4M21VHHGH

XIOC detected URL: https://ko-fi.com/M4M21VHHGH

extracted_from_files

URL
detected URL: http://api.coinlore.net/api/tickers/?start=0&limit=5');

XIOC detected URL: http://api.coinlore.net/api/tickers/?start=0&limit=5');

extracted_from_files

Domain
detected Domain: 7.iq

XIOC detected Domain: 7.iq

extracted_from_files

URL
detected URL: http://192.168.1.1:3128

XIOC detected URL: http://192.168.1.1:3128

extracted_from_files

URL
detected URL: https://dummyjson.com/users/'

XIOC detected URL: https://dummyjson.com/users/'

extracted_from_files

Other
detected Email: [email protected]

XIOC detected Email: [email protected]

extracted_from_files

URL
detected URL: https://dummyjson.com/quotes/random');

XIOC detected URL: https://dummyjson.com/quotes/random');

extracted_from_files

URL
detected URL: https://gitlab.alpinelinux.org/alpine/aports/-/issues

XIOC detected URL: https://gitlab.alpinelinux.org/alpine/aports/-/issues

extracted_from_files

URL
detected URL: http://ip-api.com/json/?fields=status,country,regionName,city,isp,query');

XIOC detected URL: http://ip-api.com/json/?fields=status,country,regionName,city,isp,query');

extracted_from_files

Other
detected Email: [email protected]

XIOC detected Email: [email protected]

extracted_from_files

URL
detected URL: http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd

XIOC detected URL: http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd

extracted_from_files

URL
detected URL: https://sites.google.com/site/fullycapable/

XIOC detected URL: https://sites.google.com/site/fullycapable/

extracted_from_files

Other
detected Email: [email protected]

XIOC detected Email: [email protected]

extracted_from_files

URL
detected URL: https://alpinelinux.org/

XIOC detected URL: https://alpinelinux.org/

extracted_from_files

Other
detected Email: [email protected]

XIOC detected Email: [email protected]

extracted_from_files

Domain
detected Domain: hypotf.rs

XIOC detected Domain: hypotf.rs

extracted_from_files

Other
detected Email: [email protected]

XIOC detected Email: [email protected]

extracted_from_files

Other
detected Email: [email protected]

XIOC detected Email: [email protected]

extracted_from_files

Other
detected Email: [email protected]

XIOC detected Email: [email protected]

extracted_from_files

Domain
detected Domain: tgammaf.rs

XIOC detected Domain: tgammaf.rs

extracted_from_files

Domain
detected Domain: trunc.rs

XIOC detected Domain: trunc.rs

extracted_from_files

Domain
detected Domain: round.rs

XIOC detected Domain: round.rs

extracted_from_files

Domain
detected Domain: copysign.rs

XIOC detected Domain: copysign.rs

extracted_from_files

Domain
detected Domain: mul.rs

XIOC detected Domain: mul.rs

extracted_from_files

Other
detected Email: f��@�.uy

XIOC detected Email: f��@�.uy

extracted_from_files

Other
detected Email: _9����7@#.bw

XIOC detected Email: _9����7@#.bw

extracted_from_files

Domain
detected Domain: hypot.rs

XIOC detected Domain: hypot.rs

extracted_from_files

Domain
detected Domain: ldexp.rs

XIOC detected Domain: ldexp.rs

extracted_from_files

Domain
detected Domain: log2f.rs

XIOC detected Domain: log2f.rs

extracted_from_files

Domain
detected Domain: sinhf.rs

XIOC detected Domain: sinhf.rs

extracted_from_files

Domain
detected Domain: tanhf.rs

XIOC detected Domain: tanhf.rs

extracted_from_files

URL
detected URL: https://github.com/OpenRC/openrc/blob/HEAD/LICENSE

XIOC detected URL: https://github.com/OpenRC/openrc/blob/HEAD/LICENSE

extracted_from_files

Domain
detected Domain: log10f.rs

XIOC detected Domain: log10f.rs

extracted_from_files

Domain
detected Domain: expo2.rs

XIOC detected Domain: expo2.rs

extracted_from_files

Domain
detected Domain: powf.rs

XIOC detected Domain: powf.rs

extracted_from_files

Domain
detected Domain: cosh.rs

XIOC detected Domain: cosh.rs

extracted_from_files

Domain
detected Domain: logf.rs

XIOC detected Domain: logf.rs

extracted_from_files

Domain
detected Domain: r.rs

XIOC detected Domain: r.rs

extracted_from_files

Domain
detected Domain: log.rs

XIOC detected Domain: log.rs

extracted_from_files

Domain
detected Domain: tgamma.rs

XIOC detected Domain: tgamma.rs

extracted_from_files

Domain
detected Domain: log1pf.rs

XIOC detected Domain: log1pf.rs

extracted_from_files

Domain
detected Domain: atan2f.rs

XIOC detected Domain: atan2f.rs

extracted_from_files

Domain
detected Domain: expo2f.rs

XIOC detected Domain: expo2f.rs

extracted_from_files

Domain
detected Domain: coshf.rs

XIOC detected Domain: coshf.rs

extracted_from_files

Domain
detected Domain: asinf.rs

XIOC detected Domain: asinf.rs

extracted_from_files

Domain
detected Domain: acosf.rs

XIOC detected Domain: acosf.rs

extracted_from_files

URL
detected URL: https://curl.se/docs/hsts.html

XIOC detected URL: https://curl.se/docs/hsts.html

extracted_from_files

URL
detected URL: https://php.net/zlib.output-handler

XIOC detected URL: https://php.net/zlib.output-handler

extracted_from_files

URL
detected URL: https://curl.se/docs/http-cookies.html

XIOC detected URL: https://curl.se/docs/http-cookies.html

extracted_from_files

URL
detected URL: https://curl.se/docs/alt-svc.html

XIOC detected URL: https://curl.se/docs/alt-svc.html

extracted_from_files

URL
detected URL: http://www.iana.org/assignments/protocol-numbers

XIOC detected URL: http://www.iana.org/assignments/protocol-numbers

extracted_from_files

URL
detected URL: https://www.kernel.org/doc/Documentation/filesystems/tmpfs.txt

XIOC detected URL: https://www.kernel.org/doc/Documentation/filesystems/tmpfs.txt

extracted_from_files

URL
detected URL: http://www.a

XIOC detected URL: http://www.a

extracted_from_files

URL
detected URL: http://html4/loose.dtd

XIOC detected URL: http://html4/loose.dtd

extracted_from_files

URL
detected URL: http://www.interpretation

XIOC detected URL: http://www.interpretation

extracted_from_files

URL
detected URL: http://.jpg

XIOC detected URL: http://.jpg

extracted_from_files

URL
detected URL: http://www.years

XIOC detected URL: http://www.years

extracted_from_files

URL
detected URL: https://www.World

XIOC detected URL: https://www.World

extracted_from_files

URL
detected URL: https://www.kernel.org/doc/Documentation/binfmt_misc.txt

XIOC detected URL: https://www.kernel.org/doc/Documentation/binfmt_misc.txt

extracted_from_files

URL
detected URL: http://www.hortcut

XIOC detected URL: http://www.hortcut

extracted_from_files

URL
detected URL: http://www.

XIOC detected URL: http://www.

extracted_from_files

URL
detected URL: http://www.icon

XIOC detected URL: http://www.icon

extracted_from_files

URL
detected URL: http://style=

XIOC detected URL: http://style=

extracted_from_files

URL
detected URL: http://www.wencodeURIComponent(

XIOC detected URL: http://www.wencodeURIComponent(

extracted_from_files

URL
detected URL: http://www./div

XIOC detected URL: http://www./div

extracted_from_files

URL
detected URL: https://www.recent

XIOC detected URL: https://www.recent

extracted_from_files

URL
detected URL: http://www.C//DTD

XIOC detected URL: http://www.C//DTD

extracted_from_files

URL
detected URL: http://www.language=

XIOC detected URL: http://www.language=

extracted_from_files

URL
detected URL: http://www.css

XIOC detected URL: http://www.css

extracted_from_files

URL
detected URL: http://www.style=

XIOC detected URL: http://www.style=

extracted_from_files

URL
detected URL: http://.css

XIOC detected URL: http://.css

extracted_from_files

URL
detected URL: http://www.text-decoration:underthe

XIOC detected URL: http://www.text-decoration:underthe

extracted_from_files

URL
detected URL: https://github.com/php/php-src/issues

XIOC detected URL: https://github.com/php/php-src/issues

extracted_from_files

URL
detected URL: http://www.zend.com/

XIOC detected URL: http://www.zend.com/

extracted_from_files

URL
detected URL: http://www.php.net/

XIOC detected URL: http://www.php.net/

extracted_from_files

URL
detected URL: https://dl-cdn.alpinelinux.org/alpine/v3.21/community

XIOC detected URL: https://dl-cdn.alpinelinux.org/alpine/v3.21/community

extracted_from_files

URL
detected URL: https://dl-cdn.alpinelinux.org/alpine/v3.21/main

XIOC detected URL: https://dl-cdn.alpinelinux.org/alpine/v3.21/main

extracted_from_files

URL
detected URL: https://github.com/gavinhoward/bc

XIOC detected URL: https://github.com/gavinhoward/bc

extracted_from_files

URL
detected URL: https://www.gnu.org/gethelp/

XIOC detected URL: https://www.gnu.org/gethelp/

extracted_from_files

URL
detected URL: https://www.gnu.org/software/libidn/#libidn2

XIOC detected URL: https://www.gnu.org/software/libidn/#libidn2

extracted_from_files

URL
detected URL: https://gnu.org/licenses/gpl.html

XIOC detected URL: https://gnu.org/licenses/gpl.html

extracted_from_files

URL
detected URL: https://secdb.alpinelinux.org/v3.21/community.json

XIOC detected URL: https://secdb.alpinelinux.org/v3.21/community.json

extracted_from_files

URL
detected URL: https://secdb.alpinelinux.org/v3.21/main.json

XIOC detected URL: https://secdb.alpinelinux.org/v3.21/main.json

extracted_from_files

URL
detected URL: http://php.net/install.windows

XIOC detected URL: http://php.net/install.windows

extracted_from_files

URL
detected URL: http://php.net/security.cgi-bin

XIOC detected URL: http://php.net/security.cgi-bin

extracted_from_files

URL
detected URL: https://php.net/engine

XIOC detected URL: https://php.net/engine

extracted_from_files

URL
detected URL: https://php.net/ini.sections

XIOC detected URL: https://php.net/ini.sections

extracted_from_files

URL
detected URL: https://php.net/configuration.file

XIOC detected URL: https://php.net/configuration.file

extracted_from_files

URL
detected URL: https://github.com/google/certificate-transparency/blob/master/python/utilities/log_list/print_log_list.py

XIOC detected URL: https://github.com/google/certificate-transparency/blob/master/python/utilities/log_list/print_log_list.py

extracted_from_files

URL
detected URL: https://bugs.gentoo.org/92921

XIOC detected URL: https://bugs.gentoo.org/92921

extracted_from_files

URL
detected URL: https://github.com/openrc/openrc/issues

XIOC detected URL: https://github.com/openrc/openrc/issues

extracted_from_files

URL
detected URL: https://www.kernel.org/doc/Documentation/networking/tuntap.txt

XIOC detected URL: https://www.kernel.org/doc/Documentation/networking/tuntap.txt

extracted_from_files

Domain
detected Domain: wasm32.rs

XIOC detected Domain: wasm32.rs

extracted_from_files

URL
detected URL: https://php.net/zlib.output-compression-level

XIOC detected URL: https://php.net/zlib.output-compression-level

extracted_from_files

URL
detected URL: https://php.net/zlib.output-compression

XIOC detected URL: https://php.net/zlib.output-compression

extracted_from_files

URL
detected URL: https://php.net/output-handler

XIOC detected URL: https://php.net/output-handler

extracted_from_files

URL
detected URL: https://php.net/output-buffering

XIOC detected URL: https://php.net/output-buffering

extracted_from_files

URL
detected URL: https://php.net/precision

XIOC detected URL: https://php.net/precision

extracted_from_files

URL
detected URL: https://php.net/short-open-tag

XIOC detected URL: https://php.net/short-open-tag

extracted_from_files

URL
detected URL: https://php.net/realpath-cache-size

XIOC detected URL: https://php.net/realpath-cache-size

extracted_from_files

URL
detected URL: https://php.net/ignore-user-abort

XIOC detected URL: https://php.net/ignore-user-abort

extracted_from_files

URL
detected URL: https://php.net/syntax-highlighting

XIOC detected URL: https://php.net/syntax-highlighting

extracted_from_files

URL
detected URL: https://php.net/disable-classes

XIOC detected URL: https://php.net/disable-classes

extracted_from_files

URL
detected URL: https://php.net/disable-functions

XIOC detected URL: https://php.net/disable-functions

extracted_from_files

URL
detected URL: https://php.net/open-basedir

XIOC detected URL: https://php.net/open-basedir

extracted_from_files

URL
detected URL: https://php.net/implicit-flush

XIOC detected URL: https://php.net/implicit-flush

extracted_from_files

URL
detected URL: https://php.net/memory-limit

XIOC detected URL: https://php.net/memory-limit

extracted_from_files

URL
detected URL: https://php.net/max-input-nesting-level

XIOC detected URL: https://php.net/max-input-nesting-level

extracted_from_files

URL
detected URL: https://php.net/max-input-time

XIOC detected URL: https://php.net/max-input-time

extracted_from_files

URL
detected URL: https://php.net/max-execution-time

XIOC detected URL: https://php.net/max-execution-time

extracted_from_files

URL
detected URL: https://php.net/expose-php

XIOC detected URL: https://php.net/expose-php

extracted_from_files

URL
detected URL: https://php.net/zend.enable-gc

XIOC detected URL: https://php.net/zend.enable-gc

extracted_from_files

URL
detected URL: https://php.net/realpath-cache-ttl

XIOC detected URL: https://php.net/realpath-cache-ttl

extracted_from_files

URL
detected URL: https://php.net/report-memleaks

XIOC detected URL: https://php.net/report-memleaks

extracted_from_files

URL
detected URL: https://php.net/ignore-repeated-source

XIOC detected URL: https://php.net/ignore-repeated-source

extracted_from_files

URL
detected URL: https://php.net/ignore-repeated-errors

XIOC detected URL: https://php.net/ignore-repeated-errors

extracted_from_files

URL
detected URL: https://php.net/log-errors

XIOC detected URL: https://php.net/log-errors

extracted_from_files

URL
detected URL: https://php.net/display-startup-errors

XIOC detected URL: https://php.net/display-startup-errors

extracted_from_files

URL
detected URL: https://php.net/display-errors

XIOC detected URL: https://php.net/display-errors

extracted_from_files

URL
detected URL: https://php.net/error-reporting

XIOC detected URL: https://php.net/error-reporting

extracted_from_files

URL
detected URL: https://php.net/error-append-string

XIOC detected URL: https://php.net/error-append-string

extracted_from_files

URL
detected URL: https://php.net/error-prepend-string

XIOC detected URL: https://php.net/error-prepend-string

extracted_from_files

URL
detected URL: https://php.net/docref-ext

XIOC detected URL: https://php.net/docref-ext

extracted_from_files

URL
detected URL: https://php.net/docref-root

XIOC detected URL: https://php.net/docref-root

extracted_from_files

URL
detected URL: https://php.net/docs

XIOC detected URL: https://php.net/docs

extracted_from_files

URL
detected URL: https://php.net/html-errors

XIOC detected URL: https://php.net/html-errors

extracted_from_files

URL
detected URL: https://php.net/xmlrpc-errors

XIOC detected URL: https://php.net/xmlrpc-errors

extracted_from_files

URL
detected URL: https://php.net/register-argc-argv

XIOC detected URL: https://php.net/register-argc-argv

extracted_from_files

URL
detected URL: https://php.net/request-order

XIOC detected URL: https://php.net/request-order

extracted_from_files

URL
detected URL: https://php.net/variables-order

XIOC detected URL: https://php.net/variables-order

extracted_from_files

URL
detected URL: https://php.net/arg-separator.input

XIOC detected URL: https://php.net/arg-separator.input

extracted_from_files

URL
detected URL: https://php.net/arg-separator.output

XIOC detected URL: https://php.net/arg-separator.output

extracted_from_files

URL
detected URL: https://php.net/syslog.filter

XIOC detected URL: https://php.net/syslog.filter

extracted_from_files

URL
detected URL: https://php.net/error-log

XIOC detected URL: https://php.net/error-log

extracted_from_files

URL
detected URL: https://php.net/default-charset

XIOC detected URL: https://php.net/default-charset

extracted_from_files

URL
detected URL: https://php.net/default-mimetype

XIOC detected URL: https://php.net/default-mimetype

extracted_from_files

URL
detected URL: https://php.net/auto-append-file

XIOC detected URL: https://php.net/auto-append-file

extracted_from_files

URL
detected URL: https://php.net/auto-prepend-file

XIOC detected URL: https://php.net/auto-prepend-file

extracted_from_files

URL
detected URL: https://php.net/post-max-size

XIOC detected URL: https://php.net/post-max-size

extracted_from_files

Domain
detected Domain: pci.author

XIOC detected Domain: pci.author

extracted_from_files

Domain
detected Domain: resolver.author

XIOC detected Domain: resolver.author

extracted_from_files

Domain
detected Domain: ru.ve

XIOC detected Domain: ru.ve

extracted_from_files

Domain
detected Domain: www.world

XIOC detected Domain: www.world

extracted_from_files

Domain
detected Domain: echonine.org

XIOC detected Domain: echonine.org

extracted_from_files

Domain
detected Domain: birthpopuptypesapplyimagebeinguppernoteseveryshowsmeansextramatchtrackknownearlybegansuperpapernorthlearngivennamedendedtermspartsgroupbrandusingwomanfalsereadyaudiotakeswhile.com

XIOC detected Domain: birthpopuptypesapplyimagebeinguppernoteseveryshowsmeansextramatchtrackknownearlybegansuperpapernorthlearngivennamedendedtermspartsgroupbrandusingwomanfalsereadyaudiotakeswhile.com

extracted_from_files

Domain
detected Domain: pstate.author

XIOC detected Domain: pstate.author

extracted_from_files

Domain
detected Domain: haltpoll.author

XIOC detected Domain: haltpoll.author

extracted_from_files

Domain
detected Domain: sysfs.author

XIOC detected Domain: sysfs.author

extracted_from_files

Domain
detected Domain: vmgenid.author

XIOC detected Domain: vmgenid.author

extracted_from_files

Domain
detected Domain: free-electrons.com

XIOC detected Domain: free-electrons.com

extracted_from_files

Domain
detected Domain: soundcore.author

XIOC detected Domain: soundcore.author

extracted_from_files

Domain
detected Domain: gre.author

XIOC detected Domain: gre.author

extracted_from_files

Domain
detected Domain: f2s.com

XIOC detected Domain: f2s.com

extracted_from_files

Domain
detected Domain: watchdog.author

XIOC detected Domain: watchdog.author

extracted_from_files

Domain
detected Domain: iguana.be

XIOC detected Domain: iguana.be

extracted_from_files

Domain
detected Domain: lxorguk.ukuu.org.uk

XIOC detected Domain: lxorguk.ukuu.org.uk

extracted_from_files

Domain
detected Domain: table.author

XIOC detected Domain: table.author

extracted_from_files

Domain
detected Domain: brodo.de

XIOC detected Domain: brodo.de

extracted_from_files

Domain
detected Domain: performance.author

XIOC detected Domain: performance.author

extracted_from_files

Domain
detected Domain: winfast.author

XIOC detected Domain: winfast.author

extracted_from_files

Domain
detected Domain: deluxe.author

XIOC detected Domain: deluxe.author

extracted_from_files

Domain
detected Domain: x96max.author

XIOC detected Domain: x96max.author

extracted_from_files

Domain
detected Domain: irdec.author

XIOC detected Domain: irdec.author

extracted_from_files

Domain
detected Domain: linux.it

XIOC detected Domain: linux.it

extracted_from_files

Domain
detected Domain: ptp.author

XIOC detected Domain: ptp.author

extracted_from_files

Domain
detected Domain: supply.author

XIOC detected Domain: supply.author

extracted_from_files

Domain
detected Domain: twinhan1027.author

XIOC detected Domain: twinhan1027.author

extracted_from_files

Domain
detected Domain: s9x.author

XIOC detected Domain: s9x.author

extracted_from_files

Domain
detected Domain: m1f.author

XIOC detected Domain: m1f.author

extracted_from_files

Domain
detected Domain: s350.author

XIOC detected Domain: s350.author

extracted_from_files

Domain
detected Domain: pvr.author

XIOC detected Domain: pvr.author

extracted_from_files

Domain
detected Domain: hub.author

XIOC detected Domain: hub.author

extracted_from_files

Domain
detected Domain: play2.author

XIOC detected Domain: play2.author

extracted_from_files

Domain
detected Domain: slim.author

XIOC detected Domain: slim.author

extracted_from_files

Domain
detected Domain: tivo.author

XIOC detected Domain: tivo.author

extracted_from_files

Domain
detected Domain: 02.author

XIOC detected Domain: 02.author

extracted_from_files

Domain
detected Domain: netscape.net

XIOC detected Domain: netscape.net

extracted_from_files

Domain
detected Domain: hand.author

XIOC detected Domain: hand.author

extracted_from_files

Domain
detected Domain: trekstor.author

XIOC detected Domain: trekstor.author

extracted_from_files

Domain
detected Domain: 1500.author

XIOC detected Domain: 1500.author

extracted_from_files

Domain
detected Domain: streamzap.author

XIOC detected Domain: streamzap.author

extracted_from_files

Domain
detected Domain: su3000.author

XIOC detected Domain: su3000.author

extracted_from_files

Domain
detected Domain: tx3mini.author

XIOC detected Domain: tx3mini.author

extracted_from_files

Domain
detected Domain: tx5max.author

XIOC detected Domain: tx5max.author

extracted_from_files

Domain
detected Domain: usb2.author

XIOC detected Domain: usb2.author

extracted_from_files

Domain
detected Domain: kernellabs.com

XIOC detected Domain: kernellabs.com

extracted_from_files

Domain
detected Domain: 2.author

XIOC detected Domain: 2.author

extracted_from_files

Domain
detected Domain: angel.author

XIOC detected Domain: angel.author

extracted_from_files

Domain
detected Domain: 2309.author

XIOC detected Domain: 2309.author

extracted_from_files

Domain
detected Domain: purpletv.author

XIOC detected Domain: purpletv.author

extracted_from_files

Domain
detected Domain: pv951.author

XIOC detected Domain: pv951.author

extracted_from_files

Domain
detected Domain: keys.author

XIOC detected Domain: keys.author

extracted_from_files

Domain
detected Domain: reddo.author

XIOC detected Domain: reddo.author

extracted_from_files

Domain
detected Domain: firefly.author

XIOC detected Domain: firefly.author

extracted_from_files

Domain
detected Domain: color.author

XIOC detected Domain: color.author

extracted_from_files

Domain
detected Domain: grey.author

XIOC detected Domain: grey.author

extracted_from_files

Domain
detected Domain: hd.author

XIOC detected Domain: hd.author

extracted_from_files

Other
detected Email: [email protected]

XIOC detected Email: [email protected]

extracted_from_files

Domain
detected Domain: a.prototype.am

XIOC detected Domain: a.prototype.am

extracted_from_files

Domain
detected Domain: a.data

XIOC detected Domain: a.data

extracted_from_files

Domain
detected Domain: i.at

XIOC detected Domain: i.at

extracted_from_files

Domain
detected Domain: a.at

XIOC detected Domain: a.at

extracted_from_files

Domain
detected Domain: 4.ch

XIOC detected Domain: 4.ch

extracted_from_files

Domain
detected Domain: a.zero

XIOC detected Domain: a.zero

extracted_from_files

Domain
detected Domain: i.am

XIOC detected Domain: i.am

extracted_from_files

Domain
detected Domain: i.data

XIOC detected Domain: i.data

extracted_from_files

Domain
detected Domain: t.am

XIOC detected Domain: t.am

extracted_from_files

Domain
detected Domain: r.data

XIOC detected Domain: r.data

extracted_from_files

Domain
detected Domain: a.am

XIOC detected Domain: a.am

extracted_from_files

Domain
detected Domain: a.md

XIOC detected Domain: a.md

extracted_from_files

Domain
detected Domain: this.mu

XIOC detected Domain: this.mu

extracted_from_files

Domain
detected Domain: this.am

XIOC detected Domain: this.am

extracted_from_files

Domain
detected Domain: a.one

XIOC detected Domain: a.one

extracted_from_files

Domain
detected Domain: this.m.am

XIOC detected Domain: this.m.am

extracted_from_files

Domain
detected Domain: e.dm

XIOC detected Domain: e.dm

extracted_from_files

Domain
detected Domain: this.mt

XIOC detected Domain: this.mt

extracted_from_files

Domain
detected Domain: ae.one

XIOC detected Domain: ae.one

extracted_from_files

Domain
detected Domain: rsaprivatekey.prime

XIOC detected Domain: rsaprivatekey.prime

extracted_from_files

Domain
detected Domain: re.prime

XIOC detected Domain: re.prime

extracted_from_files

Domain
detected Domain: j.data

XIOC detected Domain: j.data

extracted_from_files

Domain
detected Domain: y.name

XIOC detected Domain: y.name

extracted_from_files

Domain
detected Domain: xt.prime

XIOC detected Domain: xt.prime

extracted_from_files

Domain
detected Domain: a.mgf1.md

XIOC detected Domain: a.mgf1.md

extracted_from_files

Domain
detected Domain: m.at

XIOC detected Domain: m.at

extracted_from_files

Domain
detected Domain: n.at

XIOC detected Domain: n.at

extracted_from_files

Domain
detected Domain: f.at

XIOC detected Domain: f.at

extracted_from_files

Domain
detected Domain: t.at

XIOC detected Domain: t.at

extracted_from_files

Domain
detected Domain: f.md

XIOC detected Domain: f.md

extracted_from_files

Domain
detected Domain: i.read

XIOC detected Domain: i.read

extracted_from_files

Domain
detected Domain: q.oids.md

XIOC detected Domain: q.oids.md

extracted_from_files

Domain
detected Domain: o.name

XIOC detected Domain: o.name

extracted_from_files

Domain
detected Domain: i.name

XIOC detected Domain: i.name

extracted_from_files

Domain
detected Domain: certificate.tbscertificate.subjectuniqueid.id

XIOC detected Domain: certificate.tbscertificate.subjectuniqueid.id

extracted_from_files

Domain
detected Domain: certificate.tbscertificate.issueruniqueid.id

XIOC detected Domain: certificate.tbscertificate.issueruniqueid.id

extracted_from_files

Domain
detected Domain: xe.st

XIOC detected Domain: xe.st

extracted_from_files

Domain
detected Domain: xe.cn

XIOC detected Domain: xe.cn

extracted_from_files

Domain
detected Domain: re.at

XIOC detected Domain: re.at

extracted_from_files

Domain
detected Domain: e.ca

XIOC detected Domain: e.ca

extracted_from_files

Domain
detected Domain: e.id

XIOC detected Domain: e.id

extracted_from_files

Domain
detected Domain: t.email

XIOC detected Domain: t.email

extracted_from_files

Domain
detected Domain: t.ca

XIOC detected Domain: t.ca

extracted_from_files

Domain
detected Domain: s.md

XIOC detected Domain: s.md

extracted_from_files

Domain
detected Domain: t.id

XIOC detected Domain: t.id

extracted_from_files

Domain
detected Domain: h.md

XIOC detected Domain: h.md

extracted_from_files

Domain
detected Domain: e.open

XIOC detected Domain: e.open

extracted_from_files

Domain
detected Domain: c.name

XIOC detected Domain: c.name

extracted_from_files

Domain
detected Domain: z.oids.md

XIOC detected Domain: z.oids.md

extracted_from_files

Domain
detected Domain: z.oids.data

XIOC detected Domain: z.oids.data

extracted_from_files

Domain
detected Domain: x.ca

XIOC detected Domain: x.ca

extracted_from_files

Domain
detected Domain: m.name

XIOC detected Domain: m.name

extracted_from_files

Domain
detected Domain: e.email

XIOC detected Domain: e.email

extracted_from_files

Domain
detected Domain: e.state.pending.read

XIOC detected Domain: e.state.pending.read

extracted_from_files

Domain
detected Domain: e.state.current.read

XIOC detected Domain: e.state.current.read

extracted_from_files

Domain
detected Domain: r.read

XIOC detected Domain: r.read

extracted_from_files

Domain
detected Domain: e.session.id

XIOC detected Domain: e.session.id

extracted_from_files

Domain
detected Domain: e.fail

XIOC detected Domain: e.fail

extracted_from_files

Domain
detected Domain: l.data

XIOC detected Domain: l.data

extracted_from_files

IP
detected Domain: g.alert.description.no

XIOC detected Domain: g.alert.description.no

extracted_from_files

Domain
detected Domain: c.state.current.read

XIOC detected Domain: c.state.current.read

extracted_from_files

Domain
detected Domain: s.fail

XIOC detected Domain: s.fail

extracted_from_files

Domain
detected Domain: s.open

XIOC detected Domain: s.open

extracted_from_files

Domain
detected Domain: c.fail

XIOC detected Domain: c.fail

extracted_from_files

IP
detected Domain: e.session.ciphersuite.id

XIOC detected Domain: e.session.ciphersuite.id

extracted_from_files

Domain
detected Domain: i.fail

XIOC detected Domain: i.fail

extracted_from_files

Domain
detected Domain: a.read

XIOC detected Domain: a.read

extracted_from_files

Domain
detected Domain: array.prototype.slice.call

XIOC detected Domain: array.prototype.slice.call

extracted_from_files

Domain
detected Domain: te.log.no

XIOC detected Domain: te.log.no

extracted_from_files

Domain
detected Domain: du.one

XIOC detected Domain: du.one

extracted_from_files

Domain
detected Domain: options.md

XIOC detected Domain: options.md

extracted_from_files

Domain
detected Domain: ve.md

XIOC detected Domain: ve.md

extracted_from_files

Domain
detected Domain: s.session.id

XIOC detected Domain: s.session.id

extracted_from_files

Domain
detected Domain: f.id

XIOC detected Domain: f.id

extracted_from_files

Domain
detected Domain: e.encryptedcontent.key.data

XIOC detected Domain: e.encryptedcontent.key.data

extracted_from_files

Domain
detected Domain: c.md

XIOC detected Domain: c.md

extracted_from_files

Domain
detected Domain: i.md

XIOC detected Domain: i.md

extracted_from_files

Domain
detected Domain: d.md

XIOC detected Domain: d.md

extracted_from_files

Domain
detected Domain: d.pki.oids.data

XIOC detected Domain: d.pki.oids.data

extracted_from_files

Domain
detected Domain: d.pki.oids.md

XIOC detected Domain: d.pki.oids.md

extracted_from_files

Domain
detected Domain: console.info

XIOC detected Domain: console.info

extracted_from_files

Domain
detected Domain: a.map

XIOC detected Domain: a.map

extracted_from_files

Domain
detected Domain: t.map

XIOC detected Domain: t.map

extracted_from_files

Domain
detected Domain: this.file.data

XIOC detected Domain: this.file.data

extracted_from_files

Domain
detected Domain: c.inner.pr

XIOC detected Domain: c.inner.pr

extracted_from_files

Domain
detected Domain: qr.read

XIOC detected Domain: qr.read

extracted_from_files

Domain
detected Domain: performance.now

XIOC detected Domain: performance.now

extracted_from_files

Domain
detected Domain: this.dev

XIOC detected Domain: this.dev

extracted_from_files

Domain
detected Domain: l.name

XIOC detected Domain: l.name

extracted_from_files

Domain
detected Domain: t.header.id

XIOC detected Domain: t.header.id

extracted_from_files

Domain
detected Domain: i.header.id

XIOC detected Domain: i.header.id

extracted_from_files

Domain
detected Domain: n.data

XIOC detected Domain: n.data

extracted_from_files

Domain
detected Domain: e.questions.map

XIOC detected Domain: e.questions.map

extracted_from_files

IP
detected Domain: ip6.arpa

XIOC detected Domain: ip6.arpa

extracted_from_files

Domain
detected Domain: in-addr.arpa

XIOC detected Domain: in-addr.arpa

extracted_from_files

Domain
detected Domain: o.data

XIOC detected Domain: o.data

extracted_from_files

Domain
detected Domain: o.host

XIOC detected Domain: o.host

extracted_from_files

Domain
detected Domain: this.exports.open

XIOC detected Domain: this.exports.open

extracted_from_files

Domain
detected Domain: e.host

XIOC detected Domain: e.host

extracted_from_files

Domain
detected Domain: e.ports.map

XIOC detected Domain: e.ports.map

extracted_from_files

Domain
detected Domain: this.exports.free

XIOC detected Domain: this.exports.free

extracted_from_files

Domain
detected Domain: this.mp

XIOC detected Domain: this.mp

extracted_from_files

Domain
detected Domain: this.free

XIOC detected Domain: this.free

extracted_from_files

Domain
detected Domain: 5.hr

XIOC detected Domain: 5.hr

extracted_from_files

Domain
detected Domain: yu.mr

XIOC detected Domain: yu.mr

extracted_from_files

Domain
detected Domain: v.fr

XIOC detected Domain: v.fr

extracted_from_files

Domain
detected Domain: p.click

XIOC detected Domain: p.click

extracted_from_files

Domain
detected Domain: 6.kw

XIOC detected Domain: 6.kw

extracted_from_files

Domain
detected Domain: ֈ.eu

XIOC detected Domain: ֈ.eu

extracted_from_files

Domain
detected Domain: ra.af

XIOC detected Domain: ra.af

extracted_from_files

Domain
detected Domain: s-.ye

XIOC detected Domain: s-.ye

extracted_from_files

Domain
detected Domain: o.su

XIOC detected Domain: o.su

extracted_from_files

Domain
detected Domain: n-.je

XIOC detected Domain: n-.je

extracted_from_files

Domain
detected Domain: f.gr

XIOC detected Domain: f.gr

extracted_from_files

Domain
detected Domain: a.bm

XIOC detected Domain: a.bm

extracted_from_files

Domain
detected Domain: k.gp

XIOC detected Domain: k.gp

extracted_from_files

Domain
detected Domain: hk.am

XIOC detected Domain: hk.am

extracted_from_files

Domain
detected Domain: wunt.ru

XIOC detected Domain: wunt.ru

extracted_from_files

Domain
detected Domain: m.uz

XIOC detected Domain: m.uz

extracted_from_files

Domain
detected Domain: jumoߗpm.su

XIOC detected Domain: jumoߗpm.su

extracted_from_files

Domain
detected Domain: jpa.gg

XIOC detected Domain: jpa.gg

extracted_from_files

Domain
detected Domain: w.bb

XIOC detected Domain: w.bb

extracted_from_files

Domain
detected Domain: x.io

XIOC detected Domain: x.io

extracted_from_files

Domain
detected Domain: 4.jo

XIOC detected Domain: 4.jo

extracted_from_files

Domain
detected Domain: libutmps.so

XIOC detected Domain: libutmps.so

extracted_from_files

Domain
detected Domain: libskarnet.so

XIOC detected Domain: libskarnet.so

extracted_from_files

Domain
detected Domain: libeconf.so

XIOC detected Domain: libeconf.so

extracted_from_files

Domain
detected Domain: libc.musl-x86.so

XIOC detected Domain: libc.musl-x86.so

extracted_from_files

Domain
detected Domain: ld-musl-i386.so

XIOC detected Domain: ld-musl-i386.so

extracted_from_files

Domain
detected Domain: �.uy

XIOC detected Domain: �.uy

extracted_from_files

Domain
detected Domain: i.do

XIOC detected Domain: i.do

extracted_from_files

Domain
detected Domain: libcrypto.so

XIOC detected Domain: libcrypto.so

extracted_from_files

Domain
detected Domain: libalpine.sh

XIOC detected Domain: libalpine.sh

extracted_from_files

Domain
detected Domain: dasd-functions.sh

XIOC detected Domain: dasd-functions.sh

extracted_from_files

Domain
detected Domain: librc.so

XIOC detected Domain: librc.so

extracted_from_files

Domain
detected Domain: libeinfo.so

XIOC detected Domain: libeinfo.so

extracted_from_files

Domain
detected Domain: libpsx.so

XIOC detected Domain: libpsx.so

extracted_from_files

Domain
detected Domain: libcap.so

XIOC detected Domain: libcap.so

extracted_from_files

Domain
detected Domain: libdbi.so

XIOC detected Domain: libdbi.so

extracted_from_files

Domain
detected Domain: libdbi.la

XIOC detected Domain: libdbi.la

extracted_from_files

Domain
detected Domain: libbrotlienc.so

XIOC detected Domain: libbrotlienc.so

extracted_from_files

Domain
detected Domain: libbrotlidec.so

XIOC detected Domain: libbrotlidec.so

extracted_from_files

Domain
detected Domain: libbrotlicommon.so

XIOC detected Domain: libbrotlicommon.so

extracted_from_files

Domain
detected Domain: libz.so

XIOC detected Domain: libz.so

extracted_from_files

Domain
detected Domain: libssl.so

XIOC detected Domain: libssl.so

extracted_from_files

Domain
detected Domain: libpcre2-8.so

XIOC detected Domain: libpcre2-8.so

extracted_from_files

Domain
detected Domain: liblua-5.4.so

XIOC detected Domain: liblua-5.4.so

extracted_from_files

Domain
detected Domain: libldap.so

XIOC detected Domain: libldap.so

extracted_from_files

Domain
detected Domain: liblber.so

XIOC detected Domain: liblber.so

extracted_from_files

Domain
detected Domain: libsasl2.so

XIOC detected Domain: libsasl2.so

extracted_from_files

Domain
detected Domain: compat.so

XIOC detected Domain: compat.so

extracted_from_files

Domain
detected Domain: libgdbm.so

XIOC detected Domain: libgdbm.so

extracted_from_files

Domain
detected Domain: ڨ.kh

XIOC detected Domain: ڨ.kh

extracted_from_files

Domain
detected Domain: libjson-c.so

XIOC detected Domain: libjson-c.so

extracted_from_files

Domain
detected Domain: dot.pink

XIOC detected Domain: dot.pink

extracted_from_files

Domain
detected Domain: dot.green

XIOC detected Domain: dot.green

extracted_from_files

Domain
detected Domain: indexeddb.open

XIOC detected Domain: indexeddb.open

extracted_from_files

Domain
detected Domain: libblkid.so

XIOC detected Domain: libblkid.so

extracted_from_files

Domain
detected Domain: n.read

XIOC detected Domain: n.read

extracted_from_files

Domain
detected Domain: u.open

XIOC detected Domain: u.open

extracted_from_files

Domain
detected Domain: functions.sh

XIOC detected Domain: functions.sh

extracted_from_files

Domain
detected Domain: part.name

XIOC detected Domain: part.name

extracted_from_files

Domain
detected Domain: part.data

XIOC detected Domain: part.data

extracted_from_files

Domain
detected Domain: he.save

XIOC detected Domain: he.save

extracted_from_files

Domain
detected Domain: e.target

XIOC detected Domain: e.target

extracted_from_files

Domain
detected Domain: rt.select

XIOC detected Domain: rt.select

extracted_from_files

Domain
detected Domain: v.target

XIOC detected Domain: v.target

extracted_from_files

Domain
detected Domain: rc-functions.sh

XIOC detected Domain: rc-functions.sh

extracted_from_files

Domain
detected Domain: rc-mount.sh

XIOC detected Domain: rc-mount.sh

extracted_from_files

Domain
detected Domain: runit.sh

XIOC detected Domain: runit.sh

extracted_from_files

Domain
detected Domain: s6.sh

XIOC detected Domain: s6.sh

extracted_from_files

Domain
detected Domain: start-stop-daemon.sh

XIOC detected Domain: start-stop-daemon.sh

extracted_from_files

Domain
detected Domain: supervise-daemon.sh

XIOC detected Domain: supervise-daemon.sh

extracted_from_files

Domain
detected Domain: 20locale.sh

XIOC detected Domain: 20locale.sh

extracted_from_files

Domain
detected Domain: binfmt.sh

XIOC detected Domain: binfmt.sh

extracted_from_files

Domain
detected Domain: cgroup-release-agent.sh

XIOC detected Domain: cgroup-release-agent.sh

extracted_from_files

Domain
detected Domain: gendepends.sh

XIOC detected Domain: gendepends.sh

extracted_from_files

Domain
detected Domain: l.read

XIOC detected Domain: l.read

extracted_from_files

Domain
detected Domain: init-early.sh

XIOC detected Domain: init-early.sh

extracted_from_files

Domain
detected Domain: liblzma.so

XIOC detected Domain: liblzma.so

extracted_from_files

Domain
detected Domain: h2.so

XIOC detected Domain: h2.so

extracted_from_files

Domain
detected Domain: accesslog.so

XIOC detected Domain: accesslog.so

extracted_from_files

Domain
detected Domain: init.sh

XIOC detected Domain: init.sh

extracted_from_files

Domain
detected Domain: libpcre2-posix.so

XIOC detected Domain: libpcre2-posix.so

extracted_from_files

Domain
detected Domain: libedit.so

XIOC detected Domain: libedit.so

extracted_from_files

Domain
detected Domain: libncursesw.so

XIOC detected Domain: libncursesw.so

extracted_from_files

Security Analysis Summary

Security Analysis Overview

Ramic's Zero PHP is a Chrome Web Store extension published by [email protected]. Version 1.0.1 has been analyzed by the Risky Plugins security platform, receiving a risk score of 100/100 (CRITICAL risk) based on 2220 security findings.

Risk Assessment

This extension presents critical security risk. Severe issues were detected, potentially including malware indicators, exposed secrets, or dangerous behaviors. Installation is strongly discouraged until these issues are addressed.

Findings Breakdown

  • High: 2 finding(s)
  • Medium: 1613 finding(s)
  • Low: 605 finding(s)

What Was Analyzed

The security assessment covers multiple analysis categories:

  • Malware Detection: YARA rule matching against 2,400+ malware signatures
  • Secret Detection: Scanning for exposed API keys, tokens, and credentials
  • Static Analysis: Code-level security analysis for common vulnerability patterns
  • Network Analysis: Detection of suspicious network communications and endpoints
  • Obfuscation Detection: Identification of code obfuscation techniques

Developer Information

Ramic's Zero PHP is published by [email protected] on the Chrome Web Store marketplace. The extension has approximately 3 users.

Recommendation

This extension is not recommended for installation without thorough manual review. Consider alternatives with lower risk scores, or contact the developer to address the identified security concerns.

Frequently Asked Questions