Help
RSS
API
Feed
Maltego
Contact
Domain > akemapa.me
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2022-05-03
54.241.246.27
(
ClassC
)
2026-01-19
173.236.252.203
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Mon, 19 Jan 2026 08:09:29 GMTServer: ApacheLocation: https://akemapa.me/Content-Length: 227Content-Type: text/html; charsetiso-8859-1 !DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN>html>head>title>301 Moved Permanently/title>/head>body>h1>Moved Permanently/h1>p>The document has moved a hrefhttps://akemapa.me/>here/a>./p>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Mon, 19 Jan 2026 08:09:29 GMTServer: ApacheUpgrade: h2Connection: UpgradeLast-Modified: Thu, 23 May 2024 11:20:42 GMTETag: 19bf-6191d3dcf3680Accept-Ranges: bytesContent-Length: 6591Cache-Control: max-age600Expires: Mon, 19 Jan 2026 08:19:29 GMTVary: Accept-Encoding,User-AgentContent-Type: text/html !DOCTYPE HTML>html> head> title>Miaz Akemapa - Web Developer/title> meta charsetutf-8 /> meta nameviewport contentwidthdevice-width, initial-scale1, user-scalableno /> link relstylesheet hrefassets/css/main.css /> /head> body classis-preload> !-- Header --> header idheader> div classinner> a href# classimage avatar>img srcimages/miaz80.png alt />/a> h1>Hi, I am a hrefhttp://akemapa.me>strong>Miaz Akemapa/strong>/a>br /> a web developerbr /> I build web applications that help your businesses grow/h1> /div> /header> !-- Main --> div idmain> !-- One --> section idabout> header classmajor> h2>Web Developer based in Bandung, Indonesia./h2> /header> p>I built many web applications with various tech like PHP, Javascript, Nodejs, Electron JS, Puppeteer, and also Wordpress customization/p> h3>Have an idea about your next project?/h3> ul classactions> li>a href#contact classbutton primary>Hire Me To Build Your App/a>/li> /ul> /section> !-- Two --> !-- section idworks> h2>Recent Work/h2> div classrow> article classcol-6 col-12-xsmall work-item> a hrefimages/fulls/01.jpg classimage fit thumb>img srcimages/thumbs/01.jpg alt />/a> h3>Magna sed consequat tempus/h3> p>Lorem ipsum dolor sit amet nisl sed nullam feugiat./p> /article> article classcol-6 col-12-xsmall work-item> a hrefimages/fulls/02.jpg classimage fit thumb>img srcimages/thumbs/02.jpg alt />/a> h3>Ultricies lacinia interdum/h3> p>Lorem ipsum dolor sit amet nisl sed nullam feugiat./p> /article> article classcol-6 col-12-xsmall work-item> a hrefimages/fulls/03.jpg classimage fit thumb>img srcimages/thumbs/03.jpg alt />/a> h3>Tortor metus commodo/h3> p>Lorem ipsum dolor sit amet nisl sed nullam feugiat./p> /article> article classcol-6 col-12-xsmall work-item> a hrefimages/fulls/04.jpg classimage fit thumb>img srcimages/thumbs/04.jpg alt />/a> h3>Quam neque phasellus/h3> p>Lorem ipsum dolor sit amet nisl sed nullam feugiat./p> /article> article classcol-6 col-12-xsmall work-item> a hrefimages/fulls/05.jpg classimage fit thumb>img srcimages/thumbs/05.jpg alt />/a> h3>Nunc enim commodo aliquet/h3> p>Lorem ipsum dolor sit amet nisl sed nullam feugiat./p> /article> article classcol-6 col-12-xsmall work-item> a hrefimages/fulls/06.jpg classimage fit thumb>img srcimages/thumbs/06.jpg alt />/a> h3>Risus ornare lacinia/h3> p>Lorem ipsum dolor sit amet nisl sed nullam feugiat./p> /article> /div> ul classactions> li>a href# classbutton>Full Portfolio/a>/li> /ul> /section> --> !-- Three --> section idcontact> h2>Get In Touch/h2> p>/p> div classrow> div classcol-12 col-12-small idcontact> form methodpost action# idcontactform> div classrow gtr-uniform gtr-50> div classcol-6 col-12-xsmall>input typetext namename idname placeholderName />/div> div classcol-6 col-12-xsmall>input typeemail nameemail idemail placeholderEmail />/div> div classcol-12>textarea namemessage idmessage placeholderMessage rows4>/textarea>/div> /div> /form> ul classactions> li>input typesubmit idsendmessage valueSend Message />/li> /ul> /div> /div> /section> /div> !-- Footer --> footer idfooter> div classinner> ul classicons> li>a hrefhttps://twitter.com/vandai target_blank relnoopener classicon brands fa-twitter>span classlabel>Twitter/span>/a>/li> li>a hrefhttps://github.com/vandai target_blank classicon brands fa-github>span classlabel>Github/span>/a>/li> li>a hrefhttp://akemapa.com target_blank relnoopener classicon brands fa-dribbble>span classlabel>Dribbble/span>/a>/li> li>a href#contact classicon solid fa-envelope>span classlabel>Email/span>/a>/li> /ul> ul classcopyright> li>© Miaz Akemapa/li> /ul> /div> /footer> !-- Scripts --> script srcassets/js/jquery.min.js>/script> script srcassets/js/jquery.poptrox.min.js>/script> script srcassets/js/browser.min.js>/script> script srcassets/js/breakpoints.min.js>/script> script srcassets/js/util.js>/script> script srcassets/js/main.js>/script> script> $(function() { $(#sendmessage).on(click, function(){ console.log( button clicked ); $(this).attr(disabled,true); callingFn(); }); }); async function callingFn() { console.log(called); try { var name $(#name).val(); var email $(#email).val(); var message $(#message).val(); console.log(trying to send); if(name ! && email ! && message ! ) { const response await fetch(https://v1.nocodeapi.com/akemapa/telegram/RxRQMgbPGOsVFXVG, { method: post, body: JSON.stringify({name:name,email:email,message:message}), headers: { Content-Type: application/json } }); const json await response.json(); console.log(Success); document.getElementById(contactform).reset(); document.getElementById(contact).innerHTML p>Thank you for your messages, i will response as soon as possible/p>; } else { console.log(Form empty); // document.getElementById(contact).innerHTML p>Please fill the form!/p>; document.getElementById(contactform).reset(); $(#sendmessage).removeAttr(disabled); } } catch (error) { console.error(Error:, error); } } /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
]