Help
RSS
API
Feed
Maltego
Contact
Domain > aicourse-metafr.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-01-25
172.67.135.160
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Sun, 25 Jan 2026 09:08:00 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareLast-Modified: Fri, 12 Dec 2025 13:00:38 GMTcf-cache-status: DYNAMICVary: Accept-EncodingNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sqXmUZYbGaTvo7EqGCiZdqnhLk80skZA%2B08MCi0kF7zN6VFJHoLKCaHCWNUtwlnRsqhN0LxRpaYLItmVxwr87el63MKU5UdR%2FizsL2aYMotfbVPk%3D}}CF-RAY: 9c369f9dce900d10-PDXalt-svc: h3:443; ma86400 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>html xmlnshttp://www.w3.org/1999/xhtml> !-- Modified from the Debian original for Ubuntu Last updated: 2022-03-22 See: https://launchpad.net/bugs/1966004 --> head> meta http-equivContent-Type contenttext/html; charsetUTF-8 /> title>Apache2 Ubuntu Default Page: It works/title> style typetext/css mediascreen> * { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } body, html { padding: 3px 3px 3px 3px; background-color: #D8DBE2; font-family: Ubuntu, Verdana, sans-serif; font-size: 11pt; text-align: center; } div.main_page { position: relative; display: table; width: 800px; margin-bottom: 3px; margin-left: auto; margin-right: auto; padding: 0px 0px 0px 0px; border-width: 2px; border-color: #212738; border-style: solid; background-color: #FFFFFF; text-align: center; } div.page_header { height: 180px; width: 100%; background-color: #F5F6F7; } div.page_header span { margin: 15px 0px 0px 50px; font-size: 180%; font-weight: bold; } div.page_header img { margin: 3px 0px 0px 40px; border: 0px 0px 0px; } div.banner { padding: 9px 6px 9px 6px; background-color: #E9510E; color: #FFFFFF; font-weight: bold; font-size: 112%; text-align: center; position: absolute; left: 40%; bottom: 30px; width: 20%; } div.table_of_contents { clear: left; min-width: 200px; margin: 3px 3px 3px 3px; background-color: #FFFFFF; text-align: left; } div.table_of_contents_item { clear: left; width: 100%; margin: 4px 0px 0px 0px; background-color: #FFFFFF; color: #000000; text-align: left; } div.table_of_contents_item a { margin: 6px 0px 0px 6px; } div.content_section { margin: 3px 3px 3px 3px; background-color: #FFFFFF; text-align: left; } div.content_section_text { padding: 4px 8px 4px 8px; color: #000000; font-size: 100%; } div.content_section_text pre { margin: 8px 0px 8px 0px; padding: 8px 8px 8px 8px; border-width: 1px; border-style: dotted; border-color: #000000; background-color: #F5F6F7; font-style: italic; } div.content_section_text p { margin-bottom: 6px; } div.content_section_text ul, div.content_section_text li { padding: 4px 8px 4px 16px; } div.section_header { padding: 3px 6px 3px 6px; background-color: #8E9CB2; color: #FFFFFF; font-weight: bold; font-size: 112%; text-align: center; } div.section_header_grey { background-color: #9F9386; } .floating_element { position: relative; float: left; } div.table_of_contents_item a, div.content_section_text a { text-decoration: none; font-weight: bold; } div.table_of_contents_item a:link, div.table_of_contents_item a:visited, div.table_of_contents_item a:active { color: #000000; } div.table_of_contents_item a:hover { background-color: #000000; color: #FFFFFF; } div.content_section_text a:link, div.content_section_text a:visited, div.content_section_text a:active { background-color: #DCDFE6; color: #000000; } div.content_section_text a:hover { background-color: #000000; color: #DCDFE6; } div.validator { } /style> /head> body> div classmain_page> div classpage_header floating_element> img srcicons/ubuntu-logo.png altUbuntu Logo stylewidth:184px;height:146px; classfloating_element /> div> span stylemargin-top: 1.5em; classfloating_element> Apache2 Default Page /span> /div> div classbanner> div idabout>/div> It works! /div> /div> div classcontent_section floating_element> div classcontent_section_text> p> This is the default welcome page used to test the correct operation of the Apache2 server after installation on Ubuntu systems. It is based on the equivalent page on Debian, from which the Ubuntu Apache packaging is derived. If you can read this page, it means that the Apache HTTP server installed at this site is working properly. You should b>replace this file/b> (located at tt>/var/www/html/index.html/tt>) before continuing to operate your HTTP server. /p> p> If you are a normal user of this web site and dont know what this page is about, this probably means that the site is currently unavailable due to maintenance. If the problem persists, please contact the sites administrator. /p> /div> div classsection_header> div idchanges>/div> Configuration Overview /div> div classcontent_section_text> p> Ubuntus Apache2 default configuration is different from the upstream default configuration, and split into several files optimized for interaction with Ubuntu tools. The configuration system is b>fully documented in /usr/share/doc/apache2/README.Debian.gz/b>. Refer to this for the full documentation. Documentation for the web server itself can be found by accessing the a href/manual>manual/a> if the tt>apache2-doc/tt> package was installed on this server. /p> p> The configuration layout for an Apache2 web server installation on Ubuntu systems is as follows: /p> pre>/etc/apache2/|-- apache2.conf| `-- ports.conf|-- mods-enabled| |-- *.load| `-- *.conf|-- conf-enabled| `-- *.conf|-- sites-enabled| `-- *.conf /pre> ul> li> tt>apache2.conf/tt> is the main configuration file. It puts the pieces together by including all remaining configuration files when starting up the web server. /li> li> tt>ports.conf/tt> is always included from the main configuration file. It is used to determine the listening ports for incoming connections, and this file can be customized anytime. /li> li> Configuration files in the tt>mods-enabled//tt>, tt>conf-enabled//tt> and tt>sites-enabled//tt> directories contain particular configuration snippets which manage modules, global configuration fragments, or virtual host configurations, respectively. /li> li> They are activated by symlinking available configuration files from their respective *-available/ counterparts. These should be managed by using our helpers tt> a2enmod, a2dismod, /tt> tt> a2ensite, a2dissite, /tt> and tt> a2enconf, a2disconf /tt>. See their respective man pages for detailed information. /li> li> The binary is called apache2 and is managed using systemd, so to start/stop the service use tt>systemctl start apache2/tt> and tt>systemctl stop apache2/tt>, and use tt>systemctl status apache2/tt> and tt>journalctl -u apache2/tt> to check status. tt>system/tt> and tt>apache2ctl/tt> can also be used for service management if desired. b>Calling tt>/usr/bin/apache2/tt> directly will not work/b> with the default configuration. /li> /ul> /div> div classsection_header> div iddocroot>/div> Document Roots /div> div classcontent_section_text> p> By default, Ubuntu does not allow access through the web browser to em>any/em> file outside of those located in tt>/var/www/tt>, a hrefhttp://httpd.apache.org/docs/2.4/mod/mod_userdir.html relnofollow>public_html/a> directories (when enabled) and tt>/usr/share/tt> (for web applications). If your site is using a web document root located elsewhere (such as in tt>/srv/tt>) you may need to whitelist your document root directory in tt>/etc/apache2/apache2.conf/tt>. /p> p> The default Ubuntu document root is tt>/var/www/html/tt>. You can make your own virtual hosts under /var/www. /p> /div> div classsection_header> div idbugs>/div> Reporting Problems /div> div classcontent_section_text> p> Please use the tt>ubuntu-bug/tt> tool to report bugs in the Apache2 package with Ubuntu. However, check a hrefhttps://bugs.launchpad.net/ubuntu/+source/apache2 relnofollow>existing bug reports/a> before reporting a new bug. /p> p> Please report bugs specific to modules (such as PHP and others) to their respective packages, not to the web server itself. /p> /div> /div> /div> div classvalidator> /div> /body>/html>
Port 443
HTTP/1.1 200 OKDate: Sun, 25 Jan 2026 09:08:01 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareVary: Accept-EncodingX-Content-Type-Options: nosniffX-Frame-Options: SAMEORIGINX-XSS-Protection: 1; modeblockNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sh03AQpxSg%2FpUyXzEjqCs5me1B%2BFflIOQO6q8q0WAv7znJGT2jfLjwIY%2FKsjOfZGlfmr9Wwaltqfi%2FcMYY%2F8e8vO8%2FDfjSaidFb9PylofZ0LM}}cf-cache-status: DYNAMICCF-RAY: 9c369fa0af2aff19-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen> head> meta charsetutf-8 /> meta contentwidthdevice-width, initial-scale1.0 nameviewport /> !-- SEO Meta Tags --> title> AI Foundry - Advanced AI & Machine Learning Solutions | Romania /title> meta contentAI Foundry delivers cutting-edge artificial intelligence and machine learning solutions for software development. Custom AI models, automation systems, and intelligent applications built in Romania. namedescription /> meta contentauto, software_development, artificial intelligence, machine learning, AI solutions, custom software, automation, intelligent systems namekeywords /> meta contentindex, follow namerobots /> !-- Canonical URL --> link hrefhttps://aifoundru.com// relcanonical /> !-- Favicon --> link hreffavicon.ico relicon typeimage/png /> !-- Open Graph Meta Tags --> meta contentAI Foundry - Advanced AI & Machine Learning Solutions propertyog:title /> meta contentAI Foundry delivers cutting-edge artificial intelligence and machine learning solutions for software development. Custom AI models, automation systems, and intelligent applications. propertyog:description /> meta contenthttps://aifoundru.com/assets/img/img_hero.jpg propertyog:image /> meta contenthttps://aifoundru.com// propertyog:url /> meta contentwebsite propertyog:type /> !-- Schema.org JSON-LD --> script typeapplication/ld+json> { @context: https://schema.org, @type: Organization, name: AI Foundry, url: https://aifoundru.com, logo: https://aifoundru.com/assets/img/logo.png, description: Advanced AI and machine learning solutions for software development, address: { @type: PostalAddress, streetAddress: Strada Dorobanți 127, addressLocality: București, postalCode: 010573, addressCountry: RO }, contactPoint: { @type: ContactPoint, telephone: +40-21-437-8926, contactType: Customer Service } } /script> !-- Stylesheets --> link hrefassets/css/style.css relstylesheet /> /head> body> !-- Header --> header> nav classcontainer> a classlogo href/> img altAI Foundry Logo height48 srcassets/logo.png width48 /> span>AI Foundry/span> /a> ul classnav-menu> li>a href/>Home/a>/li> li>a hrefabout.html>About/a>/li> li>a hrefblog.html>Blog/a>/li> li>a hrefcontacts.html>Contact/a>/li> /ul> button aria-labelToggle navigation menu classmobile-toggle> span>/span> span>/span> span>/span> /button> /nav> /header> !-- Hero Section --> section classhero> img altAdvanced AI technology and neural networks visualization classhero-bg height1080 srcassets/img/img_40aad092.jpg width1920 /> div classhero-content> h1>Building Intelligent Systems That Transform Businesses/h1> p> AI Foundry specializes in cutting-edge artificial intelligence and machine learning solutions. We create custom AI models, automation systems, and intelligent applications that drive innovation and efficiency in software development. /p> div classbtn-group> a classbtn btn-primary hrefcontacts.html>Get Started/a> a classbtn btn-secondary hrefabout.html>Learn More/a> /div> /div> /section> !-- Services Section --> section idservices> div classcontainer> div classsection-header> h2>Our AI Solutions/h2> p> Comprehensive artificial intelligence services tailored to your business needs /p> /div> div classcard-grid> div classcard> div classcard-icon>🤖/div> h3>Custom AI Models/h3> p> Design and deploy bespoke machine learning models tailored to your specific business requirements. From predictive analytics to computer vision, we build AI solutions that deliver measurable results. /p> a classbtn btn-secondary hrefservice-custom-ai-models.html stylemargin-top: 1rem >Learn More/a > /div> div classcard> div classcard-icon>⚙️/div> h3>Intelligent Automation/h3> p> Streamline operations with AI-powered automation systems. We integrate intelligent agents and workflows that reduce manual tasks, minimize errors, and accelerate business processes. /p> a classbtn btn-secondary hrefservice-intelligent-automation.html stylemargin-top: 1rem >Learn More/a > /div> div classcard> div classcard-icon>💬/div> h3>Natural Language Processing/h3> p> Unlock insights from text data with advanced NLP solutions. Build chatbots, sentiment analysis tools, document processing systems, and conversational AI interfaces that understand human language. /p> a classbtn btn-secondary hrefservice-nlp-solutions.html stylemargin-top: 1rem >Learn More/a > /div> div classcard> div classcard-icon>👁️/div> h3>Computer Vision/h3> p> Transform visual data into actionable intelligence. Our computer vision solutions include object detection, facial recognition, image classification, and quality inspection systems. /p> a classbtn btn-secondary hrefservice-computer-vision.html stylemargin-top: 1rem >Learn More/a > /div> div classcard> div classcard-icon>📊/div> h3>Predictive Analytics/h3> p> Leverage data science and machine learning to forecast trends, identify patterns, and make data-driven decisions. Our predictive models help you stay ahead of the competition. /p> a classbtn btn-secondary hrefservice-predictive-analytics.html stylemargin-top: 1rem >Learn More/a > /div> div classcard> div classcard-icon>🔬/div> h3>AI Research & Development/h3> p> Partner with our research team to explore cutting-edge AI technologies. From deep learning experiments to reinforcement learning applications, we push the boundaries of whats possible. /p> a classbtn btn-secondary hrefservice-ai-research.html stylemargin-top: 1rem >Learn More/a > /div> /div> /div> /section> !-- Stats Section --> section classstats> div classcontainer> div classsection-header> h2>Our Impact in Numbers/h2> p>Trusted by businesses across Romania and beyond/p> /div> div classstats-grid> div classstat-card> div classstat-number>150+/div> div classstat-label>AI Projects Delivered/div> /div> div classstat-card> div classstat-number>98%/div> div classstat-label>Client Satisfaction/div> /div> div classstat-card> div classstat-number>45+/div> div classstat-label>Industry Partners/div> /div> div classstat-card> div classstat-number>24/7/div> div classstat-label>Technical Support/div> /div> /div> /div> /section> !-- Why Choose Us Section --> section> div classcontainer> div classsection-header> h2>Why Choose AI Foundry/h2> p>What sets us apart in the AI landscape/p> /div> div classcard-grid> div classcard> div classcard-icon>🎯/div> h3>Industry Expertise/h3> p> Our team brings years of experience in AI research, software engineering, and business intelligence. We understand both the technical and business aspects of AI implementation. /p> /div> div classcard> div classcard-icon>🚀/div> h3>Rapid Deployment/h3> p> We follow agile methodologies to deliver AI solutions quickly without compromising quality. Get your AI systems up and running faster with our streamlined development process. /p> /div> div classcard> div classcard-icon>🔒/div> h3>Security First/h3> p> Your data security is our priority. We implement enterprise-grade security measures, comply with GDPR, and ensure your AI systems are protected against vulnerabilities. /p> /div> div classcard> div classcard-icon>📈/div> h3>Scalable Solutions/h3> p> Build AI systems that grow with your business. Our architectures are designed for scalability, ensuring your solutions can handle increasing data volumes and user demands. /p> /div> /div> /div> /section> !-- CTA Section --> section stylebackground: var(--dark-card)> div classcontainer text-center> div classsection-header> h2>Ready to Transform Your Business with AI?/h2> p> Lets discuss how artificial intelligence can drive innovation in your organization /p> /div> div classbtn-group> a classbtn btn-primary hrefcontacts.html>Contact Us Today/a> a classbtn btn-secondary hrefblog.html>Read Our Blog/a> /div> /div> /section> !-- Footer --> footer> div classcontainer> div classfooter-grid> div classfooter-col> h3>AI Foundry/h3> p> Leading provider of artificial intelligence and machine learning solutions for modern businesses. Transforming ideas into intelligent systems. /p> p stylemargin-top: 1.5rem> strong>Phone:/strong> +40 21 437 8926 /p> p>strong>Email:/strong> a href/cdn-cgi/l/email-protection class__cf_email__ data-cfemailbdded2d3c9dcdec9fddcd4dbd2c8d3d9cfc893ded2d0>email protected/a>/p> /div> div classfooter-col> h3>Services/h3> ul> li> a hrefservice-custom-ai-models.html>Custom AI Models/a> /li> li> a hrefservice-intelligent-automation.html >Intelligent Automation/a > /li> li>a hrefservice-nlp-solutions.html>NLP Solutions/a>/li> li> a hrefservice-computer-vision.html>Computer Vision/a> /li> li> a hrefservice-predictive-analytics.html >Predictive Analytics/a > /li> li> a hrefservice-ai-research.html >AI Research & Development/a > /li> /ul> /div> div classfooter-col> h3>Company/h3> ul> li>a hrefabout.html>About Us/a>/li> li>a hrefblog.html>Blog/a>/li> li>a hrefcontacts.html>Contact/a>/li> li>a hrefprivacy.html>Privacy Policy/a>/li> li>a hreflegal.html>Legal Notice/a>/li> /ul> /div> div classfooter-col> h3>Location/h3> p>Strada Dorobanți 127br />București 010573br />Romania/p> /div> /div> div classfooter-bottom> p>© 2025 AI Foundry. All rights reserved./p> /div> /div> /footer> !-- Cookie Banner --> div classcookie-banner idcookie-banner> p> We use cookies to enhance your browsing experience and analyze our traffic. By clicking Accept, you consent to our use of cookies. /p> button idaccept-cookies>Accept/button> /div> !-- JavaScript --> script data-cfasyncfalse src/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>/script>script srcassets/js/script.js>/script> /body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]